#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <glib.h>
#include "Obit.h"
#include "ObitErr.h"
#include "ObitUVDesc.h"
#include "ObitUVSel.h"
#include "ObitUVCal.h"
Go to the source code of this file.
Functions | |
| void | ObitUVCalCalibrateInit (ObitUVCal *in, ObitUVSel *sel, ObitUVDesc *desc, ObitErr *err) |
| Public: Init amp/phase/delay/rate Calibration. | |
| void | ObitUVCalCalibrate (ObitUVCal *in, float time, glong ant1, glong ant2, gfloat *RP, gfloat *visIn, ObitErr *err) |
| Public: Calibrate data for amp/phase/delay/rate. | |
| void | ObitUVCalCalibrateShutdown (ObitUVCal *in, ObitErr *err) |
| Public: Shutdown Calibration. | |
| ObitUVCalCalibrateS * | ObitUVCalCalibrateSUnref (ObitUVCalCalibrateS *in) |
| Public: Destroy structure for amp/phase/delay/rate Calibration. | |
This is implemented as utility routines and a separate Structure definition to avoid circular definitions. The ObitUVCal must be visible here but the structure needed for this calibration is a member of the ObitUVCal. If it were implemented as an Obit class this would lead to a circular definition which c cannot deal with.
|
||||||||||||||||||||||||||||||||
|
Public: Calibrate data for amp/phase/delay/rate.
|
|
||||||||||||||||||||
|
Public: Init amp/phase/delay/rate Calibration.
|
|
||||||||||||
|
Public: Shutdown Calibration. Close any open file and destroy structures.
|
|
|
Public: Destroy structure for amp/phase/delay/rate Calibration.
|
1.3.9.1