#include "ObitGBTDCROTF.h"
#include "ObitTableGBTDCRSTATE.h"
#include "ObitTableGBTSPDATA.h"
#include "ObitFileFITS.h"
Functions | |
| void | ObitGBTDCROTFInit (gpointer in) |
| Private: Initialize newly instantiated object. | |
| void | ObitGBTDCROTFClear (gpointer in) |
| Private: Deallocate members. | |
| ObitGBTDCROTF * | newObitGBTDCROTF (gchar *name) |
| Public: Constructor. | |
| ObitGBTDCROTF * | newObitGBTDCROTFValue (gchar *name, ObitOTF *outOTF, ObitErr *err) |
| Public: Constructor from values. | |
| gconstpointer | ObitGBTDCROTFGetClass (void) |
| Public: ClassInfo pointer. | |
| ObitIOCode | ObitGBTDCROTFConvert (ObitGBTDCROTF *in, gint inDisk, gchar *scanName, ObitErr *err) |
| Public: Convert GBT DCR files for a scan, append to OTF format. | |
| void | ObitGBTDCROTFClassInit (void) |
| Public: Class initializer. | |
This class has the facilities to convert from a GBT DCR file and associated tables to OTF format.
|
|
Public: Constructor. Initializes class if needed on first call.
|
|
||||||||||||||||
|
Public: Constructor from values.
|
|
|
Public: Class initializer.
|
|
|
Private: Deallocate members. Does (recursive) deallocation of parent class members.
|
|
||||||||||||||||||||
|
Public: Convert GBT DCR files for a scan, append to OTF format.
|
|
|
Public: ClassInfo pointer. Initializes class if needed on first call.
|
|
|
Private: Initialize newly instantiated object. Does (recursive) initialization of base class members before this class.
|
1.3.9.1