#include <errno.h>
#include "Obit.h"
#include "ObitSystem.h"
#include "ObitAIPS.h"
#include "ObitFITS.h"
#include "ObitImage.h"
#include "ObitTable.h"
#include "ObitUV.h"
Classes | |
| struct | scratchListElem |
| An element of a scratchList. More... | |
Functions | |
| void | ObitSystemInit (gpointer in) |
| Private: Initialize newly instantiated object. | |
| void | ObitSystemClear (gpointer in) |
| Private: Deallocate members. | |
| ObitSystem * | ObitSystemStartup (gchar *pgmName, gint pgmNumber, gint AIPSuser, gint numberAIPSdisk, gchar *AIPSdir[], gint numberFITSdisk, gchar *FITSdir[], oint F_TRUE, oint F_FALSE, ObitErr *err) |
| Public: startup/Constructor. | |
| gconstpointer | ObitSystemGetClass (void) |
| Public: Return class pointer. | |
| ObitSystem * | ObitSystemShutdown (ObitSystem *in) |
| Public: Shutdown. | |
| void | ObitSystemGetScratch (ObitIOType FileType, gchar *type, ObitInfoList *info, ObitErr *err) |
| Public: Get Scratch file assignments. | |
| void | ObitSystemAddScratch (Obit *in, ObitErr *err) |
| Public: Add Scratch file assignments. | |
| void | ObitSystemFreeScratch (Obit *in, ObitErr *err) |
| Public: Free Scratch file assignments. | |
| gboolean | ObitSystemIsInit (void) |
| Public: Tell If Obit is initialized. | |
| gchar * | ObitSystemGetPgmName (void) |
| Public: Tell Program Name. | |
| void | ObitSystemSetPgmName (gchar *pgmName) |
| Public: Reset Program Name. | |
| gint | ObitSystemGetPgmNumber (void) |
| Public: Tell Program Number. | |
| void | ObitSystemSetPgmNumber (gint pgmNumber) |
| Public: Reset Program Number. | |
| gint | ObitSystemGetAIPSuser (void) |
| Public: Tell AIPS user ID. | |
| void | ObitSystemSetAIPSuser (gint AIPSuser) |
| Public: Reset AIPS user ID. | |
| void | ObitSystemClassInit (void) |
| Public: Class initializer. | |
|
||||||||||||
|
Public: Add Scratch file assignments.
|
|
|
Public: Class initializer.
|
|
|
Private: Deallocate members. Does (recursive) deallocation of parent class members.
|
|
||||||||||||
|
Public: Free Scratch file assignments.
|
|
|
Public: Tell AIPS user ID.
|
|
|
Public: Return class pointer. Initializes class if needed on first call.
|
|
|
Public: Tell Program Name.
|
|
|
Public: Tell Program Number.
|
|
||||||||||||||||||||
|
Public: Get Scratch file assignments.
|
|
|
Private: Initialize newly instantiated object. Does (recursive) initialization of base class members before this class.
|
|
|
Public: Tell If Obit is initialized.
|
|
|
Public: Reset AIPS user ID.
|
|
|
Public: Reset Program Name.
|
|
|
Public: Reset Program Number.
|
|
|
Public: Shutdown.
|
|
||||||||||||||||||||||||||||||||||||||||||||
|
Public: startup/Constructor.
|
1.3.9.1