#include "ObitUVSel.h"
#include "ObitUVGSolve.h"
#include "ObitMem.h"
#include "ObitTableUtil.h"
#include "ObitUVUtil.h"
#include "ObitUVSoln.h"
#include "ObitTableANUtil.h"
#include "ObitTableSUUtil.h"
#include "ObitPrecess.h"
Functions | |
| void | ObitUVGSolveInit (gpointer in) |
| Private: Initialize newly instantiated object. | |
| void | ObitUVGSolveClear (gpointer in) |
| Private: Deallocate members. | |
| ObitUVGSolve * | newObitUVGSolve (gchar *name) |
| Public: Default Constructor. | |
| gconstpointer | ObitUVGSolveGetClass (void) |
| Public: ClassInfo pointer. | |
| ObitUVGSolve * | ObitUVGSolveCopy (ObitUVGSolve *in, ObitUVGSolve *out, ObitErr *err) |
| Public: Copy (deep) constructor. | |
| void | ObitUVGSolveClone (ObitUVGSolve *in, ObitUVGSolve *out, ObitErr *err) |
| Public: Copy structure. | |
| ObitUVGSolve * | ObitUVGSolveCreate (gchar *name) |
| Public: Create/initialize ObitUVGSolve structures. | |
| ObitTableSN * | ObitUVGSolveCal (ObitUVGSolve *in, ObitUV *inUV, ObitUV *outUV, ObitUVSel *sel, ObitErr *err) |
| Public: Determine calibration from UV data divided by model. | |
| void | ObitUVGSolveClassInit (void) |
| Public: Class initializer. | |
This class enables self calibration of ObitUV data sets
|
|
Public: Default Constructor. Initializes class if needed on first call.
|
|
||||||||||||||||||||||||
|
Public: Determine calibration from UV data divided by model. If the output table previously exists, deselect any entries corresponding to data selected on inUV (to be fitted). Routine translated from the AIPSish UVUTIL.FOR/SLFCAL
|
|
|
Public: Class initializer.
|
|
|
Private: Deallocate members. Does (recursive) deallocation of parent class members.
|
|
||||||||||||||||
|
Public: Copy structure.
|
|
||||||||||||||||
|
Public: Copy (deep) constructor.
|
|
|
Public: Create/initialize ObitUVGSolve structures.
|
|
|
Public: ClassInfo pointer.
|
|
|
Private: Initialize newly instantiated object. Parent classes portions are (recursively) initialized first
|
1.3.9.1