MSSysCalIndex.h
Classes
- MSSysCalIndex -- (full description)
Interface
- Public Members
- MSSysCalIndex()
- MSSysCalIndex(const MSSysCal &sysCal)
- MSSysCalIndex(const MSSysCalIndex &other)
- virtual ~MSSysCalIndex()
- MSSysCalIndex &operator=(const MSSysCalIndex &other)
- void attach(const MSSysCal &sysCal)
- Int &antennaId()
- Int &feedId()
- Int &spectralWindowId()
- Private Members
- void attachIds()
Review Status
- Date Reviewed:
- yyyy/mm/dd
Prerequisite
- MeasurementSet
- MSTableIndex
Etymology
Synopsis
Example
Motivation
Thrown Exceptions
Member Description
no index attached, use the attach function or assignment operator to change that
construct one using the indicated SYSCAL table
MSSysCalIndex(const MSSysCalIndex &other)
construct one from another
MSSysCalIndex &operator=(const MSSysCalIndex &other)
access to the antenna ID key, throws an exception if isNull() is False
access to the feed ID key, throws an exception if isNull() is False
access to the spectral window ID key, throws an exception if isNull() is False