Go to the documentation of this file.
32 #include <casacore/casa/aips.h>
33 #include <casacore/ms/MeasurementSets/MSTable.h>
34 #include <casacore/ms/MeasurementSets/MSSysCalEnums.h>
MSSysCal(const Table &table)
MSSysCal()
This constructs an empty MSSysCal.
MSSysCal & operator=(const MSSysCal &)
Assignment operator, reference semantics.
MSSysCal(const String &tableName, const String &tableDescName, TableOption=Table::Old)
static MSTableMaps initMaps()
Initialize the statics appropriately.
MSSysCal(SetupNewTable &newTab, uInt nrrow=0, Bool initialize=False)
A Table intended to hold astronomical data
Enums for the MeasurementSet SYSCAL table.
Main interface class to a read/write table.
MSSysCal(const String &tableName, TableOption=Table::Old)
These constructors mirror the Table ones with additional checking on validity (verifying that the MSS...
A struct holding the maps used in MSTable.
Create a new table - define shapes, data managers, etc.
this file contains all the compiler specific defines
MSSysCal 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...
MSSysCal(const MSSysCal &other)
String: the storage and methods of handling collections of characters.
bool Bool
Define the standard types used by Casacore.
~MSSysCal()
As with tables, the destructor writes the table if necessary.
Bool hasBeenDestroyed_p
required by the need to throw an exception in the destructor
A Table intended to hold a MeasurementSet SYSCAL table.
TableOption
Define the possible options how a table can be opened.
const String & tableName() const
Get the table name.