29#include <casacore/casa/aips.h> 
   30#include <casacore/ms/MeasurementSets/MSTable.h> 
   31#include <casacore/ms/MeasurementSets/MSFieldEnums.h> 
Enums for the MeasurementSet FIELD table.
 
MSField(const MSField &other)
 
~MSField()
As with tables, the destructor writes the table if necessary.
 
Bool removeEphemeris(const uInt id)
Remove (delete) any ephemeris tables with given id (without changes to the EPHEMERIS_ID column).
 
MSField(const Table &table)
 
Bool addEphemeris(const uInt id, const String &inputEphemTableName, const String &comment)
Add an ephemeris table (there can be many) to the Field table.
 
MSField(SetupNewTable &newTab, rownr_t nrrow=0, Bool initialize=False)
 
MSField(const String &tableName, const String &tableDescName, TableOption=Table::Old)
 
MSField referenceCopy(const String &newTableName, const Block< String > &writableColumns) const
Make a special copy of this Table which references all columns from this Table except those mentioned...
 
MSField()
This constructs an empty MSField.
 
static MSTableMaps initMaps()
Initialize the statics appropriately.
 
MSField(const String &tableName, TableOption=Table::Old)
These constructors mirror the Table ones with additional checking on validity (verifying that the MSF...
 
MSField & operator=(const MSField &)
Assignment operator, reference semantics.
 
Bool hasBeenDestroyed_p
required by the need to throw an exception in the destructor
 
A Table intended to hold astronomical data
 
Create a new table - define shapes, data managers, etc.
 
String: the storage and methods of handling collections of characters.
 
const String & tableName() const
Get the table name.
 
TableOption
Define the possible options how a table can be opened.
 
this file contains all the compiler specific defines
 
bool Bool
Define the standard types used by Casacore.
 
uInt64 rownr_t
Define the type of a row number in a table.