MSFreqOffIndex.h
Classes
- MSFreqOffIndex -- (full description)
Interface
- Public Members
- MSFreqOffIndex()
- MSFreqOffIndex(const MSFreqOffset &freqOffset)
- MSFreqOffIndex(const MSFreqOffIndex &other)
- virtual ~MSFreqOffIndex()
- MSFreqOffIndex &operator=(const MSFreqOffIndex &other)
- void attach(const MSFreqOffset &freqOffset)
- Int &antenna1Id()
- Int &antenna2Id()
- 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 FREQOFF table
MSFreqOffIndex(const MSFreqOffIndex &other)
construct one from another
MSFreqOffIndex &operator=(const MSFreqOffIndex &other)
access to the antenna1 ID key, throws an exception if isNull() is False
access to the antenna2 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