#include <glib.h>
#include "Obit.h"
#include "ObitErr.h"
#include "ObitAIPS.h"
#include "ObitAIPSCat.h"
Go to the source code of this file.
Classes | |
| union | ObitAIPSCatEquiv |
| AIPS catalog header. More... | |
Defines | |
| #define | MAXAIPSOBJDIM 5 |
| Maximum number of dimensions. | |
Typedefs | |
| typedef gchar | AIPSObj [32] |
| Typedef for AIPS Object name. | |
| typedef gchar | AIPSObjClass [8] |
| Typedef for AIPS Object class. | |
| typedef gchar | AIPSKey [8] |
| Typedef for AIPS Object keyword. | |
| typedef oint | AIPSKeyDim [MAXAIPSOBJDIM] |
| Typedef for AIPS Object keyword dimension. | |
Enumerations | |
| enum | obitAIPSObjectType { OBIT_AIPSObjectInt = 4, OBIT_AIPSObjectRe = 2, OBIT_AIPSObjectDP = 1, OBIT_AIPSObjectCar = 3, OBIT_AIPSObjectLog = 5 } |
| enum for AIPS object keyword type. More... | |
Functions | |
| void | ObitAIPSObjectOBinit (oint *ierr) |
| Public: Initialize AIPS Object manager. | |
| void | ObitAIPSObjectOBvhkw (AIPSObjClass class, AIPSKey keyword, ObitAIPSObjectType type, oint *ierr) |
| Public: Add a Catalog header keyword to the virtual keyword list. | |
| void | ObitAIPSObjectOBkeyv (oint objnum, AIPSKey keywrd, oint *keypnt, gint *ierr, ObitErr *err) |
| Public: See if keyword is an object dependent, virtual keyword. | |
| void | ObitAIPSObjectOBrget (oint objnum, AIPSKey keywrd, ObitAIPSObjectType *type, AIPSKeyDim dim, gpointer value, gchar *valuec, ObitErr *err) |
| Public: Fetch the value (array) for a specified real (non-virtual) keyword. | |
| void | ObitAIPSObjectOBcrea (AIPSObj name, AIPSObjClass class, ObitErr *err) |
| Public: Associate an object slot with an object name. | |
| void | ObitAIPSObjectOBfree (AIPSObj name, ObitErr *err) |
| Public: Free the object slot associated with an object. | |
| void | ObitAIPSObjectOBname (AIPSObj name, oint *objnum, ObitErr *err) |
| Public: Look up the object slot number of object with name "name". | |
| void | ObitAIPSObjectOBclass (oint objnum, oint *classno, AIPSObjClass name, ObitErr *err) |
| Public: Look up the class number/name of object number objnum. | |
| void | ObitAIPSObjectOBput (oint objnum, AIPSKey keywrd, ObitAIPSObjectType type, AIPSKeyDim dim, gpointer value, gchar *valuec, ObitErr *err) |
| Public: Save an entry in an object creating it if necessary. | |
| void | ObitAIPSObjectOBget (oint objnum, AIPSKey keywrd, ObitAIPSObjectType *type, AIPSKeyDim dim, gpointer value, gchar *valuec, ObitErr *err) |
| Public: Fetch the value (array) for a specified keyword. | |
| gboolean | ObitAIPSObjectOBinfo (oint objnum, AIPSKey keywrd, ObitAIPSObjectType *type, AIPSKeyDim dim, ObitErr *err) |
| Public: Check for for a specified keyword. | |
| void | ObitAIPSObjectOBdskc (AIPSObj name, oint *disk, oint *cno, ObitErr *err) |
| Public: Return Disk and slot information for object. | |
| void | ObitAIPSObjectOBhget (AIPSObj name, union ObitAIPSCatEquiv cat, ObitErr *err) |
| Public: Return catalog header record for an object. | |
| void | ObitAIPSObjectOBhput (AIPSObj name, union ObitAIPSCatEquiv cat, ObitErr *err) |
| Public: Store catalog header record for an object. | |
| void | ObitAIPSObjectOBcopy (AIPSObj namein, AIPSObj namout, ObitErr *err) |
| Public: Copies one image to another. | |
This is a Utility module to handle the interface with the AIPS object system.
|
|
Maximum number of dimensions.
|
|
|
Typedef for AIPS Object keyword.
|
|
|
Typedef for AIPS Object keyword dimension.
|
|
|
Typedef for AIPS Object name.
|
|
|
Typedef for AIPS Object class.
|
|
|
enum for AIPS object keyword type. Defined in $INC/PAOOF.INC |
|
||||||||||||||||||||
|
Public: Look up the class number/name of object number objnum.
|
|
||||||||||||||||
|
Public: Copies one image to another.
|
|
||||||||||||||||
|
Public: Associate an object slot with an object name.
|
|
||||||||||||||||||||
|
Public: Return Disk and slot information for object.
|
|
||||||||||||
|
Public: Free the object slot associated with an object.
|
|
||||||||||||||||||||||||||||||||
|
Public: Fetch the value (array) for a specified keyword.
|
|
||||||||||||||||
|
Public: Return catalog header record for an object.
|
|
||||||||||||||||
|
Public: Store catalog header record for an object.
|
|
||||||||||||||||||||||||
|
Public: Check for for a specified keyword.
|
|
|
Public: Initialize AIPS Object manager.
|
|
||||||||||||||||||||||||
|
Public: See if keyword is an object dependent, virtual keyword.
|
|
||||||||||||||||
|
Public: Look up the object slot number of object with name "name".
|
|
||||||||||||||||||||||||||||||||
|
Public: Save an entry in an object creating it if necessary.
|
|
||||||||||||||||||||||||||||||||
|
Public: Fetch the value (array) for a specified real (non-virtual) keyword.
|
|
||||||||||||||||||||
|
Public: Add a Catalog header keyword to the virtual keyword list.
|
1.3.9.1