#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 | ObitUVCalFlagInit (ObitUVCal *in, ObitUVSel *sel, ObitUVDesc *desc, ObitErr *err) |
| Public: Init Flagging. | |
| void | ObitUVCalFlag (ObitUVCal *in, float time, glong ant1, glong ant2, gfloat *RP, gfloat *visIn, ObitErr *err) |
| Public: Apply Flagging. | |
| void | ObitUVCalFlagShutdown (ObitUVCal *in, ObitErr *err) |
| Public: Shutdown Flagging. | |
| ObitUVCalFlagS * | ObitUVCalFlagSUnref (ObitUVCalFlagS *in) |
| Public: Destroy Flagging structure. | |
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: Apply Flagging.
|
|
||||||||||||||||||||
|
Public: Init Flagging.
|
|
||||||||||||
|
Public: Shutdown Flagging. Close any open file and destroy structures.
|
|
|
Public: Destroy Flagging structure.
|
1.3.9.1