casacore::MSMainColumns Class Reference

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

#include <MSMainColumns.h>

Inheritance diagram for casacore::MSMainColumns:
casacore::ROMSMainColumns casacore::MSColumns casacore::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< Float > & imagingWeight ()
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 ()
ArrayColumn< Float > & weightSpectrumCorrected ()
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< 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
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< FloatweightSpectrumCorrected_p
ArrayColumn< Complex > correctedData_p
ArrayColumn< FloatimagingWeight_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 322 of file MSMainColumns.h.


Constructor & Destructor Documentation

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]

Member Function Documentation

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]

Definition at line 335 of file MSMainColumns.h.

References antenna2_p.

Referenced by antenna2().

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]

Definition at line 336 of file MSMainColumns.h.

References arrayId_p.

Referenced by arrayId().

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]

Definition at line 378 of file MSMainColumns.h.

References data_p.

Referenced by data().

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]

Definition at line 338 of file MSMainColumns.h.

References exposure_p.

Referenced by exposure().

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]

Definition at line 341 of file MSMainColumns.h.

References feed1_p.

Referenced by feed1().

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]

Definition at line 342 of file MSMainColumns.h.

References feed2_p.

Referenced by feed2().

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]

Definition at line 379 of file MSMainColumns.h.

References feed3_p.

Referenced by feed3().

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]

Definition at line 343 of file MSMainColumns.h.

References fieldId_p.

Referenced by fieldId().

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]

Definition at line 344 of file MSMainColumns.h.

References flag_p.

Referenced by flag().

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]

Definition at line 346 of file MSMainColumns.h.

References flagRow_p.

Referenced by flagRow().

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]

Definition at line 380 of file MSMainColumns.h.

References floatData_p.

Referenced by floatData().

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]

Definition at line 347 of file MSMainColumns.h.

References interval_p.

Referenced by interval().

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]

Definition at line 382 of file MSMainColumns.h.

References lagData_p.

Referenced by lagData().

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]

Definition at line 383 of file MSMainColumns.h.

References modelData_p.

Referenced by modelData().

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]

Definition at line 384 of file MSMainColumns.h.

References phaseId_p.

Referenced by phaseId().

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]

Definition at line 385 of file MSMainColumns.h.

References pulsarBin_p.

Referenced by pulsarBin().

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.

void casacore::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 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]

Definition at line 353 of file MSMainColumns.h.

References sigma_p.

Referenced by sigma().

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]

Definition at line 354 of file MSMainColumns.h.

References stateId_p.

Referenced by stateId().

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]

Definition at line 355 of file MSMainColumns.h.

References time_p.

Referenced by time().

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]

Definition at line 358 of file MSMainColumns.h.

References timeMeas_p.

Referenced by timeMeas().

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]

Definition at line 356 of file MSMainColumns.h.

References timeQuant_p.

Referenced by timeQuant().

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]

Definition at line 365 of file MSMainColumns.h.

References uvw_p.

Referenced by uvw().

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]

Definition at line 391 of file MSMainColumns.h.

References uvw2_p.

Referenced by uvw2().

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]

Definition at line 392 of file MSMainColumns.h.

References uvw2Meas_p.

Referenced by uvw2Meas().

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]

Definition at line 394 of file MSMainColumns.h.

References uvw2Quant_p.

Referenced by uvw2Quant().

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]

Definition at line 368 of file MSMainColumns.h.

References uvwMeas_p.

Referenced by uvwMeas().

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]

Definition at line 366 of file MSMainColumns.h.

References uvwQuant_p.

Referenced by uvwQuant().

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]

Definition at line 370 of file MSMainColumns.h.

References weight_p.

Referenced by weight().

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


Member Data Documentation

Reimplemented from casacore::ROMSMainColumns.

Definition at line 549 of file MSMainColumns.h.

Referenced by antenna1().

Reimplemented from casacore::ROMSMainColumns.

Definition at line 550 of file MSMainColumns.h.

Referenced by antenna2().

Reimplemented from casacore::ROMSMainColumns.

Definition at line 571 of file MSMainColumns.h.

Referenced by antenna3().

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

Reimplemented from casacore::ROMSMainColumns.

Definition at line 588 of file MSMainColumns.h.

Referenced by correctedData().

Reimplemented from casacore::ROMSMainColumns.

Definition at line 573 of file MSMainColumns.h.

Referenced by data().

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

Reimplemented from casacore::ROMSMainColumns.

Definition at line 554 of file MSMainColumns.h.

Referenced by feed1().

Reimplemented from casacore::ROMSMainColumns.

Definition at line 555 of file MSMainColumns.h.

Referenced by feed2().

Reimplemented from casacore::ROMSMainColumns.

Definition at line 574 of file MSMainColumns.h.

Referenced by feed3().

Reimplemented from casacore::ROMSMainColumns.

Definition at line 556 of file MSMainColumns.h.

Referenced by fieldId().

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

Reimplemented from casacore::ROMSMainColumns.

Definition at line 559 of file MSMainColumns.h.

Referenced by flagRow().

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

Reimplemented from casacore::ROMSMainColumns.

Definition at line 576 of file MSMainColumns.h.

Referenced by lagData().

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

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

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

Reimplemented from casacore::ROMSMainColumns.

Definition at line 563 of file MSMainColumns.h.

Referenced by scanNumber().

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

Reimplemented from casacore::ROMSMainColumns.

Definition at line 565 of file MSMainColumns.h.

Referenced by stateId().

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

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

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

Reimplemented from casacore::ROMSMainColumns.

Definition at line 583 of file MSMainColumns.h.

Referenced by videoPoint().

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


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 31 Aug 2016 for casa by  doxygen 1.6.1