casacore
|
#include <MSValidIds.h>
Public Member Functions | |
MSValidIds () | |
Construct one unattached to a MeasurementSet. More... | |
MSValidIds (const MeasurementSet &ms) | |
Construct one attached to the indicated MeasurementSet. More... | |
MSValidIds (const MSValidIds &other) | |
Construct one from another. More... | |
~MSValidIds () | |
The destructor. More... | |
MSValidIds & | operator= (const MSValidIds &other) |
Assignment operator, reference semantics. More... | |
void | attach (const MeasurementSet &ms) |
Attach this one to a MeasurementSet. More... | |
Int | antenna1 (rownr_t rownr) const |
These functions check on the validity of the appropriate value in the main table or sub-tables in the case of some Ids. More... | |
Int | antenna2 (rownr_t rownr) const |
Int | dataDescId (rownr_t rownr) const |
Int | fieldId (rownr_t rownr) const |
Int | observationId (rownr_t rownr) const |
Int | processorId (rownr_t rownr) const |
Int | stateId (rownr_t rownr) const |
Int | polarizationId (rownr_t rownr) const |
The polarizationId comes from the DATA_DESCRIPTION subtable, so dataDescId must first be valid in order for this to also be valid. More... | |
Int | spectralWindowId (rownr_t rownr) const |
The spectralWindowId comes from the DATA_DESCRIPTION subtable, so dataDescId must first be valid in order for this to also be valid. More... | |
Int | dopplerId (rownr_t rownr) const |
the dopplerId comes from the SPECTRAL_WINDOW subtable so spectralWindowId must first be valid in order for this to also be valid. More... | |
Int | sourceId (rownr_t rownr) const |
The sourceId comes from the FIELD subtable so fieldId must first be valid in order for this to also be valid. More... | |
Private Member Functions | |
void | clear () |
Int | checkResult (Int testResult, const Table &mstable) const |
Bool | checkRow (rownr_t rownr) const |
Private Attributes | |
MeasurementSet | ms_p |
MSColumns * | romsCols_p |
Bool | hasDoppler_p |
Bool | hasSource_p |
Public interface
Definition at line 69 of file MSValidIds.h.
casacore::MSValidIds::MSValidIds | ( | ) |
Construct one unattached to a MeasurementSet.
All functions return -1. Use the attach function to attach this to a MeasurementSet after construction.
casacore::MSValidIds::MSValidIds | ( | const MeasurementSet & | ms | ) |
Construct one attached to the indicated MeasurementSet.
casacore::MSValidIds::MSValidIds | ( | const MSValidIds & | other | ) |
Construct one from another.
casacore::MSValidIds::~MSValidIds | ( | ) |
The destructor.
These functions check on the validity of the appropriate value in the main table or sub-tables in the case of some Ids.
The actual value stored is returned unless the sub-table does not exist (for optional subtables) or the indicated row number does not exist in that sub-table where appropriate.
void casacore::MSValidIds::attach | ( | const MeasurementSet & | ms | ) |
Attach this one to a MeasurementSet.
This can also be used to re-attach to the same MeasurementSet when additional optional subtables have been added since this object was constructed.
Definition at line 131 of file MSValidIds.h.
References casacore::Table::nrow().
Definition at line 134 of file MSValidIds.h.
References ms_p, and casacore::Table::nrow().
|
private |
the dopplerId comes from the SPECTRAL_WINDOW subtable so spectralWindowId must first be valid in order for this to also be valid.
Since the DOPPLER subtable is not simply indexed by DOPPLER_ID, the DOPPLER subtable exists and a dopplerId can be found in the SPECTRAL_WINDOW subtable, that value will be returned, whatever it is.
MSValidIds& casacore::MSValidIds::operator= | ( | const MSValidIds & | other | ) |
Assignment operator, reference semantics.
The polarizationId comes from the DATA_DESCRIPTION subtable, so dataDescId must first be valid in order for this to also be valid.
The sourceId comes from the FIELD subtable so fieldId must first be valid in order for this to also be valid.
Since the SOURCE table is also indexed by TIME, the only additional check is that a SOURCE table must exist in order for this to be valid.
The spectralWindowId comes from the DATA_DESCRIPTION subtable, so dataDescId must first be valid in order for this to also be valid.
|
private |
Definition at line 128 of file MSValidIds.h.
|
private |
Definition at line 128 of file MSValidIds.h.
|
private |
Definition at line 125 of file MSValidIds.h.
Referenced by checkRow().
|
private |
Definition at line 126 of file MSValidIds.h.