casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes
casa::MSMainColumns Class Reference

A class for easy read-write access to MeasurementSet main table columns. More...

#include <MSMainColumns.h>

Inheritance diagram for casa::MSMainColumns:
casa::ROMSMainColumns casa::MSColumns casa::MSConcat

List of all members.

Public Member Functions

 MSMainColumns (MeasurementSet &ms)
 Create a columns object that accesses the data in the specified Table.
 ~MSMainColumns ()
 The desctructor does nothing special.
ScalarColumn< Int > & antenna1 ()
 Read-write access to required columns.
ScalarColumn< Int > & antenna2 ()
ScalarColumn< Int > & arrayId ()
ScalarColumn< Int > & dataDescId ()
ScalarColumn< Double > & exposure ()
ScalarQuantColumn< Double > & exposureQuant ()
ScalarColumn< Int > & feed1 ()
ScalarColumn< Int > & feed2 ()
ScalarColumn< Int > & fieldId ()
ArrayColumn< Bool > & flag ()
ArrayColumn< Bool > & flagCategory ()
ScalarColumn< Bool > & flagRow ()
ScalarColumn< Double > & interval ()
ScalarQuantColumn< Double > & intervalQuant ()
ScalarColumn< Int > & observationId ()
ScalarColumn< Int > & processorId ()
ScalarColumn< Int > & scanNumber ()
ArrayColumn< Float > & sigma ()
ScalarColumn< Int > & stateId ()
ScalarColumn< Double > & time ()
ScalarQuantColumn< Double > & timeQuant ()
ScalarMeasColumn< MEpoch > & timeMeas ()
ScalarColumn< Double > & timeCentroid ()
ScalarQuantColumn< Double > & timeCentroidQuant ()
ScalarMeasColumn< MEpoch > & timeCentroidMeas ()
ArrayColumn< Double > & uvw ()
ArrayQuantColumn< Double > & uvwQuant ()
ScalarMeasColumn< Muvw > & uvwMeas ()
ArrayColumn< Float > & weight ()
ScalarColumn< Int > & antenna3 ()
 Read-write access to optional columns.
ScalarColumn< Bool > & baselineRef ()
ArrayColumn< Complex > & correctedData ()
ArrayColumn< Complex > & data ()
ScalarColumn< Int > & feed3 ()
ArrayColumn< Float > & floatData ()
ArrayColumn< Complex > & lagData ()
ArrayColumn< Complex > & modelData ()
ScalarColumn< Int > & phaseId ()
ScalarColumn< Int > & pulsarBin ()
ScalarColumn< Int > & pulsarGateId ()
ArrayColumn< Float > & sigmaSpectrum ()
ScalarColumn< Double > & timeExtraPrec ()
ScalarQuantColumn< Double > & timeExtraPrecQuant ()
ArrayColumn< Double > & uvw2 ()
ScalarMeasColumn< Muvw > & uvw2Meas ()
ArrayQuantColumn< Double > & uvw2Quant ()
ArrayColumn< Complex > & videoPoint ()
ArrayColumn< Float > & weightSpectrum ()
const ROScalarColumn< Int > & antenna1 () const
 Read-only 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
 Read-only 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< 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
void setEpochRef (MEpoch::Types ref, Bool tableMustBeEmpty=True)
 set the epoch type for the TIME and TIME_CENTROID columns.
void setUVWRef (Muvw::Types ref)
 set the UVW reference type for the UVW and UVW2 (if defined) columns.
void setFlagCategories (const Vector< String > &categories)
 Set the flag category labels to the supplied values (in the CATEGORY keyword of the FLAG_CATEGORY column).

Protected Member Functions

 MSMainColumns ()
void attach (MeasurementSet &ms)

Private Member Functions

 MSMainColumns (const MSMainColumns &)
MSMainColumnsoperator= (const MSMainColumns &)
void attachOptionalCols (MeasurementSet &ms)

Private Attributes

ScalarColumn< Intantenna1_p
ScalarColumn< Intantenna2_p
ScalarColumn< IntarrayId_p
ScalarColumn< IntdataDescId_p
ScalarColumn< Doubleexposure_p
ScalarColumn< Intfeed1_p
ScalarColumn< Intfeed2_p
ScalarColumn< IntfieldId_p
ArrayColumn< Boolflag_p
ArrayColumn< BoolflagCategory_p
ScalarColumn< BoolflagRow_p
ScalarColumn< Doubleinterval_p
ScalarColumn< IntobservationId_p
ScalarColumn< IntprocessorId_p
ScalarColumn< IntscanNumber_p
ArrayColumn< Floatsigma_p
ScalarColumn< IntstateId_p
ScalarColumn< Doubletime_p
ScalarColumn< DoubletimeCentroid_p
ArrayColumn< Doubleuvw_p
ArrayColumn< Floatweight_p
ScalarColumn< Intantenna3_p
ScalarColumn< BoolbaselineRef_p
ArrayColumn< Complex > data_p
ScalarColumn< Intfeed3_p
ArrayColumn< FloatfloatData_p
ArrayColumn< Complex > lagData_p
ScalarColumn< IntphaseId_p
ScalarColumn< IntpulsarBin_p
ScalarColumn< IntpulsarGateId_p
ArrayColumn< FloatsigmaSpectrum_p
ScalarColumn< DoubletimeExtraPrec_p
ArrayColumn< Doubleuvw2_p
ArrayColumn< Complex > videoPoint_p
ArrayColumn< FloatweightSpectrum_p
ArrayColumn< Complex > correctedData_p
ArrayColumn< Complex > modelData_p
ScalarMeasColumn< MEpochtimeMeas_p
ScalarMeasColumn< MEpochtimeCentroidMeas_p
ScalarMeasColumn< MuvwuvwMeas_p
ScalarMeasColumn< Muvwuvw2Meas_p
ScalarQuantColumn< DoubleexposureQuant_p
ScalarQuantColumn< DoubleintervalQuant_p
ScalarQuantColumn< DoubletimeQuant_p
ScalarQuantColumn< DoubletimeCentroidQuant_p
ArrayQuantColumn< DoubleuvwQuant_p
ScalarQuantColumn< DoubletimeExtraPrecQuant_p
ArrayQuantColumn< Doubleuvw2Quant_p

Detailed Description

A class for easy read-write access to MeasurementSet main table columns.

Intended use:

Public interface

Review Status

Reviewed By:
Bob Garwood
Date Reviewed:
1997/02/01

Prerequisite

Etymology

MSMainColumns stands for MeasurementSet main Table columns.

Synopsis

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;

Example

    // 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");

Motivation

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.

To Do

Definition at line 318 of file MSMainColumns.h.


Constructor & Destructor Documentation

Create a columns object that accesses the data in the specified Table.

The desctructor does nothing special.


Member Function Documentation

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().

Definition at line 331 of file MSMainColumns.h.

References antenna2_p.

Referenced by antenna2().

const ROScalarColumn<Int>& casa::MSMainColumns::antenna2 ( ) const [inline]

Reimplemented from casa::ROMSMainColumns.

Definition at line 399 of file MSMainColumns.h.

References antenna2().

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().

Definition at line 332 of file MSMainColumns.h.

References arrayId_p.

Referenced by arrayId().

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]

Definition at line 372 of file MSMainColumns.h.

References baselineRef_p.

Referenced by baselineRef().

Reimplemented from casa::ROMSMainColumns.

Definition at line 461 of file MSMainColumns.h.

References baselineRef().

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]

Definition at line 374 of file MSMainColumns.h.

References data_p.

Referenced by data().

const ROArrayColumn<Complex>& casa::MSMainColumns::data ( ) const [inline]

Reimplemented from casa::ROMSMainColumns.

Definition at line 465 of file MSMainColumns.h.

References data().

Definition at line 333 of file MSMainColumns.h.

References dataDescId_p.

Referenced by dataDescId().

Reimplemented from casa::ROMSMainColumns.

Definition at line 403 of file MSMainColumns.h.

References dataDescId().

Definition at line 334 of file MSMainColumns.h.

References exposure_p.

Referenced by exposure().

Reimplemented from casa::ROMSMainColumns.

Definition at line 405 of file MSMainColumns.h.

References exposure().

Definition at line 335 of file MSMainColumns.h.

References exposureQuant_p.

Referenced by exposureQuant().

Reimplemented from casa::ROMSMainColumns.

Definition at line 407 of file MSMainColumns.h.

References exposureQuant().

Definition at line 337 of file MSMainColumns.h.

References feed1_p.

Referenced by feed1().

const ROScalarColumn<Int>& casa::MSMainColumns::feed1 ( ) const [inline]

Reimplemented from casa::ROMSMainColumns.

Definition at line 409 of file MSMainColumns.h.

References feed1().

Definition at line 338 of file MSMainColumns.h.

References feed2_p.

Referenced by feed2().

const ROScalarColumn<Int>& casa::MSMainColumns::feed2 ( ) const [inline]

Reimplemented from casa::ROMSMainColumns.

Definition at line 411 of file MSMainColumns.h.

References feed2().

Definition at line 375 of file MSMainColumns.h.

References feed3_p.

Referenced by feed3().

const ROScalarColumn<Int>& casa::MSMainColumns::feed3 ( ) const [inline]

Reimplemented from casa::ROMSMainColumns.

Definition at line 467 of file MSMainColumns.h.

References feed3().

Definition at line 339 of file MSMainColumns.h.

References fieldId_p.

Referenced by fieldId().

const ROScalarColumn<Int>& casa::MSMainColumns::fieldId ( ) const [inline]

Reimplemented from casa::ROMSMainColumns.

Definition at line 413 of file MSMainColumns.h.

References fieldId().

Definition at line 340 of file MSMainColumns.h.

References flag_p.

Referenced by flag().

const ROArrayColumn<Bool>& casa::MSMainColumns::flag ( ) const [inline]

Reimplemented from casa::ROMSMainColumns.

Definition at line 415 of file MSMainColumns.h.

References flag().

Definition at line 341 of file MSMainColumns.h.

References flagCategory_p.

Referenced by flagCategory().

Reimplemented from casa::ROMSMainColumns.

Definition at line 417 of file MSMainColumns.h.

References flagCategory().

Definition at line 342 of file MSMainColumns.h.

References flagRow_p.

Referenced by flagRow().

const ROScalarColumn<Bool>& casa::MSMainColumns::flagRow ( ) const [inline]

Reimplemented from casa::ROMSMainColumns.

Definition at line 419 of file MSMainColumns.h.

References flagRow().

Definition at line 376 of file MSMainColumns.h.

References floatData_p.

Referenced by floatData().

Reimplemented from casa::ROMSMainColumns.

Definition at line 469 of file MSMainColumns.h.

References floatData().

Definition at line 343 of file MSMainColumns.h.

References interval_p.

Referenced by interval().

Reimplemented from casa::ROMSMainColumns.

Definition at line 421 of file MSMainColumns.h.

References interval().

Definition at line 344 of file MSMainColumns.h.

References intervalQuant_p.

Referenced by intervalQuant().

Reimplemented from casa::ROMSMainColumns.

Definition at line 423 of file MSMainColumns.h.

References intervalQuant().

ArrayColumn<Complex>& casa::MSMainColumns::lagData ( ) [inline]

Definition at line 377 of file MSMainColumns.h.

References lagData_p.

Referenced by lagData().

const ROArrayColumn<Complex>& casa::MSMainColumns::lagData ( ) const [inline]

Reimplemented from casa::ROMSMainColumns.

Definition at line 471 of file MSMainColumns.h.

References lagData().

Definition at line 378 of file MSMainColumns.h.

References modelData_p.

Referenced by modelData().

const ROArrayColumn<Complex>& casa::MSMainColumns::modelData ( ) const [inline]

Reimplemented from casa::ROMSMainColumns.

Definition at line 473 of file MSMainColumns.h.

References modelData().

Definition at line 346 of file MSMainColumns.h.

References observationId_p.

Referenced by observationId().

Reimplemented from casa::ROMSMainColumns.

Definition at line 425 of file MSMainColumns.h.

References observationId().

MSMainColumns& casa::MSMainColumns::operator= ( const MSMainColumns ) [private]

Definition at line 379 of file MSMainColumns.h.

References phaseId_p.

Referenced by phaseId().

const ROScalarColumn<Int>& casa::MSMainColumns::phaseId ( ) const [inline]

Reimplemented from casa::ROMSMainColumns.

Definition at line 475 of file MSMainColumns.h.

References phaseId().

Definition at line 347 of file MSMainColumns.h.

References processorId_p.

Referenced by processorId().

Reimplemented from casa::ROMSMainColumns.

Definition at line 427 of file MSMainColumns.h.

References processorId().

Definition at line 380 of file MSMainColumns.h.

References pulsarBin_p.

Referenced by pulsarBin().

Reimplemented from casa::ROMSMainColumns.

Definition at line 477 of file MSMainColumns.h.

References pulsarBin().

Definition at line 381 of file MSMainColumns.h.

References pulsarGateId_p.

Referenced by pulsarGateId().

Reimplemented from casa::ROMSMainColumns.

Definition at line 479 of file MSMainColumns.h.

References pulsarGateId().

Definition at line 348 of file MSMainColumns.h.

References scanNumber_p.

Referenced by scanNumber().

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.

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.

Definition at line 349 of file MSMainColumns.h.

References sigma_p.

Referenced by sigma().

const ROArrayColumn<Float>& casa::MSMainColumns::sigma ( ) const [inline]

Reimplemented from casa::ROMSMainColumns.

Definition at line 431 of file MSMainColumns.h.

References sigma().

Definition at line 382 of file MSMainColumns.h.

References sigmaSpectrum_p.

Referenced by sigmaSpectrum().

Reimplemented from casa::ROMSMainColumns.

Definition at line 481 of file MSMainColumns.h.

References sigmaSpectrum().

Definition at line 350 of file MSMainColumns.h.

References stateId_p.

Referenced by stateId().

const ROScalarColumn<Int>& casa::MSMainColumns::stateId ( ) const [inline]

Reimplemented from casa::ROMSMainColumns.

Definition at line 433 of file MSMainColumns.h.

References stateId().

Definition at line 351 of file MSMainColumns.h.

References time_p.

Referenced by time().

const ROScalarColumn<Double>& casa::MSMainColumns::time ( ) const [inline]

Reimplemented from casa::ROMSMainColumns.

Definition at line 435 of file MSMainColumns.h.

References time().

Definition at line 356 of file MSMainColumns.h.

References timeCentroid_p.

Referenced by timeCentroid().

Reimplemented from casa::ROMSMainColumns.

Definition at line 441 of file MSMainColumns.h.

References timeCentroid().

Definition at line 359 of file MSMainColumns.h.

References timeCentroidMeas_p.

Referenced by timeCentroidMeas().

Reimplemented from casa::ROMSMainColumns.

Definition at line 445 of file MSMainColumns.h.

References timeCentroidMeas().

Definition at line 357 of file MSMainColumns.h.

References timeCentroidQuant_p.

Referenced by timeCentroidQuant().

Reimplemented from casa::ROMSMainColumns.

Definition at line 443 of file MSMainColumns.h.

References timeCentroidQuant().

Definition at line 383 of file MSMainColumns.h.

References timeExtraPrec_p.

Referenced by timeExtraPrec().

Reimplemented from casa::ROMSMainColumns.

Definition at line 483 of file MSMainColumns.h.

References timeExtraPrec().

Definition at line 384 of file MSMainColumns.h.

References timeExtraPrecQuant_p.

Referenced by timeExtraPrecQuant().

Reimplemented from casa::ROMSMainColumns.

Definition at line 485 of file MSMainColumns.h.

References timeExtraPrecQuant().

Definition at line 354 of file MSMainColumns.h.

References timeMeas_p.

Referenced by timeMeas().

Reimplemented from casa::ROMSMainColumns.

Definition at line 439 of file MSMainColumns.h.

References timeMeas().

Definition at line 352 of file MSMainColumns.h.

References timeQuant_p.

Referenced by timeQuant().

Reimplemented from casa::ROMSMainColumns.

Definition at line 437 of file MSMainColumns.h.

References timeQuant().

Definition at line 361 of file MSMainColumns.h.

References uvw_p.

Referenced by uvw().

const ROArrayColumn<Double>& casa::MSMainColumns::uvw ( ) const [inline]

Reimplemented from casa::ROMSMainColumns.

Definition at line 447 of file MSMainColumns.h.

References uvw().

Definition at line 386 of file MSMainColumns.h.

References uvw2_p.

Referenced by uvw2().

const ROArrayColumn<Double>& casa::MSMainColumns::uvw2 ( ) const [inline]

Reimplemented from casa::ROMSMainColumns.

Definition at line 487 of file MSMainColumns.h.

References uvw2().

Definition at line 387 of file MSMainColumns.h.

References uvw2Meas_p.

Referenced by uvw2Meas().

Reimplemented from casa::ROMSMainColumns.

Definition at line 489 of file MSMainColumns.h.

References uvw2Meas().

Definition at line 389 of file MSMainColumns.h.

References uvw2Quant_p.

Referenced by uvw2Quant().

Reimplemented from casa::ROMSMainColumns.

Definition at line 491 of file MSMainColumns.h.

References uvw2Quant().

Definition at line 364 of file MSMainColumns.h.

References uvwMeas_p.

Referenced by uvwMeas().

Reimplemented from casa::ROMSMainColumns.

Definition at line 451 of file MSMainColumns.h.

References uvwMeas().

Definition at line 362 of file MSMainColumns.h.

References uvwQuant_p.

Referenced by uvwQuant().

Reimplemented from casa::ROMSMainColumns.

Definition at line 449 of file MSMainColumns.h.

References uvwQuant().

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().

Definition at line 366 of file MSMainColumns.h.

References weight_p.

Referenced by weight().

const ROArrayColumn<Float>& casa::MSMainColumns::weight ( ) const [inline]

Reimplemented from casa::ROMSMainColumns.

Definition at line 453 of file MSMainColumns.h.

References weight().

Definition at line 392 of file MSMainColumns.h.

References weightSpectrum_p.

Referenced by weightSpectrum().

Reimplemented from casa::ROMSMainColumns.

Definition at line 495 of file MSMainColumns.h.

References weightSpectrum().


Member Data Documentation

Reimplemented from casa::ROMSMainColumns.

Definition at line 539 of file MSMainColumns.h.

Referenced by antenna1().

Reimplemented from casa::ROMSMainColumns.

Definition at line 540 of file MSMainColumns.h.

Referenced by antenna2().

Reimplemented from casa::ROMSMainColumns.

Definition at line 561 of file MSMainColumns.h.

Referenced by antenna3().

Reimplemented from casa::ROMSMainColumns.

Definition at line 541 of file MSMainColumns.h.

Referenced by arrayId().

Reimplemented from casa::ROMSMainColumns.

Definition at line 562 of file MSMainColumns.h.

Referenced by baselineRef().

Reimplemented from casa::ROMSMainColumns.

Definition at line 577 of file MSMainColumns.h.

Referenced by correctedData().

Reimplemented from casa::ROMSMainColumns.

Definition at line 563 of file MSMainColumns.h.

Referenced by data().

Reimplemented from casa::ROMSMainColumns.

Definition at line 542 of file MSMainColumns.h.

Referenced by dataDescId().

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().

Reimplemented from casa::ROMSMainColumns.

Definition at line 544 of file MSMainColumns.h.

Referenced by feed1().

Reimplemented from casa::ROMSMainColumns.

Definition at line 545 of file MSMainColumns.h.

Referenced by feed2().

Reimplemented from casa::ROMSMainColumns.

Definition at line 564 of file MSMainColumns.h.

Referenced by feed3().

Reimplemented from casa::ROMSMainColumns.

Definition at line 546 of file MSMainColumns.h.

Referenced by fieldId().

Reimplemented from casa::ROMSMainColumns.

Definition at line 547 of file MSMainColumns.h.

Referenced by flag().

Reimplemented from casa::ROMSMainColumns.

Definition at line 548 of file MSMainColumns.h.

Referenced by flagCategory().

Reimplemented from casa::ROMSMainColumns.

Definition at line 549 of file MSMainColumns.h.

Referenced by flagRow().

Reimplemented from casa::ROMSMainColumns.

Definition at line 565 of file MSMainColumns.h.

Referenced by floatData().

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().

Reimplemented from casa::ROMSMainColumns.

Definition at line 566 of file MSMainColumns.h.

Referenced by lagData().

Reimplemented from casa::ROMSMainColumns.

Definition at line 578 of file MSMainColumns.h.

Referenced by modelData().

Reimplemented from casa::ROMSMainColumns.

Definition at line 551 of file MSMainColumns.h.

Referenced by observationId().

Reimplemented from casa::ROMSMainColumns.

Definition at line 567 of file MSMainColumns.h.

Referenced by phaseId().

Reimplemented from casa::ROMSMainColumns.

Definition at line 552 of file MSMainColumns.h.

Referenced by processorId().

Reimplemented from casa::ROMSMainColumns.

Definition at line 568 of file MSMainColumns.h.

Referenced by pulsarBin().

Reimplemented from casa::ROMSMainColumns.

Definition at line 569 of file MSMainColumns.h.

Referenced by pulsarGateId().

Reimplemented from casa::ROMSMainColumns.

Definition at line 553 of file MSMainColumns.h.

Referenced by scanNumber().

Reimplemented from casa::ROMSMainColumns.

Definition at line 554 of file MSMainColumns.h.

Referenced by sigma().

Reimplemented from casa::ROMSMainColumns.

Definition at line 570 of file MSMainColumns.h.

Referenced by sigmaSpectrum().

Reimplemented from casa::ROMSMainColumns.

Definition at line 555 of file MSMainColumns.h.

Referenced by stateId().

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().

Reimplemented from casa::ROMSMainColumns.

Definition at line 572 of file MSMainColumns.h.

Referenced by uvw2().

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().

Reimplemented from casa::ROMSMainColumns.

Definition at line 558 of file MSMainColumns.h.

Referenced by uvw().

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().

Reimplemented from casa::ROMSMainColumns.

Definition at line 573 of file MSMainColumns.h.

Referenced by videoPoint().

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().


The documentation for this class was generated from the following file: