casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Static Public Member Functions
casa::ComponentImager Class Reference

#include <ComponentImager.h>

List of all members.

Static Public Member Functions

static void project (ImageInterface< Float > &image, const ComponentList &list)
 Project the componentlist onto the image.

Detailed Description

Intended use:

Internal

 <h3>Review Status</h3><dl><dt>Date Reviewed:<dd>yyyy/mm/dd</dl> 

Prerequisite

Etymology

Synopsis

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).

Example

Motivation

Definition at line 105 of file ComponentImager.h.


Member Function Documentation

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).


The documentation for this class was generated from the following file: