casacore
Loading...
Searching...
No Matches
casacore::MSSysCalIndex Class Reference

More...

#include <MSSysCalIndex.h>

Public Member Functions

 MSSysCalIndex ()
 no index attached, use the attach function or assignment operator to change that
 MSSysCalIndex (const MSSysCal &sysCal)
 construct one using the indicated SYSCAL table
 MSSysCalIndex (const MSSysCalIndex &other)
 construct one from another
virtual ~MSSysCalIndex ()
MSSysCalIndex & operator= (const MSSysCalIndex &other)
void attach (const MSSysCal &sysCal)
Int & antennaId ()
 access to the antenna ID key, throws an exception if isNull() is False
Int & feedId ()
 access to the feed ID key, throws an exception if isNull() is False
Int & spectralWindowId ()
 access to the spectral window ID key, throws an exception if isNull() is False
Public Member Functions inherited from casacore::MSTableIndex
 MSTableIndex ()
 no index attached, use the attach function or assignment operator to change that
 MSTableIndex (const Table &subTable, const Vector< String > &indexCols, ColumnsIndex::Compare *compareFunction=0)
 construct one using the indicated subtable which is part of the parent MS using the indicated index columns.
 MSTableIndex (const MSTableIndex &other)
 construct one from another
virtual ~MSTableIndex ()
MSTableIndex & operator= (const MSTableIndex &other)
 assignment operator, refernce semantics
void attach (const Table &subTable, const Vector< String > &indexCols, ColumnsIndex::Compare *compareFunction=0)
 attach this to a subtable using indexCols
virtual void setChanged ()
 Call this when an index in an existing row has changed.
virtual Record & accessKey ()
 access the record of index (integer) keys
virtual Double & time ()
 access the TIME to use in the search (seconds)
virtual Double & interval ()
 access the INTERVAL to use in the search (seconds), must be >= 0
virtual RowNumbers getRowNumbers ()
 get all of the rows in the subTable which have data during the indicated time and interval values.
virtual Int64 getNearestRow (Bool &found)
 get the row number which falls in the interval and has the time nearest to the center of the interval (time()).
virtual Bool isNull ()
 is this attached to a null table
virtual Table & table ()
 return the subtable being indexed

Private Member Functions

void attachIds ()

Private Attributes

RecordFieldPtr< Int > antennaId_p
RecordFieldPtr< Int > feedId_p
RecordFieldPtr< Int > spwId_p

Detailed Description

Intended use:

Public interface

Review Status

Date Reviewed:
yyyy/mm/dd

Prerequisite

Etymology

Synopsis

Example

Motivation

Thrown Exceptions

Definition at line 70 of file MSSysCalIndex.h.

Constructor & Destructor Documentation

◆ MSSysCalIndex() [1/3]

casacore::MSSysCalIndex::MSSysCalIndex ( )

no index attached, use the attach function or assignment operator to change that

Referenced by MSSysCalIndex(), and operator=().

◆ MSSysCalIndex() [2/3]

casacore::MSSysCalIndex::MSSysCalIndex ( const MSSysCal & sysCal)

construct one using the indicated SYSCAL table

◆ MSSysCalIndex() [3/3]

casacore::MSSysCalIndex::MSSysCalIndex ( const MSSysCalIndex & other)

construct one from another

References MSSysCalIndex().

◆ ~MSSysCalIndex()

virtual casacore::MSSysCalIndex::~MSSysCalIndex ( )
virtual

Member Function Documentation

◆ antennaId()

Int & casacore::MSSysCalIndex::antennaId ( )
inline

access to the antenna ID key, throws an exception if isNull() is False

Definition at line 89 of file MSSysCalIndex.h.

References antennaId_p.

◆ attach()

void casacore::MSSysCalIndex::attach ( const MSSysCal & sysCal)

◆ attachIds()

void casacore::MSSysCalIndex::attachIds ( )
private

◆ feedId()

Int & casacore::MSSysCalIndex::feedId ( )
inline

access to the feed ID key, throws an exception if isNull() is False

Definition at line 92 of file MSSysCalIndex.h.

References feedId_p.

◆ operator=()

MSSysCalIndex & casacore::MSSysCalIndex::operator= ( const MSSysCalIndex & other)

References MSSysCalIndex().

◆ spectralWindowId()

Int & casacore::MSSysCalIndex::spectralWindowId ( )
inline

access to the spectral window ID key, throws an exception if isNull() is False

Definition at line 95 of file MSSysCalIndex.h.

References spwId_p.

Member Data Documentation

◆ antennaId_p

RecordFieldPtr<Int> casacore::MSSysCalIndex::antennaId_p
private

Definition at line 97 of file MSSysCalIndex.h.

Referenced by antennaId().

◆ feedId_p

RecordFieldPtr<Int> casacore::MSSysCalIndex::feedId_p
private

Definition at line 97 of file MSSysCalIndex.h.

Referenced by feedId().

◆ spwId_p

RecordFieldPtr<Int> casacore::MSSysCalIndex::spwId_p
private

Definition at line 97 of file MSSysCalIndex.h.

Referenced by spectralWindowId().


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