#include "ObitOTF.h"
#include "Obit.h"
#include "ObitErr.h"
#include "ObitIOOTFFITS.h"
#include "ObitFITS.h"
#include "ObitTableOTFTarget.h"
#include "ObitTableOTFIndex.h"
#include "ObitTableGBTANTPOSGR.h"
#include "ObitTableGBTANTPOSPF.h"
#include "ObitTableGBTDCRDATA.h"
#include "ObitGBTIFInfo.h"
#include "ObitGBTDCRStateInfo.h"
#include "ObitGBTBeamOffInfo.h"
Go to the source code of this file.
Classes | |
| struct | ObitGBTDCROTF |
| ObitGBTDCROTF Class. More... | |
| struct | ObitGBTDCROTFClassInfo |
| ClassInfo Structure. More... | |
Defines | |
| #define | ObitGBTDCROTFUnref(in) ObitUnref (in) |
| Macro to unreference (and possibly destroy) an ObitGBTDCROTF returns a ObitGBTDCROTF*. | |
| #define | ObitGBTDCROTFRef(in) ObitRef (in) |
| Macro to reference (update reference count) an ObitGBTDCROTF. | |
| #define | ObitGBTDCROTFIsA(in) ObitIsA (in, ObitGBTDCROTFGetClass()) |
| Macro to determine if an object is the member of this or a derived class. | |
Functions | |
| void | ObitGBTDCROTFClassInit (void) |
| Public: Class initializer. | |
| ObitGBTDCROTF * | newObitGBTDCROTF (gchar *name) |
| Public: Constructor. | |
| gconstpointer | ObitGBTDCROTFGetClass (void) |
| Public: ClassInfo pointer. | |
| ObitGBTDCROTF * | newObitGBTDCROTFValue (gchar *name, ObitOTF *outOTF, ObitErr *err) |
| Public: Constructor from values. | |
| ObitIOCode | ObitGBTDCROTFConvert (ObitGBTDCROTF *in, gint inDisk, gchar *scanName, ObitErr *err) |
| Public: Convert GBT DCR files for a scan, append to OTF format. | |
This class is derived from the *Obit class.
This class has the facilities to convert from a GBT DCR file and associated tables to OTF format.
To use this facility, Obit must have been started up defining a FITS directory and the base of the GBT archive structure, i.e. the directory Antenna, DCR, and IF directories
|
|
Macro to determine if an object is the member of this or a derived class. Returns TRUE if a member, else FALSE in = object to reference |
|
|
Macro to reference (update reference count) an ObitGBTDCROTF. returns a ObitGBTDCROTF*. in = object to reference |
|
|
Macro to unreference (and possibly destroy) an ObitGBTDCROTF returns a ObitGBTDCROTF*. in = object to unreference |
|
|
Public: Constructor. Initializes class if needed on first call.
|
|
||||||||||||||||
|
Public: Constructor from values.
|
|
|
Public: Class initializer.
|
|
||||||||||||||||||||
|
Public: Convert GBT DCR files for a scan, append to OTF format.
|
|
|
Public: ClassInfo pointer. Initializes class if needed on first call.
|
1.3.9.1