Go to the documentation of this file.
28 #ifndef TABLES_TABLEINFO_H
29 #define TABLES_TABLEINFO_H
32 #include <casacore/casa/aips.h>
33 #include <casacore/casa/BasicSL/String.h>
TableInfo & operator=(const TableInfo &that)
Assignment (copy semantics).
@ WEATHER
MeasurementSet Weather table.
@ SYSCAL
MeasurementSet System Calibration table.
@ FEED
MeasurementSet Feed characteristics table.
void readmeAddLine(const String &readmeLine)
Add a line to the readme.
@ OBSLOG
MeasurementSet Oserving Log table.
Type
enum for various standard Table types.
@ PAGEDIMAGE
a PagedImage is a PagedArray with coordinates and Masking (opt.)
@ ME_CALIBRATION
Measurement Equation Calibration table.
void setType(const String &type)
Set the table (sub)type.
void setSubType(const String &subType)
@ ANTENNA
MeasurementSet Antenna table.
Table type, subtype and further info.
void flush(const String &fileName)
Write the TableInfo object.
this file contains all the compiler specific defines
@ SOURCE
MeasurementSet Source table.
TableInfo()
Create an empty object.
void readmeClear()
Clear the readme.
@ SPECTRALWINDOW
MeasurementSet Spectral Window table.
@ COMPONENTLIST
A ComponentList table contains parameterised representations of the sky brightness.
const String & type() const
Get the table (sub)type.
@ PAGEDARRAY
a PagedArray (.../Lattices/PagedArray.h)
const String & subType() const
String: the storage and methods of handling collections of characters.
@ FIELD
MeasurementSet Field table.
bool Bool
Define the standard types used by Casacore.
@ OBSERVATION
MeasurementSet Observation information table.
@ ARRAY
MeasurementSet Array table.
const String & readme() const
Get the readme.
@ MEASUREMENTSET
MeasurementSet main Table.