casa
$Rev:20696$
|
#include <ComponentImager.h>
Static Public Member Functions | |
static void | project (ImageInterface< Float > &image, const ComponentList &list) |
Project the componentlist onto the image. |
Internal
<h3>Review Status</h3><dl><dt>Date Reviewed:<dd>yyyy/mm/dd</dl>
Project the componentlist onto the image. If any of the coordinate transformations for a particular pixel fail (e.g. coordinate system is not defined for that pixel) if the image has a writable mask, then those pixels will be masked, otherwise they are just zeroed. Any pixels that are already masked mask=F) will not have their values changed (perhaps this behaviour should be changed).
Definition at line 105 of file ComponentImager.h.
static void casa::ComponentImager::project | ( | ImageInterface< Float > & | image, |
const ComponentList & | list | ||
) | [static] |
Project the componentlist onto the image.
If any of the coordinate transformations for a particular pixel fail (e.g. coordinate system is not defined for that pixel) if the image has a writable mask, then those pixels will be masked, otherwise they are just zeroed. Any pixels that are already masked mask=F) will not have their values changed (perhaps this behaviour should be changed).