#include <ObitFileFITS.h>
Public Attributes | |
| gint32 | ObitId |
| Recognition bit pattern to identify the start of an Obit object. | |
| gpointer | ClassInfo |
| ClassInfo pointer for class with name, base and function pointers. | |
| gint | ReferenceCount |
| Reference count for object (numbers of pointers attaching). | |
| gchar * | name |
| Name of object [Optional]. | |
| ObitThread * | thread |
| Threading info member object. | |
| ObitIOAccess | access |
| Access type ReadOnly... | |
| ObitIOType | type |
| File type (Binary, Text). | |
| ObitIOStatus | status |
| I/O status. | |
| ObitFilePos | filePos |
| Current file position. | |
| glong | blockSize |
| File blocking size in bytes (0=> no blocking). | |
| gboolean | exist |
| Did file exits prior to this open? | |
| gchar * | fileName |
| Name of file. | |
| FILE * | myFile |
| File I/O structure. | |
| fitsfile * | myFptr |
| cfitsio file structure | |
| gint | disk |
| Obit fits disk number. | |
| gint | LastKeyword |
| Last keyword read. | |
|
|
Access type ReadOnly...
|
|
|
File blocking size in bytes (0=> no blocking).
|
|
|
ClassInfo pointer for class with name, base and function pointers.
|
|
|
Obit fits disk number.
|
|
|
Did file exits prior to this open?
|
|
|
Name of file.
|
|
|
Current file position.
|
|
|
Last keyword read.
|
|
|
File I/O structure.
|
|
|
cfitsio file structure
|
|
|
Name of object [Optional].
|
|
|
Recognition bit pattern to identify the start of an Obit object.
|
|
|
Reference count for object (numbers of pointers attaching).
|
|
|
I/O status.
|
|
|
Threading info member object.
|
|
|
File type (Binary, Text).
|
1.3.9.1