29 #ifndef FITS_SDFITSTABLE_H
30 #define FITS_SDFITSTABLE_H
CoreKeyword
the core keywords, UNKNOWN is not a core keyword, NUM_CORE_KEYWORDS is a place holder ...
virtual const String & name() const
return the name
static String coreKeywordName(CoreKeyword kw)
virtual Bool isSDFITS() const
is this a valid SDFITS file
static Bool isSDFitsColumn(const String &name)
check to see if the named keyword should be turned into a column, all non-reserved keywords will alwa...
SDFITSTable()
undefined an inaccessible
SDFITSTable is a FITSTable which follows the Single Dish FITS Convention.
bool Bool
Define the standard types used by Casacore.
Attach a FITSTabular to a binary or ASCII table.
SDFITSTable & operator=(const SDFITSTable &)
void sdfits_shuffle()
the array of keyword names the regular FITSTable::reopen does nearly everything fine, this function moves stuff out of the keywords and into the output record as appropriate
virtual Bool reopen(const String &fileName)
Attach this SDFITSTable to a new file name, same HDU# as at open time.
static CoreKeyword coreKeyword(const String &name)
translate to/from core keyword names to enumeration
~SDFITSTable()
The destructor.
String: the storage and methods of handling collections of characters.
static Block< String > kwNames
block of core keyword names
static void init_kwNames()
kwNames initialization function