#include <MSObsColumns.h>
Inheritance diagram for casa::MSObservationColumns:


Part of API
MSObservationColumns stands for MeasurementSet Observation Table columns.
This class provides access to the columns in the MSObservation Table, it does the declaration of all the Scalar and ArrayColumns with the correct types, so the application programmer doesn't have to worry about getting those right. There is an access function for every predefined column. Access to non-predefined columns will still have to be done with explicit declarations. See MSColumns for an example.
See MSColumns for the motivation.
Definition at line 180 of file MSObsColumns.h.
| casa::MSObservationColumns::MSObservationColumns | ( | MSObservation & | msObservation | ) |
Create a columns object that accesses the data in the specified Table.
| casa::MSObservationColumns::~MSObservationColumns | ( | ) |
The desctructor does nothing special.
| casa::MSObservationColumns::MSObservationColumns | ( | ) | [protected] |
| casa::MSObservationColumns::MSObservationColumns | ( | const MSObservationColumns & | ) | [private] |
| ScalarColumn<Bool>& casa::MSObservationColumns::flagRow | ( | ) | [inline] |
Read-write access to required columns.
Definition at line 191 of file MSObsColumns.h.
References flagRow_p.
| ArrayColumn<String>& casa::MSObservationColumns::log | ( | ) | [inline] |
| ScalarColumn<String>& casa::MSObservationColumns::observer | ( | ) | [inline] |
| ScalarColumn<String>& casa::MSObservationColumns::project | ( | ) | [inline] |
| ScalarColumn<Double>& casa::MSObservationColumns::releaseDate | ( | ) | [inline] |
| ScalarQuantColumn<Double>& casa::MSObservationColumns::releaseDateQuant | ( | ) | [inline] |
| ScalarMeasColumn<MEpoch>& casa::MSObservationColumns::releaseDateMeas | ( | ) | [inline] |
| ArrayColumn<String>& casa::MSObservationColumns::schedule | ( | ) | [inline] |
| ScalarColumn<String>& casa::MSObservationColumns::scheduleType | ( | ) | [inline] |
| ScalarColumn<String>& casa::MSObservationColumns::telescopeName | ( | ) | [inline] |
| ArrayColumn<Double>& casa::MSObservationColumns::timeRange | ( | ) | [inline] |
| ArrayQuantColumn<Double>& casa::MSObservationColumns::timeRangeQuant | ( | ) | [inline] |
| ArrayMeasColumn<MEpoch>& casa::MSObservationColumns::timeRangeMeas | ( | ) | [inline] |
| const ROScalarColumn<Bool>& casa::MSObservationColumns::flagRow | ( | ) | const [inline] |
Read-only access to required columns.
Reimplemented from casa::ROMSObservationColumns.
Definition at line 208 of file MSObsColumns.h.
References casa::ROMSObservationColumns::flagRow().
| const ROArrayColumn<String>& casa::MSObservationColumns::log | ( | ) | const [inline] |
Reimplemented from casa::ROMSObservationColumns.
Definition at line 210 of file MSObsColumns.h.
References casa::log().
| const ROScalarColumn<String>& casa::MSObservationColumns::observer | ( | ) | const [inline] |
Reimplemented from casa::ROMSObservationColumns.
Definition at line 212 of file MSObsColumns.h.
References casa::ROMSObservationColumns::observer().
| const ROScalarColumn<String>& casa::MSObservationColumns::project | ( | ) | const [inline] |
Reimplemented from casa::ROMSObservationColumns.
Definition at line 214 of file MSObsColumns.h.
References casa::ROMSObservationColumns::project().
| const ROScalarColumn<Double>& casa::MSObservationColumns::releaseDate | ( | ) | const [inline] |
Reimplemented from casa::ROMSObservationColumns.
Definition at line 216 of file MSObsColumns.h.
References casa::ROMSObservationColumns::releaseDate().
| const ROScalarQuantColumn<Double>& casa::MSObservationColumns::releaseDateQuant | ( | ) | const [inline] |
Reimplemented from casa::ROMSObservationColumns.
Definition at line 218 of file MSObsColumns.h.
References casa::ROMSObservationColumns::releaseDateQuant().
| const ROScalarMeasColumn<MEpoch>& casa::MSObservationColumns::releaseDateMeas | ( | ) | const [inline] |
Reimplemented from casa::ROMSObservationColumns.
Definition at line 220 of file MSObsColumns.h.
References casa::ROMSObservationColumns::releaseDateMeas().
| const ROArrayColumn<String>& casa::MSObservationColumns::schedule | ( | ) | const [inline] |
Reimplemented from casa::ROMSObservationColumns.
Definition at line 222 of file MSObsColumns.h.
References casa::ROMSObservationColumns::schedule().
| const ROScalarColumn<String>& casa::MSObservationColumns::scheduleType | ( | ) | const [inline] |
Reimplemented from casa::ROMSObservationColumns.
Definition at line 224 of file MSObsColumns.h.
References casa::ROMSObservationColumns::scheduleType().
| const ROScalarColumn<String>& casa::MSObservationColumns::telescopeName | ( | ) | const [inline] |
Reimplemented from casa::ROMSObservationColumns.
Definition at line 226 of file MSObsColumns.h.
References casa::ROMSObservationColumns::telescopeName().
| const ROArrayColumn<Double>& casa::MSObservationColumns::timeRange | ( | ) | const [inline] |
Reimplemented from casa::ROMSObservationColumns.
Definition at line 228 of file MSObsColumns.h.
References casa::ROMSObservationColumns::timeRange().
| const ROArrayQuantColumn<Double>& casa::MSObservationColumns::timeRangeQuant | ( | ) | const [inline] |
Reimplemented from casa::ROMSObservationColumns.
Definition at line 230 of file MSObsColumns.h.
References casa::ROMSObservationColumns::timeRangeQuant().
| const ROArrayMeasColumn<MEpoch>& casa::MSObservationColumns::timeRangeMeas | ( | ) | const [inline] |
Reimplemented from casa::ROMSObservationColumns.
Definition at line 232 of file MSObsColumns.h.
References casa::ROMSObservationColumns::timeRangeMeas().
| void casa::MSObservationColumns::setEpochRef | ( | MEpoch::Types | ref, | |
| Bool | tableMustBeEmpty = True | |||
| ) |
set the epoch type for the TIME_RANGE & RELEASE_DATE columns.
Tip: In principle this function can only be used if the table is empty, otherwise already written values may thereafter have an incorrect reference, offset, or unit. However, it is possible that part of the table gets written before these values are known. In that case the reference, offset, or units can be set by using a False tableMustBeEmpty argument.
| void casa::MSObservationColumns::attach | ( | MSObservation & | msObservation | ) | [protected] |
| MSObservationColumns& casa::MSObservationColumns::operator= | ( | const MSObservationColumns & | ) | [private] |
Reimplemented from casa::ROMSObservationColumns.
Definition at line 262 of file MSObsColumns.h.
Referenced by flagRow().
ArrayColumn<String> casa::MSObservationColumns::log_p [private] |
Reimplemented from casa::ROMSObservationColumns.
Definition at line 263 of file MSObsColumns.h.
Referenced by log().
Reimplemented from casa::ROMSObservationColumns.
Definition at line 264 of file MSObsColumns.h.
Referenced by observer().
Reimplemented from casa::ROMSObservationColumns.
Definition at line 265 of file MSObsColumns.h.
Referenced by project().
Reimplemented from casa::ROMSObservationColumns.
Definition at line 266 of file MSObsColumns.h.
Referenced by releaseDate().
Reimplemented from casa::ROMSObservationColumns.
Definition at line 267 of file MSObsColumns.h.
Referenced by schedule().
Reimplemented from casa::ROMSObservationColumns.
Definition at line 268 of file MSObsColumns.h.
Referenced by scheduleType().
Reimplemented from casa::ROMSObservationColumns.
Definition at line 269 of file MSObsColumns.h.
Referenced by telescopeName().
Reimplemented from casa::ROMSObservationColumns.
Definition at line 270 of file MSObsColumns.h.
Referenced by timeRange().
Reimplemented from casa::ROMSObservationColumns.
Definition at line 273 of file MSObsColumns.h.
Referenced by releaseDateMeas().
Reimplemented from casa::ROMSObservationColumns.
Definition at line 274 of file MSObsColumns.h.
Referenced by timeRangeMeas().
Reimplemented from casa::ROMSObservationColumns.
Definition at line 277 of file MSObsColumns.h.
Referenced by releaseDateQuant().
Reimplemented from casa::ROMSObservationColumns.
Definition at line 278 of file MSObsColumns.h.
Referenced by timeRangeQuant().
1.5.1