#include <sys/types.h>
#include <time.h>
#include <math.h>
#include <string.h>
#include "ObitAIPS.h"
#include "ObitAIPSCat.h"
#include "ObitTableDesc.h"
#include "ObitFile.h"
Classes | |
| struct | ObitAIPSCatDHDR |
| Structure to contain information about the structure of the AIPS header file. More... | |
| union | FBLANKequiv |
Functions | |
| void | ObitAIPSCatImageGetDesc (ObitImageDesc *desc, gchar *buffer, ObitErr *err) |
| Public: Convert AIPS header file data to an ObitImageDesc. | |
| void | ObitAIPSCatImageSetDesc (ObitImageDesc *desc, gchar *buffer, gboolean init, ObitAIPSDirCatEntry *dirEntry, ObitErr *err) |
| Public: Convert an ObitImageDesc to AIPS header file data. | |
| void | ObitAIPSCatUVGetDesc (ObitUVDesc *desc, gchar *buffer, ObitErr *err) |
| Public: Convert AIPS header file data to an ObitUVDesc. | |
| void | ObitAIPSCatUVSetDesc (ObitUVDesc *desc, gchar *buffer, gboolean init, ObitAIPSDirCatEntry *dirEntry, ObitErr *err) |
| Public: Convert an ObitUVDesc to AIPS header file data. | |
| void | ObitAIPSCatGetTable (ObitTableList *tableList, gchar *buffer, gint user, gint disk, gint cno, ObitErr *err) |
| Public: Copy AIPS header to an ObitTableList. | |
| void | ObitAIPSCatSetTable (ObitTableList *tableList, gchar *buffer, ObitErr *err) |
| Public: Copy an ObitTableList to AIPS table header. | |
| void | ObitAIPSCatTableGetDesc (ObitTableDesc *desc, gchar tabType[3], gint tabVer, AIPSint controlBlock[256], AIPSint record[256], ObitErr *err) |
| Public: Convert AIPS Table header to an ObitTableDesc. | |
| void | ObitAIPSCatTableSetDesc (ObitTableDesc *desc, gboolean init, gchar tabType[3], gint tabVer, AIPSint controlBlock[256], AIPSint record[256], ObitErr *err) |
| Public: Convert an ObitTableDesc to AIPS table header. | |
| void | ObitAIPSCatInitDHDR (void) |
| Public: Initialize AIPS Header info object. | |
| gint | ObitAIPSCatOffset (gchar *keyword) |
| Public: Return catalog header offset for by keyword. | |
| void | ObitAIPSCatDummy (gint disk, gint user, gchar Aname[13], gchar Aclass[7], gchar Atype[3], gint seq, gint cno, ObitErr *err) |
| Public: Write dummy AIPS header. | |
| void | ObitAIPSCatRename (gint disk, gint user, gint cno, gchar *newName, gchar *newClass, gint newSeq, ObitErr *err) |
| Public: Rename cataloged name, class, seq. | |
|
||||||||||||||||||||||||||||||||||||
|
Public: Write dummy AIPS header.
|
|
||||||||||||||||||||||||||||
|
Public: Copy AIPS header to an ObitTableList.
|
|
||||||||||||||||
|
Public: Convert AIPS header file data to an ObitImageDesc.
|
|
||||||||||||||||||||||||
|
Public: Convert an ObitImageDesc to AIPS header file data.
|
|
|
Public: Initialize AIPS Header info object. Uses 0 relative values rather than AIPS 1-rel. This is more-or-less AIPS routine $APLSUB/VHDRIN.FOR |
|
|
Public: Return catalog header offset for by keyword.
|
|
||||||||||||||||||||||||||||||||
|
Public: Rename cataloged name, class, seq.
|
|
||||||||||||||||
|
Public: Copy an ObitTableList to AIPS table header. For AIPS tables, names must be of the form "AIPS XX" where XX is the table type.
|
|
||||||||||||||||||||||||||||
|
Public: Convert AIPS Table header to an ObitTableDesc. Column labels, units and any keyword value pairs are not dealt with; this routine needs to be coordinated with ObitIOTableAIPS::ObitIOTableAIPSReadDescriptor.
|
|
||||||||||||||||||||||||||||||||
|
Public: Convert an ObitTableDesc to AIPS table header.
|
|
||||||||||||||||
|
Public: Convert AIPS header file data to an ObitUVDesc.
|
|
||||||||||||||||||||||||
|
Public: Convert an ObitUVDesc to AIPS header file data.
|
1.3.9.1