casa
$Rev:20696$
|
Class that contains functions needed for imager. More...
#include <SynthesisImager.h>
Public Member Functions | |
SynthesisImager () | |
Default constructor. | |
~SynthesisImager () | |
void | selectData (Record selpars) |
Copy constructor and assignment operator Imager(const Imager&); Imager& operator=(const Imager&);. | |
void | defineImage (Record impars) |
void | setupImaging (Record gridpars) |
void | initMapper () |
void | executeMajorCycle (Record &controls) |
Record getMajorCycleControls();. | |
Protected Member Functions | |
CountedPtr< CoordinateSystem > | buildImageCoordinateSystem (String phasecenter, Double cellx, Double celly, uInt imx, uInt imy, uInt npol, uInt nchan) |
SIIterBot& getLoopControls();. | |
CountedPtr< FTMachine > | createFTMachine () |
CountedPtr< VisSet > | createVisSet () |
void | runMajorCycle () |
Protected Attributes | |
*SIMapperCollection | itsMappers |
CountedPtr< VisSet > | itsVisSet |
CountedPtr< FTMachine > | itsCurrentFTMachine |
CountedPtr< CoordinateSystem > | itsCurrentCoordSys |
CountedPtr< SIImageStore > | itsCurrentImages |
Data Selection Image Definition Imaging Gridding Other Options *Bool | itsUseScratch |
Default constructor.
CountedPtr<CoordinateSystem> casa::SynthesisImager::buildImageCoordinateSystem | ( | String | phasecenter, |
Double | cellx, | ||
Double | celly, | ||
uInt | imx, | ||
uInt | imy, | ||
uInt | npol, | ||
uInt | nchan | ||
) | [protected] |
SIIterBot& getLoopControls();.
CountedPtr<FTMachine> casa::SynthesisImager::createFTMachine | ( | ) | [protected] |
CountedPtr<VisSet> casa::SynthesisImager::createVisSet | ( | ) | [protected] |
void casa::SynthesisImager::defineImage | ( | Record | impars | ) |
void casa::SynthesisImager::executeMajorCycle | ( | Record & | controls | ) |
Record getMajorCycleControls();.
void casa::SynthesisImager::initMapper | ( | ) |
void casa::SynthesisImager::runMajorCycle | ( | ) | [protected] |
void casa::SynthesisImager::selectData | ( | Record | selpars | ) |
Copy constructor and assignment operator Imager(const Imager&); Imager& operator=(const Imager&);.
make all pure-inputs const
void casa::SynthesisImager::setupImaging | ( | Record | gridpars | ) |
Definition at line 95 of file SynthesisImager.h.
Definition at line 94 of file SynthesisImager.h.
Definition at line 96 of file SynthesisImager.h.
* SIMapperCollection casa::SynthesisImager::itsMappers [protected] |
Definition at line 91 of file SynthesisImager.h.
Data Selection Image Definition Imaging Gridding Other Options* Bool casa::SynthesisImager::itsUseScratch [protected] |
Definition at line 105 of file SynthesisImager.h.
CountedPtr<VisSet> casa::SynthesisImager::itsVisSet [protected] |
Definition at line 92 of file SynthesisImager.h.