casa
$Rev:20696$
|
Provides sampling of single dish data for esimation algorithms. More...
#include <ImageDataSampling.h>
Public Member Functions | |
ImageDataSampling (const ImageInterface< Float > &dirty, const ImageInterface< Float > &psf, const ImageInterface< Float > &sigma) | |
ImageDataSampling (const ImageInterface< Float > &dirty, const ImageInterface< Float > &psf, const Float sigma) | |
ImageDataSampling (const ImageDataSampling &other) | |
Copy constructor. | |
ImageDataSampling & | operator= (const ImageDataSampling &other) |
Assignment operator. | |
~ImageDataSampling () | |
Private Member Functions | |
void | init (const ImageInterface< Float > &dirty, const ImageInterface< Float > &psf, const ImageInterface< Float > *sigmaImagePtr, const Float sigma) |
void | ok () |
Provides sampling of single dish data for esimation algorithms.
Public interface
Samples single dish Data as needed for various estimation algorithms
Esimation algorithms such as the Pixon method need sampled and unitless versions of the data. This class is derived from DataSampling. It adds methods specific to single dish data.
Define an interface to allow efficient processing of chunks of data
Definition at line 76 of file ImageDataSampling.h.
casa::ImageDataSampling::ImageDataSampling | ( | const ImageInterface< Float > & | dirty, |
const ImageInterface< Float > & | psf, | ||
const ImageInterface< Float > & | sigma | ||
) |
casa::ImageDataSampling::ImageDataSampling | ( | const ImageInterface< Float > & | dirty, |
const ImageInterface< Float > & | psf, | ||
const Float | sigma | ||
) |
casa::ImageDataSampling::ImageDataSampling | ( | const ImageDataSampling & | other | ) |
Copy constructor.
void casa::ImageDataSampling::init | ( | const ImageInterface< Float > & | dirty, |
const ImageInterface< Float > & | psf, | ||
const ImageInterface< Float > * | sigmaImagePtr, | ||
const Float | sigma | ||
) | [private] |
void casa::ImageDataSampling::ok | ( | ) | [private] |
Reimplemented from casa::DataSampling.
ImageDataSampling& casa::ImageDataSampling::operator= | ( | const ImageDataSampling & | other | ) |
Assignment operator.