casa
5.7.0-16
|
Specifies averaging parameters for an MS. More...
#include <PlotMSTransformations.h>
Public Attributes | |
fields | |
fieldStrings | |
field | |
Frame | |
Private Member Functions | |
void | setDefaults () |
Sets the default values. More... | |
Private Attributes | |
casacore::MFrequency::Types | mfreqType_ |
The Frequency frame. More... | |
casacore::MDoppler::Types | mdoppType_ |
The Velocity Defn. More... | |
casacore::Double | restFreq_ |
The rest frequency (MHz) More... | |
casacore::Double | XpcOffset_ |
Phase center offsets. More... | |
casacore::Double | YpcOffset_ |
casacore::Bool | formStokes_ |
Form casacore::Stokes from correlations. More... | |
Specifies averaging parameters for an MS.
Definition at line 38 of file PlotMSTransformations.h.
veldef casa::PlotMSTransformations::PlotMSTransformations | ( | ) |
Non-Static //.
Constructor, which uses default values.
casa::PlotMSTransformations::~PlotMSTransformations | ( | ) |
Destructor.
|
inline |
If any transformations are specified, return true.
Definition at line 68 of file PlotMSTransformations.h.
References formStokes(), frameStr(), veldefStr(), xpcOffset(), and ypcOffset().
|
inline |
Definition at line 85 of file PlotMSTransformations.h.
References formStokes_.
Referenced by anyTransform().
|
inline |
Convenience methods for returning the standard field values.
Definition at line 76 of file PlotMSTransformations.h.
References mfreqType_.
|
inline |
Definition at line 78 of file PlotMSTransformations.h.
References mfreqType_, casacore::MFrequency::N_Types, and casacore::MFrequency::showType().
Referenced by anyTransform().
void casa::PlotMSTransformations::fromRecord | ( | const casacore::RecordInterface & | record | ) |
Converts this object to/from a record.
Each field will have a key that is its enum name
|
inline |
Definition at line 109 of file PlotMSTransformations.h.
References operator==().
bool casa::PlotMSTransformations::operator== | ( | const PlotMSTransformations & | other | ) | const |
Equality operators.
Referenced by operator!=().
casa::PlotMSTransformations::PMS_ENUM1 | ( | Field | , |
fields | , | ||
fieldStrings | , | ||
field | , | ||
FRAME | , | ||
VELDEF | |||
) |
Static //.
Enum and methods to define the different fields for an casacore::MS averaging.
|
inline |
Definition at line 81 of file PlotMSTransformations.h.
References restFreq_.
|
inline |
Definition at line 82 of file PlotMSTransformations.h.
References restFreq_.
|
private |
Sets the default values.
|
inline |
Definition at line 102 of file PlotMSTransformations.h.
References formStokes_.
|
inline |
Convenience methods for setting the standard field values.
Definition at line 92 of file PlotMSTransformations.h.
References mfreqType_, and casa::type().
|
inline |
Definition at line 93 of file PlotMSTransformations.h.
References casacore::MFrequency::getType(), mfreqType_, and casacore::MFrequency::N_Types.
|
inline |
Definition at line 98 of file PlotMSTransformations.h.
References restFreq_.
|
inline |
Definition at line 99 of file PlotMSTransformations.h.
References casacore::Quantum< Qtype >::getValue(), and restFreq_.
|
inline |
Definition at line 96 of file PlotMSTransformations.h.
References mdoppType_, and casa::type().
|
inline |
Definition at line 97 of file PlotMSTransformations.h.
References casacore::MDoppler::getType(), and mdoppType_.
|
inline |
Definition at line 100 of file PlotMSTransformations.h.
References XpcOffset_.
|
inline |
Definition at line 101 of file PlotMSTransformations.h.
References YpcOffset_.
casacore::String casa::PlotMSTransformations::summary | ( | ) | const |
Print out a summary.
casacore::Record casa::PlotMSTransformations::toRecord | ( | ) | const |
|
inline |
Definition at line 77 of file PlotMSTransformations.h.
References mdoppType_.
|
inline |
Definition at line 80 of file PlotMSTransformations.h.
References mdoppType_, and casacore::MDoppler::showType().
Referenced by anyTransform().
|
inline |
Definition at line 83 of file PlotMSTransformations.h.
References XpcOffset_.
Referenced by anyTransform().
|
inline |
Definition at line 84 of file PlotMSTransformations.h.
References YpcOffset_.
Referenced by anyTransform().
casa::PlotMSTransformations::field |
Definition at line 46 of file PlotMSTransformations.h.
casa::PlotMSTransformations::fields |
Definition at line 46 of file PlotMSTransformations.h.
casa::PlotMSTransformations::fieldStrings |
Definition at line 46 of file PlotMSTransformations.h.
|
private |
Form casacore::Stokes from correlations.
Definition at line 131 of file PlotMSTransformations.h.
Referenced by formStokes(), and setFormStokes().
casa::PlotMSTransformations::Frame |
Definition at line 46 of file PlotMSTransformations.h.
|
private |
The Velocity Defn.
Definition at line 122 of file PlotMSTransformations.h.
Referenced by setVelDef(), veldef(), and veldefStr().
|
private |
The Frequency frame.
Definition at line 119 of file PlotMSTransformations.h.
Referenced by frame(), frameStr(), and setFrame().
|
private |
The rest frequency (MHz)
Definition at line 125 of file PlotMSTransformations.h.
Referenced by restFreq(), restFreqHz(), and setRestFreq().
|
private |
Phase center offsets.
Definition at line 128 of file PlotMSTransformations.h.
Referenced by setXpcOffset(), and xpcOffset().
|
private |
Definition at line 128 of file PlotMSTransformations.h.
Referenced by setYpcOffset(), and ypcOffset().