casa
$Rev:20696$
|
Provides sampling of synthesis data for estimation algorithms. More...
#include <SynDataSampling.h>
Public Member Functions | |
SynDataSampling (MeasurementSet &ms, const CoordinateSystem &coords, const IPosition &shape, const Quantity &sigma) | |
SynDataSampling (const SynDataSampling &other) | |
Copy constructor. | |
SynDataSampling & | operator= (const SynDataSampling &other) |
Assignment operator. | |
~SynDataSampling () | |
Private Member Functions | |
void | ok () |
Provides sampling of synthesis data for estimation 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 73 of file SynDataSampling.h.
casa::SynDataSampling::SynDataSampling | ( | MeasurementSet & | ms, |
const CoordinateSystem & | coords, | ||
const IPosition & | shape, | ||
const Quantity & | sigma | ||
) |
casa::SynDataSampling::SynDataSampling | ( | const SynDataSampling & | other | ) |
Copy constructor.
void casa::SynDataSampling::ok | ( | ) | [private] |
Reimplemented from casa::DataSampling.
SynDataSampling& casa::SynDataSampling::operator= | ( | const SynDataSampling & | other | ) |
Assignment operator.