26#ifndef MS_MSPOLARIZATION_H
27#define MS_MSPOLARIZATION_H
29#include <casacore/casa/aips.h>
30#include <casacore/ms/MeasurementSets/MSTable.h>
31#include <casacore/ms/MeasurementSets/MSPolEnums.h>
76 public MSTable<MSPolarizationEnums>
Enums for the MeasurementSet POLARIZATION table.
MSPolarization(const Table &table)
MSPolarization & operator=(const MSPolarization &)
Assignment operator, reference semantics.
MSPolarization()
This constructs an empty MSPolarization.
static MSTableMaps initMaps()
Initialize the statics appropriately.
MSPolarization(const String &tableName, TableOption=Table::Old)
These constructors mirror the Table ones with additional checking on validity (verifying that the MSP...
MSPolarization(SetupNewTable &newTab, rownr_t nrrow=0, Bool initialize=False)
MSPolarization(const MSPolarization &other)
MSPolarization 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...
MSPolarization(const String &tableName, const String &tableDescName, TableOption=Table::Old)
Bool hasBeenDestroyed_p
required by the need to throw an exception in the destructor
~MSPolarization()
As with tables, the destructor writes the table if necessary.
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.