#include <math.h>
#include <string.h>
#include "Obit.h"
#include "ObitFITS.h"
#include "ObitHistory.h"
Functions | |
| void | ObitFITSClassInit (gint number, gchar *dir[]) |
| Public: Class initializer. | |
| 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. | |
|
||||||||||||
|
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