#include "fitsio.h"
#include "ObitIO.h"
#include "ObitFile.h"
#include "ObitImageDesc.h"
#include "ObitDef.h"
#include "ObitIODef.h"
#include "ObitClassDef.h"
#include "ObitIOClassDef.h"
Go to the source code of this file.
Classes | |
| struct | ObitIOImageAIPS |
| ObitIOImageAIPS Class structure. More... | |
| struct | ObitIOImageAIPSClassInfo |
| ClassInfo Structure. More... | |
Defines | |
| #define | ObitIOImageAIPSUnref(in) ObitUnref (in) |
| Macro to unreference (and possibly destroy) an ObitIOImageAIPS returns a ObitIOImageImageAIPS* (NULL). | |
| #define | IOImageAIPSRef(in) ObitRef (in) |
| Macro to reference (update reference count) an IOImageAIPS. | |
| #define | IOImageAIPSIsA(in) ObitIsA (in, IOImageAIPSGetClass()) |
| Macro to determine if an object is the member of this or a derived class. | |
Functions | |
| void | ObitIOImageAIPSClassInit (void) |
| Public: Class initializer. | |
| ObitIOImageAIPS * | newObitIOImageAIPS (gchar *name, ObitInfoList *info, ObitErr *err) |
| Public: Constructor. | |
| gconstpointer | ObitIOImageAIPSGetClass (void) |
| Public: ClassInfo pointer. | |
| gboolean | ObitIOImageAIPSSame (ObitIO *in, ObitInfoList *in1, ObitInfoList *in2, ObitErr *err) |
| Public: Are underlying structures the same. | |
| void | ObitIOImageAIPSRename (ObitIO *in, ObitInfoList *info, ObitErr *err) |
| Public: Rename underlying structures. | |
| void | ObitIOImageAIPSZap (ObitIOImageAIPS *in, ObitErr *err) |
| Public: Delete underlying structures. | |
| ObitIOImageAIPS * | ObitIOImageAIPSCopy (ObitIOImageAIPS *in, ObitIOImageAIPS *out, ObitErr *err) |
| Public: Copy constructor. | |
| ObitIOCode | ObitIOImageAIPSOpen (ObitIOImageAIPS *in, ObitIOAccess access, ObitInfoList *info, ObitErr *err) |
| Public: Open. | |
| ObitIOCode | ObitIOImageAIPSClose (ObitIOImageAIPS *in, ObitErr *err) |
| Public: Close. | |
| ObitIOCode | ObitIOImageAIPSSet (ObitIOImageAIPS *in, ObitInfoList *info, ObitErr *err) |
| Public: Init I/O. | |
| ObitIOCode | ObitIOImageAIPSRead (ObitIOImageAIPS *in, gfloat *data, ObitErr *err) |
| Public: Read. | |
| ObitIOCode | ObitIOImageAIPSWrite (ObitIOImageAIPS *in, gfloat *data, ObitErr *err) |
| Public: Write. | |
| ObitIOCode | ObitIOImageAIPSFlush (ObitIOImageAIPS *in, ObitErr *err) |
| Public: Flush. | |
| ObitIOCode | ObitIOImageAIPSReadDescriptor (ObitIOImageAIPS *in, ObitErr *err) |
| Public: Read Descriptor. | |
| ObitIOCode | ObitIOImageAIPSWriteDescriptor (ObitIOImageAIPS *in, ObitErr *err) |
| Public: Write Descriptor. | |
| void | ObitIOImageAIPSCreateBuffer (gfloat **data, glong *size, ObitIOImageAIPS *in, ObitInfoList *info, ObitErr *err) |
| Public: Create buffer. | |
| Obit * | newObitIOImageAIPSTable (ObitIOImageAIPS *in, ObitIOAccess access, gchar *tabType, glong *tabver, ObitErr *err) |
| Public: Create an associated Table Typed as base class to avoid problems. | |
| ObitIOCode | ObitIOImageAIPSUpdateTables (ObitIOImageAIPS *in, ObitInfoList *info, ObitErr *err) |
| Public: Update disk resident tables information. | |
This class is derived from the ObitIO class.
|
|
Macro to determine if an object is the member of this or a derived class. Returns TRUE if a member, else FALSE in = object to reference |
|
|
Macro to reference (update reference count) an IOImageAIPS. returns a IOImageAIPS*. in = object to reference |
|
|
Macro to unreference (and possibly destroy) an ObitIOImageAIPS returns a ObitIOImageImageAIPS* (NULL).
|
|
||||||||||||||||
|
Public: Constructor. Initializes class on the first call.
|
|
||||||||||||||||||||||||
|
Public: Create an associated Table Typed as base class to avoid problems. If such an object exists, a reference to it is returned, else a new object is created and entered in the ObitTableList. Returned object is typed an Obit to prevent circular definitions between the ObitTable and the ObitIO classes.
|
|
|
Public: Class initializer.
|
|
||||||||||||
|
Public: Close.
|
|
||||||||||||||||
|
Public: Copy constructor. The result will have pointers to the more complex members. Parent class members are included but any derived class info is ignored.
|
|
||||||||||||||||||||||||
|
Public: Create buffer.
|
|
||||||||||||
|
Public: Flush.
|
|
|
Public: ClassInfo pointer. Initializes class if needed on first call.
|
|
||||||||||||||||||||
|
Public: Open. The file etc. info should have been stored in the ObitInfoList.
|
|
||||||||||||||||
|
Public: Read. Reads row in->myDesc->row + 1; plane in->myDesc->plane + 1
|
|
||||||||||||
|
Public: Read Descriptor.
|
|
||||||||||||||||
|
Public: Rename underlying structures. New name information is given on the info member:
|
|
||||||||||||||||||||
|
Public: Are underlying structures the same. This test is done using values entered into the ObitInfoList in case the object has not yet been opened.
|
|
||||||||||||||||
|
Public: Init I/O.
|
|
||||||||||||||||
|
Public: Update disk resident tables information.
|
|
||||||||||||||||
|
Public: Write.
|
|
||||||||||||
|
Public: Write Descriptor.
|
|
||||||||||||
|
Public: Delete underlying structures.
|
1.3.9.1