|
Classes |
| struct | ObitAIPSObjData |
| | Structure to contain virtual keywords. More...
|
Defines |
| #define | MAXCLS 20 |
| | Maximum number of AIPS Classes.
|
| #define | MAXVKW 50 |
| | Maximum number of virtual keywords per class.
|
| #define | NOIMKW 36 |
| #define | NOTABKW 38 |
| #define | NOUVKW 38 |
Functions |
| void | zointd_ () |
| void | zocrob_ (gchar *name, gchar *class, oint *objnum, oint *ierr) |
| void | zodeob_ (oint *objnum) |
| void | zofnob_ (gchar *name, oint *objnum) |
| void | zocpob_ (gchar *namein, gchar *nameout, oint *ierr) |
| void | zofnle_ (oint *objnum, gchar *keyword, oint *ierr) |
| void | zoinle_ (oint *objnum, gchar *keyword, oint *type, oint *ndim, oint *dim, oint *ierr) |
| void | zostdt_ (oint *objnum, gchar *keyword, oint *type, oint *ndim, oint *dim, gchar *data, oint *ierr) |
| void | zofedt_ (oint *objnum, gchar *keyword, oint *type, oint *ndim, oint *dim, gchar *data, oint *ierr) |
| void | zostct_ (oint *objnum, oint *catblk, oint *ierr) |
| void | zofect_ (oint *objnum, oint *catblk, oint *ierr) |
| void | zofenm_ (oint *objnum, gchar *name, gchar *class, oint *ierr) |
| 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.
|
| gboolean | ObitAIPSObjectOBinfo (oint objnum, AIPSKey keywrd, ObitAIPSObjectType *type, AIPSKeyDim dim, ObitErr *err) |
| | Public: Check for for a specified 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.
|
| 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.
|