A 1-D Specialization of the Array class.
long long Int64
Define the extra non-standard types used by Casacore (like proposed uSize, Size)
MSSourceIndex itsSourceIndex
Unit itsSecUnit
This possibly saves some time, Units of seconds.
Block< ROTableRow > itsTabRows
the table rows
Main interface class to a read/write table.
const Record & units(const String &) const
this isn't what we need, right now just return an empty record
const RecordInterface & tableRow(const String &name) const
Return the current row in the named table.
const MeasurementSet & ms() const
Return a reference to the MS.
Int itsMainId
table IDs for the standard tables
Block< Int64 > itsRowNumbers
What row number for each table is the most recent gotoRow call.
Block< MSTableIndex > itsIndexes
the indexes for the NS subtables
MSSysCalIndex itsSyscal1Index
const Vector< String > & tables() const
MSFreqOffIndex itsFreqOffIndex
MSFeedIndex itsFeed1Index
MSPointingIndex itsPointing2Index
MSSysCalIndex itsSyscal2Index
MSWeatherIndex itsWeather1Index
Record emptyRecord
this empty record is returned by tableRow when the name argument does not exist
MSReader()
undefined and unavailable
std::map< String, Int > itsTabId
this maps table name to an index used throughout this class
Table emptyTable
this empty table is returned by table when the name argument does not exist
MSFeedIndex itsFeed2Index
A hierarchical collection of named fields of various types.
MSPointingIndex itsPointing1Index
Read from an MS, coordinating all of the subtables in the process.
A Table intended to hold astronomical data (a set of Measurements).
MSDopplerIndex itsDopplerIndex
specific indexes
void gotoRow(rownr_t which)
Go to the indicated row in the MAIN table of the MS and point at all of the appropriate rows in each ...
uInt64 rownr_t
Define the type of a row number in a table.
Int64 rowNumber(const String &name) const
Return the current row number in the named table.
A class to provide easy access to MeasurementSet columns.
const Table & table(const String &name) const
Return a reference to the named subtable.
String: the storage and methods of handling collections of characters.
MSWeatherIndex itsWeather2Index
Vector< String > itsTableNames
Abstract base class for Record classes.
MSReader & operator=(const MSReader &)