#include <glib.h>
#include "ObitImageDesc.h"
#include "ObitFile.h"
#include "ObitIO.h"
Go to the source code of this file.
Classes | |
| struct | ObitFITS |
| ObitFITS Class Structure. More... | |
Defines | |
| #define | MAXFITSDISK 20 |
| The maximum number of FITS "disks". | |
Typedefs | |
| typedef gint32 | FITSint |
| Typedef for INTEGER in FITS structures - should be size of float. | |
Functions | |
| void | ObitFITSClassInit (gint number, gchar *dir[]) |
| Public: Class initializer. | |
| ObitFITS * | newObitFITS (void) |
| Public: Constructor. | |
| void | ObitFITSShutdown (void) |
| Public: Shutdown. | |
| gint | ObitFITSAddDir (gchar *dir, ObitErr *err) |
| Public: Add FITS data directory. | |
| gchar * | ObitFITSFilename (gint disk, gchar *fileName, ObitErr *err) |
| Public: Generate name of FITS file. | |
| gchar * | ObitFITSDirname (gint disk, ObitErr *err) |
| Public: Get directory string. | |
| void | ObitFITSAssign (gchar *pgmName, gint pgmNumber, gint disk, gint scrNo, ObitInfoList *info, ObitErr *err) |
| Public: Assign a scratch file info. | |
| void | ObitFITSRename (ObitIO *in, ObitInfoList *info, ObitErr *err) |
| Public: Rename a FITS file. | |
This is a Utility class to handle the interface with FITS. This class is non-derivable and only one instance is allowed. Information regarding FITS is stored in a file static structure and is available from function calls. The structure must be initialized by a call to ObitFITSClassInit.
|
|
The maximum number of FITS "disks".
|
|
|
Typedef for INTEGER in FITS structures - should be size of float.
|
|
|
Public: Constructor.
|
|
||||||||||||
|
Public: Add FITS data directory.
|
|
||||||||||||||||||||||||||||
|
Public: Assign a scratch file info.
|
|
||||||||||||
|
Public: Class initializer.
|
|
||||||||||||
|
Public: Get directory string.
|
|
||||||||||||||||
|
Public: Generate name of FITS file. ObitFITSClassInit must have been used to initialize.
|
|
||||||||||||||||
|
Public: Rename a FITS file.
|
|
|
Public: Shutdown.
|
1.3.9.1