casa
$Rev:20696$
|
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 318 of file MSMainColumns.h.
Create a columns object that accesses the data in the specified Table.
The desctructor does nothing special.
casa::MSMainColumns::MSMainColumns | ( | ) | [protected] |
casa::MSMainColumns::MSMainColumns | ( | const MSMainColumns & | ) | [private] |
ScalarColumn<Int>& casa::MSMainColumns::antenna1 | ( | ) | [inline] |
Read-write access to required columns.
Definition at line 330 of file MSMainColumns.h.
References antenna1_p.
Referenced by antenna1().
const ROScalarColumn<Int>& casa::MSMainColumns::antenna1 | ( | ) | const [inline] |
Read-only access to required columns.
Reimplemented from casa::ROMSMainColumns.
Definition at line 397 of file MSMainColumns.h.
References antenna1().
ScalarColumn<Int>& casa::MSMainColumns::antenna2 | ( | ) | [inline] |
const ROScalarColumn<Int>& casa::MSMainColumns::antenna2 | ( | ) | const [inline] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 399 of file MSMainColumns.h.
References antenna2().
ScalarColumn<Int>& casa::MSMainColumns::antenna3 | ( | ) | [inline] |
Read-write access to optional columns.
Definition at line 371 of file MSMainColumns.h.
References antenna3_p.
Referenced by antenna3().
const ROScalarColumn<Int>& casa::MSMainColumns::antenna3 | ( | ) | const [inline] |
Read-only access to optional columns.
Reimplemented from casa::ROMSMainColumns.
Definition at line 459 of file MSMainColumns.h.
References antenna3().
ScalarColumn<Int>& casa::MSMainColumns::arrayId | ( | ) | [inline] |
const ROScalarColumn<Int>& casa::MSMainColumns::arrayId | ( | ) | const [inline] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 401 of file MSMainColumns.h.
References arrayId().
void casa::MSMainColumns::attach | ( | MeasurementSet & | ms | ) | [protected] |
void casa::MSMainColumns::attachOptionalCols | ( | MeasurementSet & | ms | ) | [private] |
ScalarColumn<Bool>& casa::MSMainColumns::baselineRef | ( | ) | [inline] |
Definition at line 372 of file MSMainColumns.h.
References baselineRef_p.
Referenced by baselineRef().
const ROScalarColumn<Bool>& casa::MSMainColumns::baselineRef | ( | ) | const [inline] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 461 of file MSMainColumns.h.
References baselineRef().
ArrayColumn<Complex>& casa::MSMainColumns::correctedData | ( | ) | [inline] |
Definition at line 373 of file MSMainColumns.h.
References correctedData_p.
Referenced by correctedData().
const ROArrayColumn<Complex>& casa::MSMainColumns::correctedData | ( | ) | const [inline] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 463 of file MSMainColumns.h.
References correctedData().
ArrayColumn<Complex>& casa::MSMainColumns::data | ( | ) | [inline] |
const ROArrayColumn<Complex>& casa::MSMainColumns::data | ( | ) | const [inline] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 465 of file MSMainColumns.h.
References data().
ScalarColumn<Int>& casa::MSMainColumns::dataDescId | ( | ) | [inline] |
Definition at line 333 of file MSMainColumns.h.
References dataDescId_p.
Referenced by dataDescId().
const ROScalarColumn<Int>& casa::MSMainColumns::dataDescId | ( | ) | const [inline] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 403 of file MSMainColumns.h.
References dataDescId().
ScalarColumn<Double>& casa::MSMainColumns::exposure | ( | ) | [inline] |
const ROScalarColumn<Double>& casa::MSMainColumns::exposure | ( | ) | const [inline] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 405 of file MSMainColumns.h.
References exposure().
ScalarQuantColumn<Double>& casa::MSMainColumns::exposureQuant | ( | ) | [inline] |
Definition at line 335 of file MSMainColumns.h.
References exposureQuant_p.
Referenced by exposureQuant().
const ROScalarQuantColumn<Double>& casa::MSMainColumns::exposureQuant | ( | ) | const [inline] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 407 of file MSMainColumns.h.
References exposureQuant().
ScalarColumn<Int>& casa::MSMainColumns::feed1 | ( | ) | [inline] |
const ROScalarColumn<Int>& casa::MSMainColumns::feed1 | ( | ) | const [inline] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 409 of file MSMainColumns.h.
References feed1().
ScalarColumn<Int>& casa::MSMainColumns::feed2 | ( | ) | [inline] |
const ROScalarColumn<Int>& casa::MSMainColumns::feed2 | ( | ) | const [inline] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 411 of file MSMainColumns.h.
References feed2().
ScalarColumn<Int>& casa::MSMainColumns::feed3 | ( | ) | [inline] |
const ROScalarColumn<Int>& casa::MSMainColumns::feed3 | ( | ) | const [inline] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 467 of file MSMainColumns.h.
References feed3().
ScalarColumn<Int>& casa::MSMainColumns::fieldId | ( | ) | [inline] |
const ROScalarColumn<Int>& casa::MSMainColumns::fieldId | ( | ) | const [inline] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 413 of file MSMainColumns.h.
References fieldId().
ArrayColumn<Bool>& casa::MSMainColumns::flag | ( | ) | [inline] |
const ROArrayColumn<Bool>& casa::MSMainColumns::flag | ( | ) | const [inline] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 415 of file MSMainColumns.h.
References flag().
ArrayColumn<Bool>& casa::MSMainColumns::flagCategory | ( | ) | [inline] |
Definition at line 341 of file MSMainColumns.h.
References flagCategory_p.
Referenced by flagCategory().
const ROArrayColumn<Bool>& casa::MSMainColumns::flagCategory | ( | ) | const [inline] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 417 of file MSMainColumns.h.
References flagCategory().
ScalarColumn<Bool>& casa::MSMainColumns::flagRow | ( | ) | [inline] |
const ROScalarColumn<Bool>& casa::MSMainColumns::flagRow | ( | ) | const [inline] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 419 of file MSMainColumns.h.
References flagRow().
ArrayColumn<Float>& casa::MSMainColumns::floatData | ( | ) | [inline] |
const ROArrayColumn<Float>& casa::MSMainColumns::floatData | ( | ) | const [inline] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 469 of file MSMainColumns.h.
References floatData().
ScalarColumn<Double>& casa::MSMainColumns::interval | ( | ) | [inline] |
const ROScalarColumn<Double>& casa::MSMainColumns::interval | ( | ) | const [inline] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 421 of file MSMainColumns.h.
References interval().
ScalarQuantColumn<Double>& casa::MSMainColumns::intervalQuant | ( | ) | [inline] |
Definition at line 344 of file MSMainColumns.h.
References intervalQuant_p.
Referenced by intervalQuant().
const ROScalarQuantColumn<Double>& casa::MSMainColumns::intervalQuant | ( | ) | const [inline] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 423 of file MSMainColumns.h.
References intervalQuant().
ArrayColumn<Complex>& casa::MSMainColumns::lagData | ( | ) | [inline] |
const ROArrayColumn<Complex>& casa::MSMainColumns::lagData | ( | ) | const [inline] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 471 of file MSMainColumns.h.
References lagData().
ArrayColumn<Complex>& casa::MSMainColumns::modelData | ( | ) | [inline] |
const ROArrayColumn<Complex>& casa::MSMainColumns::modelData | ( | ) | const [inline] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 473 of file MSMainColumns.h.
References modelData().
ScalarColumn<Int>& casa::MSMainColumns::observationId | ( | ) | [inline] |
Definition at line 346 of file MSMainColumns.h.
References observationId_p.
Referenced by observationId().
const ROScalarColumn<Int>& casa::MSMainColumns::observationId | ( | ) | const [inline] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 425 of file MSMainColumns.h.
References observationId().
MSMainColumns& casa::MSMainColumns::operator= | ( | const MSMainColumns & | ) | [private] |
ScalarColumn<Int>& casa::MSMainColumns::phaseId | ( | ) | [inline] |
const ROScalarColumn<Int>& casa::MSMainColumns::phaseId | ( | ) | const [inline] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 475 of file MSMainColumns.h.
References phaseId().
ScalarColumn<Int>& casa::MSMainColumns::processorId | ( | ) | [inline] |
Definition at line 347 of file MSMainColumns.h.
References processorId_p.
Referenced by processorId().
const ROScalarColumn<Int>& casa::MSMainColumns::processorId | ( | ) | const [inline] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 427 of file MSMainColumns.h.
References processorId().
ScalarColumn<Int>& casa::MSMainColumns::pulsarBin | ( | ) | [inline] |
const ROScalarColumn<Int>& casa::MSMainColumns::pulsarBin | ( | ) | const [inline] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 477 of file MSMainColumns.h.
References pulsarBin().
ScalarColumn<Int>& casa::MSMainColumns::pulsarGateId | ( | ) | [inline] |
Definition at line 381 of file MSMainColumns.h.
References pulsarGateId_p.
Referenced by pulsarGateId().
const ROScalarColumn<Int>& casa::MSMainColumns::pulsarGateId | ( | ) | const [inline] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 479 of file MSMainColumns.h.
References pulsarGateId().
ScalarColumn<Int>& casa::MSMainColumns::scanNumber | ( | ) | [inline] |
Definition at line 348 of file MSMainColumns.h.
References scanNumber_p.
Referenced by scanNumber().
const ROScalarColumn<Int>& casa::MSMainColumns::scanNumber | ( | ) | const [inline] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 429 of file MSMainColumns.h.
References scanNumber().
void casa::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 casa::MSColumns.
void casa::MSMainColumns::setFlagCategories | ( | const Vector< String > & | categories | ) |
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 casa::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.
ArrayColumn<Float>& casa::MSMainColumns::sigma | ( | ) | [inline] |
const ROArrayColumn<Float>& casa::MSMainColumns::sigma | ( | ) | const [inline] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 431 of file MSMainColumns.h.
References sigma().
ArrayColumn<Float>& casa::MSMainColumns::sigmaSpectrum | ( | ) | [inline] |
Definition at line 382 of file MSMainColumns.h.
References sigmaSpectrum_p.
Referenced by sigmaSpectrum().
const ROArrayColumn<Float>& casa::MSMainColumns::sigmaSpectrum | ( | ) | const [inline] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 481 of file MSMainColumns.h.
References sigmaSpectrum().
ScalarColumn<Int>& casa::MSMainColumns::stateId | ( | ) | [inline] |
const ROScalarColumn<Int>& casa::MSMainColumns::stateId | ( | ) | const [inline] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 433 of file MSMainColumns.h.
References stateId().
ScalarColumn<Double>& casa::MSMainColumns::time | ( | ) | [inline] |
const ROScalarColumn<Double>& casa::MSMainColumns::time | ( | ) | const [inline] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 435 of file MSMainColumns.h.
References time().
ScalarColumn<Double>& casa::MSMainColumns::timeCentroid | ( | ) | [inline] |
Definition at line 356 of file MSMainColumns.h.
References timeCentroid_p.
Referenced by timeCentroid().
const ROScalarColumn<Double>& casa::MSMainColumns::timeCentroid | ( | ) | const [inline] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 441 of file MSMainColumns.h.
References timeCentroid().
ScalarMeasColumn<MEpoch>& casa::MSMainColumns::timeCentroidMeas | ( | ) | [inline] |
Definition at line 359 of file MSMainColumns.h.
References timeCentroidMeas_p.
Referenced by timeCentroidMeas().
const ROScalarMeasColumn<MEpoch>& casa::MSMainColumns::timeCentroidMeas | ( | ) | const [inline] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 445 of file MSMainColumns.h.
References timeCentroidMeas().
ScalarQuantColumn<Double>& casa::MSMainColumns::timeCentroidQuant | ( | ) | [inline] |
Definition at line 357 of file MSMainColumns.h.
References timeCentroidQuant_p.
Referenced by timeCentroidQuant().
const ROScalarQuantColumn<Double>& casa::MSMainColumns::timeCentroidQuant | ( | ) | const [inline] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 443 of file MSMainColumns.h.
References timeCentroidQuant().
ScalarColumn<Double>& casa::MSMainColumns::timeExtraPrec | ( | ) | [inline] |
Definition at line 383 of file MSMainColumns.h.
References timeExtraPrec_p.
Referenced by timeExtraPrec().
const ROScalarColumn<Double>& casa::MSMainColumns::timeExtraPrec | ( | ) | const [inline] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 483 of file MSMainColumns.h.
References timeExtraPrec().
ScalarQuantColumn<Double>& casa::MSMainColumns::timeExtraPrecQuant | ( | ) | [inline] |
Definition at line 384 of file MSMainColumns.h.
References timeExtraPrecQuant_p.
Referenced by timeExtraPrecQuant().
const ROScalarQuantColumn<Double>& casa::MSMainColumns::timeExtraPrecQuant | ( | ) | const [inline] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 485 of file MSMainColumns.h.
References timeExtraPrecQuant().
ScalarMeasColumn<MEpoch>& casa::MSMainColumns::timeMeas | ( | ) | [inline] |
const ROScalarMeasColumn<MEpoch>& casa::MSMainColumns::timeMeas | ( | ) | const [inline] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 439 of file MSMainColumns.h.
References timeMeas().
ScalarQuantColumn<Double>& casa::MSMainColumns::timeQuant | ( | ) | [inline] |
const ROScalarQuantColumn<Double>& casa::MSMainColumns::timeQuant | ( | ) | const [inline] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 437 of file MSMainColumns.h.
References timeQuant().
ArrayColumn<Double>& casa::MSMainColumns::uvw | ( | ) | [inline] |
const ROArrayColumn<Double>& casa::MSMainColumns::uvw | ( | ) | const [inline] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 447 of file MSMainColumns.h.
References uvw().
ArrayColumn<Double>& casa::MSMainColumns::uvw2 | ( | ) | [inline] |
const ROArrayColumn<Double>& casa::MSMainColumns::uvw2 | ( | ) | const [inline] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 487 of file MSMainColumns.h.
References uvw2().
ScalarMeasColumn<Muvw>& casa::MSMainColumns::uvw2Meas | ( | ) | [inline] |
const ROScalarMeasColumn<Muvw>& casa::MSMainColumns::uvw2Meas | ( | ) | const [inline] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 489 of file MSMainColumns.h.
References uvw2Meas().
ArrayQuantColumn<Double>& casa::MSMainColumns::uvw2Quant | ( | ) | [inline] |
const ROArrayQuantColumn<Double>& casa::MSMainColumns::uvw2Quant | ( | ) | const [inline] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 491 of file MSMainColumns.h.
References uvw2Quant().
ScalarMeasColumn<Muvw>& casa::MSMainColumns::uvwMeas | ( | ) | [inline] |
const ROScalarMeasColumn<Muvw>& casa::MSMainColumns::uvwMeas | ( | ) | const [inline] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 451 of file MSMainColumns.h.
References uvwMeas().
ArrayQuantColumn<Double>& casa::MSMainColumns::uvwQuant | ( | ) | [inline] |
const ROArrayQuantColumn<Double>& casa::MSMainColumns::uvwQuant | ( | ) | const [inline] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 449 of file MSMainColumns.h.
References uvwQuant().
ArrayColumn<Complex>& casa::MSMainColumns::videoPoint | ( | ) | [inline] |
Definition at line 391 of file MSMainColumns.h.
References videoPoint_p.
Referenced by videoPoint().
const ROArrayColumn<Complex>& casa::MSMainColumns::videoPoint | ( | ) | const [inline] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 493 of file MSMainColumns.h.
References videoPoint().
ArrayColumn<Float>& casa::MSMainColumns::weight | ( | ) | [inline] |
const ROArrayColumn<Float>& casa::MSMainColumns::weight | ( | ) | const [inline] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 453 of file MSMainColumns.h.
References weight().
ArrayColumn<Float>& casa::MSMainColumns::weightSpectrum | ( | ) | [inline] |
Definition at line 392 of file MSMainColumns.h.
References weightSpectrum_p.
Referenced by weightSpectrum().
const ROArrayColumn<Float>& casa::MSMainColumns::weightSpectrum | ( | ) | const [inline] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 495 of file MSMainColumns.h.
References weightSpectrum().
ScalarColumn<Int> casa::MSMainColumns::antenna1_p [private] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 539 of file MSMainColumns.h.
Referenced by antenna1().
ScalarColumn<Int> casa::MSMainColumns::antenna2_p [private] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 540 of file MSMainColumns.h.
Referenced by antenna2().
ScalarColumn<Int> casa::MSMainColumns::antenna3_p [private] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 561 of file MSMainColumns.h.
Referenced by antenna3().
ScalarColumn<Int> casa::MSMainColumns::arrayId_p [private] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 541 of file MSMainColumns.h.
Referenced by arrayId().
ScalarColumn<Bool> casa::MSMainColumns::baselineRef_p [private] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 562 of file MSMainColumns.h.
Referenced by baselineRef().
ArrayColumn<Complex> casa::MSMainColumns::correctedData_p [private] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 577 of file MSMainColumns.h.
Referenced by correctedData().
ArrayColumn<Complex> casa::MSMainColumns::data_p [private] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 563 of file MSMainColumns.h.
Referenced by data().
ScalarColumn<Int> casa::MSMainColumns::dataDescId_p [private] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 542 of file MSMainColumns.h.
Referenced by dataDescId().
ScalarColumn<Double> casa::MSMainColumns::exposure_p [private] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 543 of file MSMainColumns.h.
Referenced by exposure().
Reimplemented from casa::ROMSMainColumns.
Definition at line 588 of file MSMainColumns.h.
Referenced by exposureQuant().
ScalarColumn<Int> casa::MSMainColumns::feed1_p [private] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 544 of file MSMainColumns.h.
Referenced by feed1().
ScalarColumn<Int> casa::MSMainColumns::feed2_p [private] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 545 of file MSMainColumns.h.
Referenced by feed2().
ScalarColumn<Int> casa::MSMainColumns::feed3_p [private] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 564 of file MSMainColumns.h.
Referenced by feed3().
ScalarColumn<Int> casa::MSMainColumns::fieldId_p [private] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 546 of file MSMainColumns.h.
Referenced by fieldId().
ArrayColumn<Bool> casa::MSMainColumns::flag_p [private] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 547 of file MSMainColumns.h.
Referenced by flag().
ArrayColumn<Bool> casa::MSMainColumns::flagCategory_p [private] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 548 of file MSMainColumns.h.
Referenced by flagCategory().
ScalarColumn<Bool> casa::MSMainColumns::flagRow_p [private] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 549 of file MSMainColumns.h.
Referenced by flagRow().
ArrayColumn<Float> casa::MSMainColumns::floatData_p [private] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 565 of file MSMainColumns.h.
Referenced by floatData().
ScalarColumn<Double> casa::MSMainColumns::interval_p [private] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 550 of file MSMainColumns.h.
Referenced by interval().
Reimplemented from casa::ROMSMainColumns.
Definition at line 589 of file MSMainColumns.h.
Referenced by intervalQuant().
ArrayColumn<Complex> casa::MSMainColumns::lagData_p [private] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 566 of file MSMainColumns.h.
Referenced by lagData().
ArrayColumn<Complex> casa::MSMainColumns::modelData_p [private] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 578 of file MSMainColumns.h.
Referenced by modelData().
ScalarColumn<Int> casa::MSMainColumns::observationId_p [private] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 551 of file MSMainColumns.h.
Referenced by observationId().
ScalarColumn<Int> casa::MSMainColumns::phaseId_p [private] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 567 of file MSMainColumns.h.
Referenced by phaseId().
ScalarColumn<Int> casa::MSMainColumns::processorId_p [private] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 552 of file MSMainColumns.h.
Referenced by processorId().
ScalarColumn<Int> casa::MSMainColumns::pulsarBin_p [private] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 568 of file MSMainColumns.h.
Referenced by pulsarBin().
ScalarColumn<Int> casa::MSMainColumns::pulsarGateId_p [private] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 569 of file MSMainColumns.h.
Referenced by pulsarGateId().
ScalarColumn<Int> casa::MSMainColumns::scanNumber_p [private] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 553 of file MSMainColumns.h.
Referenced by scanNumber().
ArrayColumn<Float> casa::MSMainColumns::sigma_p [private] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 554 of file MSMainColumns.h.
Referenced by sigma().
ArrayColumn<Float> casa::MSMainColumns::sigmaSpectrum_p [private] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 570 of file MSMainColumns.h.
Referenced by sigmaSpectrum().
ScalarColumn<Int> casa::MSMainColumns::stateId_p [private] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 555 of file MSMainColumns.h.
Referenced by stateId().
ScalarColumn<Double> casa::MSMainColumns::time_p [private] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 556 of file MSMainColumns.h.
Referenced by time().
Reimplemented from casa::ROMSMainColumns.
Definition at line 557 of file MSMainColumns.h.
Referenced by timeCentroid().
Reimplemented from casa::ROMSMainColumns.
Definition at line 582 of file MSMainColumns.h.
Referenced by timeCentroidMeas().
Reimplemented from casa::ROMSMainColumns.
Definition at line 591 of file MSMainColumns.h.
Referenced by timeCentroidQuant().
Reimplemented from casa::ROMSMainColumns.
Definition at line 571 of file MSMainColumns.h.
Referenced by timeExtraPrec().
Reimplemented from casa::ROMSMainColumns.
Definition at line 594 of file MSMainColumns.h.
Referenced by timeExtraPrecQuant().
Reimplemented from casa::ROMSMainColumns.
Definition at line 581 of file MSMainColumns.h.
Referenced by timeMeas().
Reimplemented from casa::ROMSMainColumns.
Definition at line 590 of file MSMainColumns.h.
Referenced by timeQuant().
ArrayColumn<Double> casa::MSMainColumns::uvw2_p [private] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 572 of file MSMainColumns.h.
Referenced by uvw2().
ScalarMeasColumn<Muvw> casa::MSMainColumns::uvw2Meas_p [private] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 585 of file MSMainColumns.h.
Referenced by uvw2Meas().
Reimplemented from casa::ROMSMainColumns.
Definition at line 595 of file MSMainColumns.h.
Referenced by uvw2Quant().
ArrayColumn<Double> casa::MSMainColumns::uvw_p [private] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 558 of file MSMainColumns.h.
Referenced by uvw().
ScalarMeasColumn<Muvw> casa::MSMainColumns::uvwMeas_p [private] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 583 of file MSMainColumns.h.
Referenced by uvwMeas().
Reimplemented from casa::ROMSMainColumns.
Definition at line 592 of file MSMainColumns.h.
Referenced by uvwQuant().
ArrayColumn<Complex> casa::MSMainColumns::videoPoint_p [private] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 573 of file MSMainColumns.h.
Referenced by videoPoint().
ArrayColumn<Float> casa::MSMainColumns::weight_p [private] |
Reimplemented from casa::ROMSMainColumns.
Definition at line 559 of file MSMainColumns.h.
Referenced by weight().
Reimplemented from casa::ROMSMainColumns.
Definition at line 574 of file MSMainColumns.h.
Referenced by weightSpectrum().