A class for easy read-only access to MeasurementSet main table columns. More...
#include <MSMainColumns.h>
Public Member Functions | |
ROMSMainColumns (const MeasurementSet &ms) | |
Create a columns object that accesses the data in the specified Table. | |
~ROMSMainColumns () | |
The desctructor does nothing special. | |
const ROScalarColumn< Int > & | antenna1 () const |
Access to required columns. | |
const ROScalarColumn< Int > & | antenna2 () const |
const ROScalarColumn< Int > & | arrayId () const |
const ROScalarColumn< Int > & | dataDescId () const |
const ROScalarColumn< Double > & | exposure () const |
const ROScalarQuantColumn < Double > & | exposureQuant () const |
const ROScalarColumn< Int > & | feed1 () const |
const ROScalarColumn< Int > & | feed2 () const |
const ROScalarColumn< Int > & | fieldId () const |
const ROArrayColumn< Bool > & | flag () const |
const ROArrayColumn< Bool > & | flagCategory () const |
const ROScalarColumn< Bool > & | flagRow () const |
const ROScalarColumn< Double > & | interval () const |
const ROScalarQuantColumn < Double > & | intervalQuant () const |
const ROScalarColumn< Int > & | observationId () const |
const ROScalarColumn< Int > & | processorId () const |
const ROScalarColumn< Int > & | scanNumber () const |
const ROArrayColumn< Float > & | sigma () const |
const ROScalarColumn< Int > & | stateId () const |
const ROScalarColumn< Double > & | time () const |
const ROScalarQuantColumn < Double > & | timeQuant () const |
const ROScalarMeasColumn < MEpoch > & | timeMeas () const |
const ROScalarColumn< Double > & | timeCentroid () const |
const ROScalarQuantColumn < Double > & | timeCentroidQuant () const |
const ROScalarMeasColumn < MEpoch > & | timeCentroidMeas () const |
const ROArrayColumn< Double > & | uvw () const |
const ROArrayQuantColumn < Double > & | uvwQuant () const |
const ROScalarMeasColumn< Muvw > & | uvwMeas () const |
const ROArrayColumn< Float > & | weight () const |
const ROScalarColumn< Int > & | antenna3 () const |
Access to optional columns. | |
const ROScalarColumn< Bool > & | baselineRef () const |
const ROArrayColumn< Complex > & | correctedData () const |
const ROArrayColumn< Complex > & | data () const |
const ROScalarColumn< Int > & | feed3 () const |
const ROArrayColumn< Float > & | floatData () const |
const ROArrayColumn< Float > & | imagingWeight () const |
const ROArrayColumn< Complex > & | lagData () const |
const ROArrayColumn< Complex > & | modelData () const |
const ROScalarColumn< Int > & | phaseId () const |
const ROScalarColumn< Int > & | pulsarBin () const |
const ROScalarColumn< Int > & | pulsarGateId () const |
const ROArrayColumn< Float > & | sigmaSpectrum () const |
const ROScalarColumn< Double > & | timeExtraPrec () const |
const ROScalarQuantColumn < Double > & | timeExtraPrecQuant () const |
const ROArrayColumn< Double > & | uvw2 () const |
const ROScalarMeasColumn< Muvw > & | uvw2Meas () const |
const ROArrayQuantColumn < Double > & | uvw2Quant () const |
const ROArrayColumn< Complex > & | videoPoint () const |
const ROArrayColumn< Float > & | weightSpectrum () const |
const ROArrayColumn< Float > & | weightSpectrumCorrected () const |
uInt | nrow () const |
Convenience function that returns the number of rows in any of the columns. | |
Vector< String > | flagCategories () const |
Returns the category labels for the FLAG_CATEGORY column. | |
Protected Member Functions | |
ROMSMainColumns () | |
void | attach (const MeasurementSet &ms) |
Private Member Functions | |
ROMSMainColumns (const ROMSMainColumns &) | |
ROMSMainColumns & | operator= (const ROMSMainColumns &) |
void | attachOptionalCols (const MeasurementSet &ms) |
Private Attributes | |
ROScalarColumn< Int > | antenna1_p |
ROScalarColumn< Int > | antenna2_p |
ROScalarColumn< Int > | arrayId_p |
ROScalarColumn< Int > | dataDescId_p |
ROScalarColumn< Double > | exposure_p |
ROScalarColumn< Int > | feed1_p |
ROScalarColumn< Int > | feed2_p |
ROScalarColumn< Int > | fieldId_p |
ROArrayColumn< Bool > | flag_p |
ROArrayColumn< Bool > | flagCategory_p |
ROScalarColumn< Bool > | flagRow_p |
ROScalarColumn< Double > | interval_p |
ROScalarColumn< Int > | observationId_p |
ROScalarColumn< Int > | processorId_p |
ROScalarColumn< Int > | scanNumber_p |
ROArrayColumn< Float > | sigma_p |
ROScalarColumn< Int > | stateId_p |
ROScalarColumn< Double > | time_p |
ROScalarColumn< Double > | timeCentroid_p |
ROArrayColumn< Double > | uvw_p |
ROArrayColumn< Float > | weight_p |
ROScalarColumn< Int > | antenna3_p |
ROScalarColumn< Bool > | baselineRef_p |
ROArrayColumn< Complex > | data_p |
ROScalarColumn< Int > | feed3_p |
ROArrayColumn< Float > | floatData_p |
ROArrayColumn< Complex > | lagData_p |
ROScalarColumn< Int > | phaseId_p |
ROScalarColumn< Int > | pulsarBin_p |
ROScalarColumn< Int > | pulsarGateId_p |
ROArrayColumn< Float > | sigmaSpectrum_p |
ROScalarColumn< Double > | timeExtraPrec_p |
ROArrayColumn< Double > | uvw2_p |
ROArrayColumn< Complex > | videoPoint_p |
ROArrayColumn< Float > | weightSpectrum_p |
ROArrayColumn< Float > | weightSpectrumCorrected_p |
ROArrayColumn< Complex > | correctedData_p |
ROArrayColumn< Float > | imagingWeight_p |
ROArrayColumn< Complex > | modelData_p |
ROScalarMeasColumn< MEpoch > | timeMeas_p |
ROScalarMeasColumn< MEpoch > | timeCentroidMeas_p |
ROScalarMeasColumn< Muvw > | uvwMeas_p |
ROScalarMeasColumn< Muvw > | uvw2Meas_p |
ROScalarQuantColumn< Double > | exposureQuant_p |
ROScalarQuantColumn< Double > | intervalQuant_p |
ROScalarQuantColumn< Double > | timeQuant_p |
ROScalarQuantColumn< Double > | timeCentroidQuant_p |
ROArrayQuantColumn< Double > | uvwQuant_p |
ROScalarQuantColumn< Double > | timeExtraPrecQuant_p |
ROArrayQuantColumn< Double > | uvw2Quant_p |
A class for easy read-only access to MeasurementSet main table columns.
Public interface
ROMSColumns stands for Read-Only MeasurementSet Table columns.
This class provides read-only access to the columns in the MeasurementSet. 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.
Warning: The Table that is used to construct this class must not be destroyed (or go out of scope) before this class does; Otherwise the scalar and array columns use by this class will be left dangling;
// use as follows MeasurementSet ms("myMS"); ROMSColumns msc(ms); // show data from row 5 cout << msc.data()(5); // show name of antenna on row 3 in antenna table cout << msc.antenna().name();
See MSColumns for the motivation.
Definition at line 101 of file MSMainColumns.h.
casacore::ROMSMainColumns::ROMSMainColumns | ( | const MeasurementSet & | ms | ) |
Create a columns object that accesses the data in the specified Table.
casacore::ROMSMainColumns::~ROMSMainColumns | ( | ) |
The desctructor does nothing special.
casacore::ROMSMainColumns::ROMSMainColumns | ( | ) | [protected] |
casacore::ROMSMainColumns::ROMSMainColumns | ( | const ROMSMainColumns & | ) | [private] |
const ROScalarColumn<Int>& casacore::ROMSMainColumns::antenna1 | ( | ) | const [inline] |
Access to required columns.
Reimplemented in casacore::MSMainColumns.
Definition at line 112 of file MSMainColumns.h.
References antenna1_p.
const ROScalarColumn<Int>& casacore::ROMSMainColumns::antenna2 | ( | ) | const [inline] |
Reimplemented in casacore::MSMainColumns.
Definition at line 113 of file MSMainColumns.h.
References antenna2_p.
const ROScalarColumn<Int>& casacore::ROMSMainColumns::antenna3 | ( | ) | const [inline] |
Access to optional columns.
Reimplemented in casacore::MSMainColumns.
Definition at line 153 of file MSMainColumns.h.
References antenna3_p.
const ROScalarColumn<Int>& casacore::ROMSMainColumns::arrayId | ( | ) | const [inline] |
Reimplemented in casacore::MSMainColumns.
Definition at line 114 of file MSMainColumns.h.
References arrayId_p.
void casacore::ROMSMainColumns::attach | ( | const MeasurementSet & | ms | ) | [protected] |
void casacore::ROMSMainColumns::attachOptionalCols | ( | const MeasurementSet & | ms | ) | [private] |
const ROScalarColumn<Bool>& casacore::ROMSMainColumns::baselineRef | ( | ) | const [inline] |
Reimplemented in casacore::MSMainColumns.
Definition at line 154 of file MSMainColumns.h.
References baselineRef_p.
const ROArrayColumn<Complex>& casacore::ROMSMainColumns::correctedData | ( | ) | const [inline] |
Reimplemented in casacore::MSMainColumns.
Definition at line 155 of file MSMainColumns.h.
References correctedData_p.
const ROArrayColumn<Complex>& casacore::ROMSMainColumns::data | ( | ) | const [inline] |
Reimplemented in casacore::MSMainColumns.
Definition at line 156 of file MSMainColumns.h.
References data_p.
const ROScalarColumn<Int>& casacore::ROMSMainColumns::dataDescId | ( | ) | const [inline] |
Reimplemented in casacore::MSMainColumns.
Definition at line 115 of file MSMainColumns.h.
References dataDescId_p.
const ROScalarColumn<Double>& casacore::ROMSMainColumns::exposure | ( | ) | const [inline] |
Reimplemented in casacore::MSMainColumns.
Definition at line 116 of file MSMainColumns.h.
References exposure_p.
const ROScalarQuantColumn<Double>& casacore::ROMSMainColumns::exposureQuant | ( | ) | const [inline] |
Reimplemented in casacore::MSMainColumns.
Definition at line 117 of file MSMainColumns.h.
References exposureQuant_p.
Referenced by casacore::MSMainColInterface::exposureQuant().
const ROScalarColumn<Int>& casacore::ROMSMainColumns::feed1 | ( | ) | const [inline] |
Reimplemented in casacore::MSMainColumns.
Definition at line 119 of file MSMainColumns.h.
References feed1_p.
const ROScalarColumn<Int>& casacore::ROMSMainColumns::feed2 | ( | ) | const [inline] |
Reimplemented in casacore::MSMainColumns.
Definition at line 120 of file MSMainColumns.h.
References feed2_p.
const ROScalarColumn<Int>& casacore::ROMSMainColumns::feed3 | ( | ) | const [inline] |
Reimplemented in casacore::MSMainColumns.
Definition at line 157 of file MSMainColumns.h.
References feed3_p.
const ROScalarColumn<Int>& casacore::ROMSMainColumns::fieldId | ( | ) | const [inline] |
Reimplemented in casacore::MSMainColumns.
Definition at line 121 of file MSMainColumns.h.
References fieldId_p.
const ROArrayColumn<Bool>& casacore::ROMSMainColumns::flag | ( | ) | const [inline] |
Reimplemented in casacore::MSMainColumns.
Definition at line 122 of file MSMainColumns.h.
References flag_p.
Referenced by casacore::MSMainColInterface::flag().
Returns the category labels for the FLAG_CATEGORY column.
const ROArrayColumn<Bool>& casacore::ROMSMainColumns::flagCategory | ( | ) | const [inline] |
Reimplemented in casacore::MSMainColumns.
Definition at line 123 of file MSMainColumns.h.
References flagCategory_p.
const ROScalarColumn<Bool>& casacore::ROMSMainColumns::flagRow | ( | ) | const [inline] |
Reimplemented in casacore::MSMainColumns.
Definition at line 124 of file MSMainColumns.h.
References flagRow_p.
Referenced by casacore::MSMainColInterface::flagRow().
const ROArrayColumn<Float>& casacore::ROMSMainColumns::floatData | ( | ) | const [inline] |
Reimplemented in casacore::MSMainColumns.
Definition at line 158 of file MSMainColumns.h.
References floatData_p.
const ROArrayColumn<Float>& casacore::ROMSMainColumns::imagingWeight | ( | ) | const [inline] |
Reimplemented in casacore::MSMainColumns.
Definition at line 159 of file MSMainColumns.h.
References imagingWeight_p.
const ROScalarColumn<Double>& casacore::ROMSMainColumns::interval | ( | ) | const [inline] |
Reimplemented in casacore::MSMainColumns.
Definition at line 125 of file MSMainColumns.h.
References interval_p.
const ROScalarQuantColumn<Double>& casacore::ROMSMainColumns::intervalQuant | ( | ) | const [inline] |
Reimplemented in casacore::MSMainColumns.
Definition at line 126 of file MSMainColumns.h.
References intervalQuant_p.
const ROArrayColumn<Complex>& casacore::ROMSMainColumns::lagData | ( | ) | const [inline] |
Reimplemented in casacore::MSMainColumns.
Definition at line 160 of file MSMainColumns.h.
References lagData_p.
const ROArrayColumn<Complex>& casacore::ROMSMainColumns::modelData | ( | ) | const [inline] |
Reimplemented in casacore::MSMainColumns.
Definition at line 161 of file MSMainColumns.h.
References modelData_p.
uInt casacore::ROMSMainColumns::nrow | ( | ) | const [inline] |
Convenience function that returns the number of rows in any of the columns.
Definition at line 180 of file MSMainColumns.h.
References antenna1_p.
const ROScalarColumn<Int>& casacore::ROMSMainColumns::observationId | ( | ) | const [inline] |
Reimplemented in casacore::MSMainColumns.
Definition at line 128 of file MSMainColumns.h.
References observationId_p.
ROMSMainColumns& casacore::ROMSMainColumns::operator= | ( | const ROMSMainColumns & | ) | [private] |
Reimplemented in casacore::MSMainColumns.
const ROScalarColumn<Int>& casacore::ROMSMainColumns::phaseId | ( | ) | const [inline] |
Reimplemented in casacore::MSMainColumns.
Definition at line 162 of file MSMainColumns.h.
References phaseId_p.
const ROScalarColumn<Int>& casacore::ROMSMainColumns::processorId | ( | ) | const [inline] |
Reimplemented in casacore::MSMainColumns.
Definition at line 129 of file MSMainColumns.h.
References processorId_p.
const ROScalarColumn<Int>& casacore::ROMSMainColumns::pulsarBin | ( | ) | const [inline] |
Reimplemented in casacore::MSMainColumns.
Definition at line 163 of file MSMainColumns.h.
References pulsarBin_p.
const ROScalarColumn<Int>& casacore::ROMSMainColumns::pulsarGateId | ( | ) | const [inline] |
Reimplemented in casacore::MSMainColumns.
Definition at line 164 of file MSMainColumns.h.
References pulsarGateId_p.
const ROScalarColumn<Int>& casacore::ROMSMainColumns::scanNumber | ( | ) | const [inline] |
Reimplemented in casacore::MSMainColumns.
Definition at line 130 of file MSMainColumns.h.
References scanNumber_p.
const ROArrayColumn<Float>& casacore::ROMSMainColumns::sigma | ( | ) | const [inline] |
Reimplemented in casacore::MSMainColumns.
Definition at line 131 of file MSMainColumns.h.
References sigma_p.
const ROArrayColumn<Float>& casacore::ROMSMainColumns::sigmaSpectrum | ( | ) | const [inline] |
Reimplemented in casacore::MSMainColumns.
Definition at line 165 of file MSMainColumns.h.
References sigmaSpectrum_p.
const ROScalarColumn<Int>& casacore::ROMSMainColumns::stateId | ( | ) | const [inline] |
Reimplemented in casacore::MSMainColumns.
Definition at line 132 of file MSMainColumns.h.
References stateId_p.
const ROScalarColumn<Double>& casacore::ROMSMainColumns::time | ( | ) | const [inline] |
Reimplemented in casacore::MSMainColumns.
Definition at line 133 of file MSMainColumns.h.
References time_p.
const ROScalarColumn<Double>& casacore::ROMSMainColumns::timeCentroid | ( | ) | const [inline] |
Reimplemented in casacore::MSMainColumns.
Definition at line 138 of file MSMainColumns.h.
References timeCentroid_p.
const ROScalarMeasColumn<MEpoch>& casacore::ROMSMainColumns::timeCentroidMeas | ( | ) | const [inline] |
Reimplemented in casacore::MSMainColumns.
Definition at line 141 of file MSMainColumns.h.
References timeCentroidMeas_p.
const ROScalarQuantColumn<Double>& casacore::ROMSMainColumns::timeCentroidQuant | ( | ) | const [inline] |
Reimplemented in casacore::MSMainColumns.
Definition at line 139 of file MSMainColumns.h.
References timeCentroidQuant_p.
const ROScalarColumn<Double>& casacore::ROMSMainColumns::timeExtraPrec | ( | ) | const [inline] |
Reimplemented in casacore::MSMainColumns.
Definition at line 166 of file MSMainColumns.h.
References timeExtraPrec_p.
const ROScalarQuantColumn<Double>& casacore::ROMSMainColumns::timeExtraPrecQuant | ( | ) | const [inline] |
Reimplemented in casacore::MSMainColumns.
Definition at line 167 of file MSMainColumns.h.
References timeExtraPrecQuant_p.
const ROScalarMeasColumn<MEpoch>& casacore::ROMSMainColumns::timeMeas | ( | ) | const [inline] |
Reimplemented in casacore::MSMainColumns.
Definition at line 136 of file MSMainColumns.h.
References timeMeas_p.
const ROScalarQuantColumn<Double>& casacore::ROMSMainColumns::timeQuant | ( | ) | const [inline] |
Reimplemented in casacore::MSMainColumns.
Definition at line 134 of file MSMainColumns.h.
References timeQuant_p.
Referenced by casacore::MSMainColInterface::timeQuant().
const ROArrayColumn<Double>& casacore::ROMSMainColumns::uvw | ( | ) | const [inline] |
Reimplemented in casacore::MSMainColumns.
Definition at line 143 of file MSMainColumns.h.
References uvw_p.
const ROArrayColumn<Double>& casacore::ROMSMainColumns::uvw2 | ( | ) | const [inline] |
Reimplemented in casacore::MSMainColumns.
Definition at line 169 of file MSMainColumns.h.
References uvw2_p.
const ROScalarMeasColumn<Muvw>& casacore::ROMSMainColumns::uvw2Meas | ( | ) | const [inline] |
Reimplemented in casacore::MSMainColumns.
Definition at line 170 of file MSMainColumns.h.
References uvw2Meas_p.
const ROArrayQuantColumn<Double>& casacore::ROMSMainColumns::uvw2Quant | ( | ) | const [inline] |
Reimplemented in casacore::MSMainColumns.
Definition at line 172 of file MSMainColumns.h.
References uvw2Quant_p.
const ROScalarMeasColumn<Muvw>& casacore::ROMSMainColumns::uvwMeas | ( | ) | const [inline] |
Reimplemented in casacore::MSMainColumns.
Definition at line 146 of file MSMainColumns.h.
References uvwMeas_p.
const ROArrayQuantColumn<Double>& casacore::ROMSMainColumns::uvwQuant | ( | ) | const [inline] |
Reimplemented in casacore::MSMainColumns.
Definition at line 144 of file MSMainColumns.h.
References uvwQuant_p.
const ROArrayColumn<Complex>& casacore::ROMSMainColumns::videoPoint | ( | ) | const [inline] |
Reimplemented in casacore::MSMainColumns.
Definition at line 174 of file MSMainColumns.h.
References videoPoint_p.
const ROArrayColumn<Float>& casacore::ROMSMainColumns::weight | ( | ) | const [inline] |
Reimplemented in casacore::MSMainColumns.
Definition at line 148 of file MSMainColumns.h.
References weight_p.
const ROArrayColumn<Float>& casacore::ROMSMainColumns::weightSpectrum | ( | ) | const [inline] |
Reimplemented in casacore::MSMainColumns.
Definition at line 175 of file MSMainColumns.h.
References weightSpectrum_p.
const ROArrayColumn<Float>& casacore::ROMSMainColumns::weightSpectrumCorrected | ( | ) | const [inline] |
Reimplemented in casacore::MSMainColumns.
Definition at line 176 of file MSMainColumns.h.
References weightSpectrumCorrected_p.
ROScalarColumn<Int> casacore::ROMSMainColumns::antenna1_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 203 of file MSMainColumns.h.
Referenced by antenna1(), and nrow().
ROScalarColumn<Int> casacore::ROMSMainColumns::antenna2_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 204 of file MSMainColumns.h.
Referenced by antenna2().
ROScalarColumn<Int> casacore::ROMSMainColumns::antenna3_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 225 of file MSMainColumns.h.
Referenced by antenna3().
ROScalarColumn<Int> casacore::ROMSMainColumns::arrayId_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 205 of file MSMainColumns.h.
Referenced by arrayId().
ROScalarColumn<Bool> casacore::ROMSMainColumns::baselineRef_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 226 of file MSMainColumns.h.
Referenced by baselineRef().
ROArrayColumn<Complex> casacore::ROMSMainColumns::correctedData_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 242 of file MSMainColumns.h.
Referenced by correctedData().
ROArrayColumn<Complex> casacore::ROMSMainColumns::data_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 227 of file MSMainColumns.h.
Referenced by data().
ROScalarColumn<Int> casacore::ROMSMainColumns::dataDescId_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 206 of file MSMainColumns.h.
Referenced by dataDescId().
ROScalarColumn<Double> casacore::ROMSMainColumns::exposure_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 207 of file MSMainColumns.h.
Referenced by exposure().
ROScalarQuantColumn<Double> casacore::ROMSMainColumns::exposureQuant_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 254 of file MSMainColumns.h.
Referenced by exposureQuant().
ROScalarColumn<Int> casacore::ROMSMainColumns::feed1_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 208 of file MSMainColumns.h.
Referenced by feed1().
ROScalarColumn<Int> casacore::ROMSMainColumns::feed2_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 209 of file MSMainColumns.h.
Referenced by feed2().
ROScalarColumn<Int> casacore::ROMSMainColumns::feed3_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 228 of file MSMainColumns.h.
Referenced by feed3().
ROScalarColumn<Int> casacore::ROMSMainColumns::fieldId_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 210 of file MSMainColumns.h.
Referenced by fieldId().
ROArrayColumn<Bool> casacore::ROMSMainColumns::flag_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 211 of file MSMainColumns.h.
Referenced by flag().
ROArrayColumn<Bool> casacore::ROMSMainColumns::flagCategory_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 212 of file MSMainColumns.h.
Referenced by flagCategory().
ROScalarColumn<Bool> casacore::ROMSMainColumns::flagRow_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 213 of file MSMainColumns.h.
Referenced by flagRow().
ROArrayColumn<Float> casacore::ROMSMainColumns::floatData_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 229 of file MSMainColumns.h.
Referenced by floatData().
ROArrayColumn<Float> casacore::ROMSMainColumns::imagingWeight_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 243 of file MSMainColumns.h.
Referenced by imagingWeight().
ROScalarColumn<Double> casacore::ROMSMainColumns::interval_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 214 of file MSMainColumns.h.
Referenced by interval().
ROScalarQuantColumn<Double> casacore::ROMSMainColumns::intervalQuant_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 255 of file MSMainColumns.h.
Referenced by intervalQuant().
ROArrayColumn<Complex> casacore::ROMSMainColumns::lagData_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 230 of file MSMainColumns.h.
Referenced by lagData().
ROArrayColumn<Complex> casacore::ROMSMainColumns::modelData_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 244 of file MSMainColumns.h.
Referenced by modelData().
ROScalarColumn<Int> casacore::ROMSMainColumns::observationId_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 215 of file MSMainColumns.h.
Referenced by observationId().
ROScalarColumn<Int> casacore::ROMSMainColumns::phaseId_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 231 of file MSMainColumns.h.
Referenced by phaseId().
ROScalarColumn<Int> casacore::ROMSMainColumns::processorId_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 216 of file MSMainColumns.h.
Referenced by processorId().
ROScalarColumn<Int> casacore::ROMSMainColumns::pulsarBin_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 232 of file MSMainColumns.h.
Referenced by pulsarBin().
ROScalarColumn<Int> casacore::ROMSMainColumns::pulsarGateId_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 233 of file MSMainColumns.h.
Referenced by pulsarGateId().
ROScalarColumn<Int> casacore::ROMSMainColumns::scanNumber_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 217 of file MSMainColumns.h.
Referenced by scanNumber().
ROArrayColumn<Float> casacore::ROMSMainColumns::sigma_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 218 of file MSMainColumns.h.
Referenced by sigma().
ROArrayColumn<Float> casacore::ROMSMainColumns::sigmaSpectrum_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 234 of file MSMainColumns.h.
Referenced by sigmaSpectrum().
ROScalarColumn<Int> casacore::ROMSMainColumns::stateId_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 219 of file MSMainColumns.h.
Referenced by stateId().
ROScalarColumn<Double> casacore::ROMSMainColumns::time_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 220 of file MSMainColumns.h.
Referenced by time().
ROScalarColumn<Double> casacore::ROMSMainColumns::timeCentroid_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 221 of file MSMainColumns.h.
Referenced by timeCentroid().
ROScalarMeasColumn<MEpoch> casacore::ROMSMainColumns::timeCentroidMeas_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 248 of file MSMainColumns.h.
Referenced by timeCentroidMeas().
ROScalarQuantColumn<Double> casacore::ROMSMainColumns::timeCentroidQuant_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 257 of file MSMainColumns.h.
Referenced by timeCentroidQuant().
ROScalarColumn<Double> casacore::ROMSMainColumns::timeExtraPrec_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 235 of file MSMainColumns.h.
Referenced by timeExtraPrec().
ROScalarQuantColumn<Double> casacore::ROMSMainColumns::timeExtraPrecQuant_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 260 of file MSMainColumns.h.
Referenced by timeExtraPrecQuant().
ROScalarMeasColumn<MEpoch> casacore::ROMSMainColumns::timeMeas_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 247 of file MSMainColumns.h.
Referenced by timeMeas().
ROScalarQuantColumn<Double> casacore::ROMSMainColumns::timeQuant_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 256 of file MSMainColumns.h.
Referenced by timeQuant().
ROArrayColumn<Double> casacore::ROMSMainColumns::uvw2_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 236 of file MSMainColumns.h.
Referenced by uvw2().
ROScalarMeasColumn<Muvw> casacore::ROMSMainColumns::uvw2Meas_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 251 of file MSMainColumns.h.
Referenced by uvw2Meas().
ROArrayQuantColumn<Double> casacore::ROMSMainColumns::uvw2Quant_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 261 of file MSMainColumns.h.
Referenced by uvw2Quant().
ROArrayColumn<Double> casacore::ROMSMainColumns::uvw_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 222 of file MSMainColumns.h.
Referenced by uvw().
ROScalarMeasColumn<Muvw> casacore::ROMSMainColumns::uvwMeas_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 249 of file MSMainColumns.h.
Referenced by uvwMeas().
ROArrayQuantColumn<Double> casacore::ROMSMainColumns::uvwQuant_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 258 of file MSMainColumns.h.
Referenced by uvwQuant().
ROArrayColumn<Complex> casacore::ROMSMainColumns::videoPoint_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 237 of file MSMainColumns.h.
Referenced by videoPoint().
ROArrayColumn<Float> casacore::ROMSMainColumns::weight_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 223 of file MSMainColumns.h.
Referenced by weight().
ROArrayColumn<Float> casacore::ROMSMainColumns::weightSpectrum_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 238 of file MSMainColumns.h.
Referenced by weightSpectrum().
ROArrayColumn<Float> casacore::ROMSMainColumns::weightSpectrumCorrected_p [private] |
Reimplemented in casacore::MSMainColumns.
Definition at line 239 of file MSMainColumns.h.
Referenced by weightSpectrumCorrected().