Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1MSSysCal.html
Дата изменения: Unknown Дата индексирования: Mon Feb 14 21:07:03 2011 Кодировка: Поисковые слова: rho ophiuchi |
A Table intended to hold a MeasurementSet SYSCAL table. More...
#include <MSSysCal.h>
Public Member Functions | |
MSSysCal () | |
This constructs an empty MSSysCal. | |
~MSSysCal () | |
As with tables, the destructor writes the table if necessary. | |
MSSysCal & | operator= (const MSSysCal &) |
Assignment operator, reference semantics. | |
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; those are empty and writable. | |
MSSysCal (const String &tableName, TableOption=Table::Old) | |
These constructors mirror the Table ones with additional checking on validity (verifying that the MSSysCal will have the required columns and keywords) An exception is thrown if the constructed Table is not a valid MSSysCal. | |
MSSysCal (const String &tableName, const String &tableDescName, TableOption=Table::Old) | |
MSSysCal (SetupNewTable &newTab, uInt nrrow=0, Bool initialize=False) | |
MSSysCal (const Table &table) | |
MSSysCal (const MSSysCal &other) | |
Static Public Member Functions | |
static void | init () |
Initialize the statics appropriately. | |
Private Attributes | |
Bool | hasBeenDestroyed_p |
required by the need to throw an exception in the destructor |
A Table intended to hold a MeasurementSet SYSCAL table.
Public interface
MSSysCal stands for the MeasurementSet SysCal table.
An MSSysCal is a table intended to hold the SYSCAL table for the MeasurementSet. It has an identical set of member functions as the main MeasurementSet class, except (currently) for the default calibration members. For further info and examples see the MeasurementSet class.
See the MeasurementSet for an example of how to access and use this class.
It was found that subtables and the main table of the MeasurementSet have a lot in common, therefore they derive their interface from the same base class. Each subtable has its own class to keep the enum definitions and conversion functions in separate scopes.
Definition at line 78 of file MSSysCal.h.
casa::MSSysCal::MSSysCal | ( | ) |
This constructs an empty MSSysCal.
casa::MSSysCal::MSSysCal | ( | const String & | tableName, | |
TableOption | = Table::Old | |||
) |
casa::MSSysCal::MSSysCal | ( | const String & | tableName, | |
const String & | tableDescName, | |||
TableOption | = Table::Old | |||
) |
casa::MSSysCal::MSSysCal | ( | SetupNewTable & | newTab, | |
uInt | nrrow = 0 , |
|||
Bool | initialize = False | |||
) |
casa::MSSysCal::MSSysCal | ( | const Table & | table | ) |
casa::MSSysCal::MSSysCal | ( | const MSSysCal & | other | ) |
casa::MSSysCal::~MSSysCal | ( | ) |
As with tables, the destructor writes the table if necessary.
Additional checking is done here to verify that all required columns are still present. If it is NOT valid, it will write the table and then throw an exception.
static void casa::MSSysCal::init | ( | ) | [static] |
Initialize the statics appropriately.
This does not need to be called by users, it is called by the implementation class MSTableImpl.
MSSysCal casa::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; those are empty and writable.
Each forwarded column has the same writable status as the underlying column. The mentioned columns all use the AipsIO storage manager. This function is inherited from MSTable and unlikely to be of use, except in the class MeasurementSet (see comment there).\.
Reimplemented from casa::MSTable< MSSysCalEnums::PredefinedColumns, MSSysCalEnums::PredefinedKeywords >.
Bool casa::MSSysCal::hasBeenDestroyed_p [private] |
required by the need to throw an exception in the destructor
Definition at line 133 of file MSSysCal.h.