A class for easy read-write access to MeasurementSet main table columns. More...
#include <MSMainColumns.h>
A class for easy read-write access to MeasurementSet main table columns.
Public interface
MSMainColumns stands for MeasurementSet main Table columns.
This class provides 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",Table::Update); MSColumns msc(ms); // show data from row 5 cout << msc.data()(5); // change name of antenna on row 3 in antenna table msc.antenna().name().put(3,"NewAnt-3");
Having to type long lists of Scalar and Array column declarations gets very tedious. This class attempts to relieve some of that tedium, while at the same time concentrating all the declarations in one place, making Type errors in the column declaration (only caught at run-time) less probable. Type errors in the use of the columns is caught at compile time.
Definition at line 322 of file MSMainColumns.h.
casacore::MSMainColumns::MSMainColumns | ( | MeasurementSet & | ms | ) |
Create a columns object that accesses the data in the specified Table.
casacore::MSMainColumns::~MSMainColumns | ( | ) |
The desctructor does nothing special.
casacore::MSMainColumns::MSMainColumns | ( | ) | [protected] |
casacore::MSMainColumns::MSMainColumns | ( | const MSMainColumns & | ) | [private] |
const ROScalarColumn<Int>& casacore::MSMainColumns::antenna1 | ( | ) | const [inline] |
Read-only access to required columns.
Reimplemented from casacore::ROMSMainColumns.
Definition at line 403 of file MSMainColumns.h.
References antenna1().
ScalarColumn<Int>& casacore::MSMainColumns::antenna1 | ( | ) | [inline] |
Read-write access to required columns.
Definition at line 334 of file MSMainColumns.h.
References antenna1_p.
Referenced by antenna1().
const ROScalarColumn<Int>& casacore::MSMainColumns::antenna2 | ( | ) | const [inline] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 405 of file MSMainColumns.h.
References antenna2().
ScalarColumn<Int>& casacore::MSMainColumns::antenna2 | ( | ) | [inline] |
const ROScalarColumn<Int>& casacore::MSMainColumns::antenna3 | ( | ) | const [inline] |
Read-only access to optional columns.
Reimplemented from casacore::ROMSMainColumns.
Definition at line 465 of file MSMainColumns.h.
References antenna3().
ScalarColumn<Int>& casacore::MSMainColumns::antenna3 | ( | ) | [inline] |
Read-write access to optional columns.
Definition at line 375 of file MSMainColumns.h.
References antenna3_p.
Referenced by antenna3().
const ROScalarColumn<Int>& casacore::MSMainColumns::arrayId | ( | ) | const [inline] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 407 of file MSMainColumns.h.
References arrayId().
ScalarColumn<Int>& casacore::MSMainColumns::arrayId | ( | ) | [inline] |
void casacore::MSMainColumns::attach | ( | MeasurementSet & | ms | ) | [protected] |
void casacore::MSMainColumns::attachOptionalCols | ( | MeasurementSet & | ms | ) | [private] |
const ROScalarColumn<Bool>& casacore::MSMainColumns::baselineRef | ( | ) | const [inline] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 467 of file MSMainColumns.h.
References baselineRef().
ScalarColumn<Bool>& casacore::MSMainColumns::baselineRef | ( | ) | [inline] |
Definition at line 376 of file MSMainColumns.h.
References baselineRef_p.
Referenced by baselineRef().
const ROArrayColumn<Complex>& casacore::MSMainColumns::correctedData | ( | ) | const [inline] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 469 of file MSMainColumns.h.
References correctedData().
ArrayColumn<Complex>& casacore::MSMainColumns::correctedData | ( | ) | [inline] |
Definition at line 377 of file MSMainColumns.h.
References correctedData_p.
Referenced by correctedData().
const ROArrayColumn<Complex>& casacore::MSMainColumns::data | ( | ) | const [inline] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 471 of file MSMainColumns.h.
References data().
ArrayColumn<Complex>& casacore::MSMainColumns::data | ( | ) | [inline] |
const ROScalarColumn<Int>& casacore::MSMainColumns::dataDescId | ( | ) | const [inline] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 409 of file MSMainColumns.h.
References dataDescId().
ScalarColumn<Int>& casacore::MSMainColumns::dataDescId | ( | ) | [inline] |
Definition at line 337 of file MSMainColumns.h.
References dataDescId_p.
Referenced by dataDescId().
const ROScalarColumn<Double>& casacore::MSMainColumns::exposure | ( | ) | const [inline] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 411 of file MSMainColumns.h.
References exposure().
ScalarColumn<Double>& casacore::MSMainColumns::exposure | ( | ) | [inline] |
const ROScalarQuantColumn<Double>& casacore::MSMainColumns::exposureQuant | ( | ) | const [inline] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 413 of file MSMainColumns.h.
References exposureQuant().
ScalarQuantColumn<Double>& casacore::MSMainColumns::exposureQuant | ( | ) | [inline] |
Definition at line 339 of file MSMainColumns.h.
References exposureQuant_p.
Referenced by exposureQuant().
const ROScalarColumn<Int>& casacore::MSMainColumns::feed1 | ( | ) | const [inline] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 415 of file MSMainColumns.h.
References feed1().
ScalarColumn<Int>& casacore::MSMainColumns::feed1 | ( | ) | [inline] |
const ROScalarColumn<Int>& casacore::MSMainColumns::feed2 | ( | ) | const [inline] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 417 of file MSMainColumns.h.
References feed2().
ScalarColumn<Int>& casacore::MSMainColumns::feed2 | ( | ) | [inline] |
const ROScalarColumn<Int>& casacore::MSMainColumns::feed3 | ( | ) | const [inline] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 473 of file MSMainColumns.h.
References feed3().
ScalarColumn<Int>& casacore::MSMainColumns::feed3 | ( | ) | [inline] |
const ROScalarColumn<Int>& casacore::MSMainColumns::fieldId | ( | ) | const [inline] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 419 of file MSMainColumns.h.
References fieldId().
ScalarColumn<Int>& casacore::MSMainColumns::fieldId | ( | ) | [inline] |
const ROArrayColumn<Bool>& casacore::MSMainColumns::flag | ( | ) | const [inline] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 421 of file MSMainColumns.h.
References flag().
ArrayColumn<Bool>& casacore::MSMainColumns::flag | ( | ) | [inline] |
const ROArrayColumn<Bool>& casacore::MSMainColumns::flagCategory | ( | ) | const [inline] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 423 of file MSMainColumns.h.
References flagCategory().
ArrayColumn<Bool>& casacore::MSMainColumns::flagCategory | ( | ) | [inline] |
Definition at line 345 of file MSMainColumns.h.
References flagCategory_p.
Referenced by flagCategory().
const ROScalarColumn<Bool>& casacore::MSMainColumns::flagRow | ( | ) | const [inline] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 425 of file MSMainColumns.h.
References flagRow().
ScalarColumn<Bool>& casacore::MSMainColumns::flagRow | ( | ) | [inline] |
const ROArrayColumn<Float>& casacore::MSMainColumns::floatData | ( | ) | const [inline] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 475 of file MSMainColumns.h.
References floatData().
ArrayColumn<Float>& casacore::MSMainColumns::floatData | ( | ) | [inline] |
const ROArrayColumn<Float>& casacore::MSMainColumns::imagingWeight | ( | ) | const [inline] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 477 of file MSMainColumns.h.
References imagingWeight().
ArrayColumn<Float>& casacore::MSMainColumns::imagingWeight | ( | ) | [inline] |
Definition at line 381 of file MSMainColumns.h.
References imagingWeight_p.
Referenced by imagingWeight().
const ROScalarColumn<Double>& casacore::MSMainColumns::interval | ( | ) | const [inline] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 427 of file MSMainColumns.h.
References interval().
ScalarColumn<Double>& casacore::MSMainColumns::interval | ( | ) | [inline] |
const ROScalarQuantColumn<Double>& casacore::MSMainColumns::intervalQuant | ( | ) | const [inline] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 429 of file MSMainColumns.h.
References intervalQuant().
ScalarQuantColumn<Double>& casacore::MSMainColumns::intervalQuant | ( | ) | [inline] |
Definition at line 348 of file MSMainColumns.h.
References intervalQuant_p.
Referenced by intervalQuant().
const ROArrayColumn<Complex>& casacore::MSMainColumns::lagData | ( | ) | const [inline] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 479 of file MSMainColumns.h.
References lagData().
ArrayColumn<Complex>& casacore::MSMainColumns::lagData | ( | ) | [inline] |
const ROArrayColumn<Complex>& casacore::MSMainColumns::modelData | ( | ) | const [inline] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 481 of file MSMainColumns.h.
References modelData().
ArrayColumn<Complex>& casacore::MSMainColumns::modelData | ( | ) | [inline] |
const ROScalarColumn<Int>& casacore::MSMainColumns::observationId | ( | ) | const [inline] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 431 of file MSMainColumns.h.
References observationId().
ScalarColumn<Int>& casacore::MSMainColumns::observationId | ( | ) | [inline] |
Definition at line 350 of file MSMainColumns.h.
References observationId_p.
Referenced by observationId().
MSMainColumns& casacore::MSMainColumns::operator= | ( | const MSMainColumns & | ) | [private] |
Reimplemented from casacore::ROMSMainColumns.
const ROScalarColumn<Int>& casacore::MSMainColumns::phaseId | ( | ) | const [inline] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 483 of file MSMainColumns.h.
References phaseId().
ScalarColumn<Int>& casacore::MSMainColumns::phaseId | ( | ) | [inline] |
const ROScalarColumn<Int>& casacore::MSMainColumns::processorId | ( | ) | const [inline] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 433 of file MSMainColumns.h.
References processorId().
ScalarColumn<Int>& casacore::MSMainColumns::processorId | ( | ) | [inline] |
Definition at line 351 of file MSMainColumns.h.
References processorId_p.
Referenced by processorId().
const ROScalarColumn<Int>& casacore::MSMainColumns::pulsarBin | ( | ) | const [inline] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 485 of file MSMainColumns.h.
References pulsarBin().
ScalarColumn<Int>& casacore::MSMainColumns::pulsarBin | ( | ) | [inline] |
const ROScalarColumn<Int>& casacore::MSMainColumns::pulsarGateId | ( | ) | const [inline] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 487 of file MSMainColumns.h.
References pulsarGateId().
ScalarColumn<Int>& casacore::MSMainColumns::pulsarGateId | ( | ) | [inline] |
Definition at line 386 of file MSMainColumns.h.
References pulsarGateId_p.
Referenced by pulsarGateId().
const ROScalarColumn<Int>& casacore::MSMainColumns::scanNumber | ( | ) | const [inline] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 435 of file MSMainColumns.h.
References scanNumber().
ScalarColumn<Int>& casacore::MSMainColumns::scanNumber | ( | ) | [inline] |
Definition at line 352 of file MSMainColumns.h.
References scanNumber_p.
Referenced by scanNumber().
void casacore::MSMainColumns::setEpochRef | ( | MEpoch::Types | ref, | |
Bool | tableMustBeEmpty = True | |||
) |
set the epoch type for the TIME and TIME_CENTROID 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;
Reimplemented in casacore::MSColumns.
Set the flag category labels to the supplied values (in the CATEGORY keyword of the FLAG_CATEGORY column).
Throws an exception, when compiled in Debug mode, if the length of the supplied Vector is not the same as the length of the third dimension of the FLAG_CATEGORY column.
void casacore::MSMainColumns::setUVWRef | ( | Muvw::Types | ref | ) |
set the UVW reference type for the UVW and UVW2 (if defined) columns.
This can only be done when the table has no rows. Trying to do so at other times will throw an exception.
const ROArrayColumn<Float>& casacore::MSMainColumns::sigma | ( | ) | const [inline] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 437 of file MSMainColumns.h.
References sigma().
ArrayColumn<Float>& casacore::MSMainColumns::sigma | ( | ) | [inline] |
const ROArrayColumn<Float>& casacore::MSMainColumns::sigmaSpectrum | ( | ) | const [inline] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 489 of file MSMainColumns.h.
References sigmaSpectrum().
ArrayColumn<Float>& casacore::MSMainColumns::sigmaSpectrum | ( | ) | [inline] |
Definition at line 387 of file MSMainColumns.h.
References sigmaSpectrum_p.
Referenced by sigmaSpectrum().
const ROScalarColumn<Int>& casacore::MSMainColumns::stateId | ( | ) | const [inline] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 439 of file MSMainColumns.h.
References stateId().
ScalarColumn<Int>& casacore::MSMainColumns::stateId | ( | ) | [inline] |
const ROScalarColumn<Double>& casacore::MSMainColumns::time | ( | ) | const [inline] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 441 of file MSMainColumns.h.
References time().
ScalarColumn<Double>& casacore::MSMainColumns::time | ( | ) | [inline] |
const ROScalarColumn<Double>& casacore::MSMainColumns::timeCentroid | ( | ) | const [inline] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 447 of file MSMainColumns.h.
References timeCentroid().
ScalarColumn<Double>& casacore::MSMainColumns::timeCentroid | ( | ) | [inline] |
Definition at line 360 of file MSMainColumns.h.
References timeCentroid_p.
Referenced by timeCentroid().
const ROScalarMeasColumn<MEpoch>& casacore::MSMainColumns::timeCentroidMeas | ( | ) | const [inline] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 451 of file MSMainColumns.h.
References timeCentroidMeas().
ScalarMeasColumn<MEpoch>& casacore::MSMainColumns::timeCentroidMeas | ( | ) | [inline] |
Definition at line 363 of file MSMainColumns.h.
References timeCentroidMeas_p.
Referenced by timeCentroidMeas().
const ROScalarQuantColumn<Double>& casacore::MSMainColumns::timeCentroidQuant | ( | ) | const [inline] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 449 of file MSMainColumns.h.
References timeCentroidQuant().
ScalarQuantColumn<Double>& casacore::MSMainColumns::timeCentroidQuant | ( | ) | [inline] |
Definition at line 361 of file MSMainColumns.h.
References timeCentroidQuant_p.
Referenced by timeCentroidQuant().
const ROScalarColumn<Double>& casacore::MSMainColumns::timeExtraPrec | ( | ) | const [inline] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 491 of file MSMainColumns.h.
References timeExtraPrec().
ScalarColumn<Double>& casacore::MSMainColumns::timeExtraPrec | ( | ) | [inline] |
Definition at line 388 of file MSMainColumns.h.
References timeExtraPrec_p.
Referenced by timeExtraPrec().
const ROScalarQuantColumn<Double>& casacore::MSMainColumns::timeExtraPrecQuant | ( | ) | const [inline] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 493 of file MSMainColumns.h.
References timeExtraPrecQuant().
ScalarQuantColumn<Double>& casacore::MSMainColumns::timeExtraPrecQuant | ( | ) | [inline] |
Definition at line 389 of file MSMainColumns.h.
References timeExtraPrecQuant_p.
Referenced by timeExtraPrecQuant().
const ROScalarMeasColumn<MEpoch>& casacore::MSMainColumns::timeMeas | ( | ) | const [inline] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 445 of file MSMainColumns.h.
References timeMeas().
ScalarMeasColumn<MEpoch>& casacore::MSMainColumns::timeMeas | ( | ) | [inline] |
const ROScalarQuantColumn<Double>& casacore::MSMainColumns::timeQuant | ( | ) | const [inline] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 443 of file MSMainColumns.h.
References timeQuant().
ScalarQuantColumn<Double>& casacore::MSMainColumns::timeQuant | ( | ) | [inline] |
const ROArrayColumn<Double>& casacore::MSMainColumns::uvw | ( | ) | const [inline] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 453 of file MSMainColumns.h.
References uvw().
ArrayColumn<Double>& casacore::MSMainColumns::uvw | ( | ) | [inline] |
const ROArrayColumn<Double>& casacore::MSMainColumns::uvw2 | ( | ) | const [inline] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 495 of file MSMainColumns.h.
References uvw2().
ArrayColumn<Double>& casacore::MSMainColumns::uvw2 | ( | ) | [inline] |
const ROScalarMeasColumn<Muvw>& casacore::MSMainColumns::uvw2Meas | ( | ) | const [inline] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 497 of file MSMainColumns.h.
References uvw2Meas().
ScalarMeasColumn<Muvw>& casacore::MSMainColumns::uvw2Meas | ( | ) | [inline] |
const ROArrayQuantColumn<Double>& casacore::MSMainColumns::uvw2Quant | ( | ) | const [inline] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 499 of file MSMainColumns.h.
References uvw2Quant().
ArrayQuantColumn<Double>& casacore::MSMainColumns::uvw2Quant | ( | ) | [inline] |
const ROScalarMeasColumn<Muvw>& casacore::MSMainColumns::uvwMeas | ( | ) | const [inline] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 457 of file MSMainColumns.h.
References uvwMeas().
ScalarMeasColumn<Muvw>& casacore::MSMainColumns::uvwMeas | ( | ) | [inline] |
const ROArrayQuantColumn<Double>& casacore::MSMainColumns::uvwQuant | ( | ) | const [inline] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 455 of file MSMainColumns.h.
References uvwQuant().
ArrayQuantColumn<Double>& casacore::MSMainColumns::uvwQuant | ( | ) | [inline] |
const ROArrayColumn<Complex>& casacore::MSMainColumns::videoPoint | ( | ) | const [inline] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 501 of file MSMainColumns.h.
References videoPoint().
ArrayColumn<Complex>& casacore::MSMainColumns::videoPoint | ( | ) | [inline] |
Definition at line 396 of file MSMainColumns.h.
References videoPoint_p.
Referenced by videoPoint().
const ROArrayColumn<Float>& casacore::MSMainColumns::weight | ( | ) | const [inline] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 459 of file MSMainColumns.h.
References weight().
ArrayColumn<Float>& casacore::MSMainColumns::weight | ( | ) | [inline] |
const ROArrayColumn<Float>& casacore::MSMainColumns::weightSpectrum | ( | ) | const [inline] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 503 of file MSMainColumns.h.
References weightSpectrum().
ArrayColumn<Float>& casacore::MSMainColumns::weightSpectrum | ( | ) | [inline] |
Definition at line 397 of file MSMainColumns.h.
References weightSpectrum_p.
Referenced by weightSpectrum().
const ROArrayColumn<Float>& casacore::MSMainColumns::weightSpectrumCorrected | ( | ) | const [inline] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 505 of file MSMainColumns.h.
References weightSpectrumCorrected().
ArrayColumn<Float>& casacore::MSMainColumns::weightSpectrumCorrected | ( | ) | [inline] |
Definition at line 398 of file MSMainColumns.h.
References weightSpectrumCorrected_p.
Referenced by weightSpectrumCorrected().
ScalarColumn<Int> casacore::MSMainColumns::antenna1_p [private] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 549 of file MSMainColumns.h.
Referenced by antenna1().
ScalarColumn<Int> casacore::MSMainColumns::antenna2_p [private] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 550 of file MSMainColumns.h.
Referenced by antenna2().
ScalarColumn<Int> casacore::MSMainColumns::antenna3_p [private] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 571 of file MSMainColumns.h.
Referenced by antenna3().
ScalarColumn<Int> casacore::MSMainColumns::arrayId_p [private] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 551 of file MSMainColumns.h.
Referenced by arrayId().
Reimplemented from casacore::ROMSMainColumns.
Definition at line 572 of file MSMainColumns.h.
Referenced by baselineRef().
ArrayColumn<Complex> casacore::MSMainColumns::correctedData_p [private] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 588 of file MSMainColumns.h.
Referenced by correctedData().
ArrayColumn<Complex> casacore::MSMainColumns::data_p [private] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 573 of file MSMainColumns.h.
Referenced by data().
ScalarColumn<Int> casacore::MSMainColumns::dataDescId_p [private] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 552 of file MSMainColumns.h.
Referenced by dataDescId().
Reimplemented from casacore::ROMSMainColumns.
Definition at line 553 of file MSMainColumns.h.
Referenced by exposure().
Reimplemented from casacore::ROMSMainColumns.
Definition at line 600 of file MSMainColumns.h.
Referenced by exposureQuant().
ScalarColumn<Int> casacore::MSMainColumns::feed1_p [private] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 554 of file MSMainColumns.h.
Referenced by feed1().
ScalarColumn<Int> casacore::MSMainColumns::feed2_p [private] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 555 of file MSMainColumns.h.
Referenced by feed2().
ScalarColumn<Int> casacore::MSMainColumns::feed3_p [private] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 574 of file MSMainColumns.h.
Referenced by feed3().
ScalarColumn<Int> casacore::MSMainColumns::fieldId_p [private] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 556 of file MSMainColumns.h.
Referenced by fieldId().
ArrayColumn<Bool> casacore::MSMainColumns::flag_p [private] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 557 of file MSMainColumns.h.
Referenced by flag().
Reimplemented from casacore::ROMSMainColumns.
Definition at line 558 of file MSMainColumns.h.
Referenced by flagCategory().
ScalarColumn<Bool> casacore::MSMainColumns::flagRow_p [private] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 559 of file MSMainColumns.h.
Referenced by flagRow().
ArrayColumn<Float> casacore::MSMainColumns::floatData_p [private] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 575 of file MSMainColumns.h.
Referenced by floatData().
Reimplemented from casacore::ROMSMainColumns.
Definition at line 589 of file MSMainColumns.h.
Referenced by imagingWeight().
Reimplemented from casacore::ROMSMainColumns.
Definition at line 560 of file MSMainColumns.h.
Referenced by interval().
Reimplemented from casacore::ROMSMainColumns.
Definition at line 601 of file MSMainColumns.h.
Referenced by intervalQuant().
ArrayColumn<Complex> casacore::MSMainColumns::lagData_p [private] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 576 of file MSMainColumns.h.
Referenced by lagData().
ArrayColumn<Complex> casacore::MSMainColumns::modelData_p [private] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 590 of file MSMainColumns.h.
Referenced by modelData().
Reimplemented from casacore::ROMSMainColumns.
Definition at line 561 of file MSMainColumns.h.
Referenced by observationId().
ScalarColumn<Int> casacore::MSMainColumns::phaseId_p [private] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 577 of file MSMainColumns.h.
Referenced by phaseId().
Reimplemented from casacore::ROMSMainColumns.
Definition at line 562 of file MSMainColumns.h.
Referenced by processorId().
ScalarColumn<Int> casacore::MSMainColumns::pulsarBin_p [private] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 578 of file MSMainColumns.h.
Referenced by pulsarBin().
Reimplemented from casacore::ROMSMainColumns.
Definition at line 579 of file MSMainColumns.h.
Referenced by pulsarGateId().
ScalarColumn<Int> casacore::MSMainColumns::scanNumber_p [private] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 563 of file MSMainColumns.h.
Referenced by scanNumber().
ArrayColumn<Float> casacore::MSMainColumns::sigma_p [private] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 564 of file MSMainColumns.h.
Referenced by sigma().
Reimplemented from casacore::ROMSMainColumns.
Definition at line 580 of file MSMainColumns.h.
Referenced by sigmaSpectrum().
ScalarColumn<Int> casacore::MSMainColumns::stateId_p [private] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 565 of file MSMainColumns.h.
Referenced by stateId().
ScalarColumn<Double> casacore::MSMainColumns::time_p [private] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 566 of file MSMainColumns.h.
Referenced by time().
Reimplemented from casacore::ROMSMainColumns.
Definition at line 567 of file MSMainColumns.h.
Referenced by timeCentroid().
Reimplemented from casacore::ROMSMainColumns.
Definition at line 594 of file MSMainColumns.h.
Referenced by timeCentroidMeas().
Reimplemented from casacore::ROMSMainColumns.
Definition at line 603 of file MSMainColumns.h.
Referenced by timeCentroidQuant().
Reimplemented from casacore::ROMSMainColumns.
Definition at line 581 of file MSMainColumns.h.
Referenced by timeExtraPrec().
Reimplemented from casacore::ROMSMainColumns.
Definition at line 606 of file MSMainColumns.h.
Referenced by timeExtraPrecQuant().
Reimplemented from casacore::ROMSMainColumns.
Definition at line 593 of file MSMainColumns.h.
Referenced by timeMeas().
Reimplemented from casacore::ROMSMainColumns.
Definition at line 602 of file MSMainColumns.h.
Referenced by timeQuant().
ArrayColumn<Double> casacore::MSMainColumns::uvw2_p [private] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 582 of file MSMainColumns.h.
Referenced by uvw2().
Reimplemented from casacore::ROMSMainColumns.
Definition at line 597 of file MSMainColumns.h.
Referenced by uvw2Meas().
Reimplemented from casacore::ROMSMainColumns.
Definition at line 607 of file MSMainColumns.h.
Referenced by uvw2Quant().
ArrayColumn<Double> casacore::MSMainColumns::uvw_p [private] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 568 of file MSMainColumns.h.
Referenced by uvw().
Reimplemented from casacore::ROMSMainColumns.
Definition at line 595 of file MSMainColumns.h.
Referenced by uvwMeas().
Reimplemented from casacore::ROMSMainColumns.
Definition at line 604 of file MSMainColumns.h.
Referenced by uvwQuant().
ArrayColumn<Complex> casacore::MSMainColumns::videoPoint_p [private] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 583 of file MSMainColumns.h.
Referenced by videoPoint().
ArrayColumn<Float> casacore::MSMainColumns::weight_p [private] |
Reimplemented from casacore::ROMSMainColumns.
Definition at line 569 of file MSMainColumns.h.
Referenced by weight().
Reimplemented from casacore::ROMSMainColumns.
Definition at line 584 of file MSMainColumns.h.
Referenced by weightSpectrum().
Reimplemented from casacore::ROMSMainColumns.
Definition at line 585 of file MSMainColumns.h.
Referenced by weightSpectrumCorrected().