#include "Obit.h"
#include "ObitErr.h"
#include "ObitThread.h"
#include "ObitInfoList.h"
#include "ObitUVDesc.h"
#include "ObitUVSel.h"
#include "ObitUVCal.h"
Go to the source code of this file.
Functions | |
| void | ObitUVCalSelectInit (ObitUVCal *in, ObitUVSel *sel, ObitUVDesc *inDesc, ObitUVDesc *outDesc, ObitErr *err) |
| Public: Init data selection. | |
| gboolean | ObitUVCalSelect (ObitUVCal *in, gfloat *visIn, gfloat *RP, gfloat *visOut, ObitErr *err) |
| Public: translate/select data. | |
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: translate/select data. U, V, W scales if selecting in IF.
|
|
||||||||||||||||||||||||
|
Public: Init data selection. Output descriptor modified to reflect data selection. Stokes 'F' = formal I (both RR+LL or XX+YY needed) On output data are ordered Stokes, Freq, IF if Stokes translation Adapted from the AIPSish DGINIT.FOR.
|
1.3.9.1