#include "ObitErr.h"
#include "ObitUV.h"
#include "ObitSourceList.h"
Go to the source code of this file.
Functions | |
| void | ObitUVUtilUVWExtrema (ObitUV *inUV, gfloat *MaxBL, gfloat *MaxW, ObitErr *err) |
| Public: Get UVW Extrema. | |
| ObitUV * | ObitUVUtilCopyZero (ObitUV *inUV, gboolean scratch, ObitUV *outUV, ObitErr *err) |
| Public: Make zeroed copy of an ObitUV. | |
| void | ObitUVUtilVisDivide (ObitUV *inUV1, ObitUV *inUV2, ObitUV *outUV, ObitErr *err) |
| Public: Divide the visibilities in one ObitUVData by another. | |
| gfloat | ObitUVUtilVisCompare (ObitUV *inUV1, ObitUV *inUV2, ObitErr *err) |
| Public: Compare the visibilities in one ObitUVData with another. | |
| void | ObitUVUtilIndex (ObitUV *inUV, ObitErr *err) |
| Public: Index a uv data. | |
| ObitSourceList * | ObitUVUtilWhichSources (ObitUV *inUV, ObitErr *err) |
| Public: Get list of selected sources. | |
| ObitUV * | ObitUVUtilAvgF (ObitUV *inUV, gboolean scratch, ObitUV *outUV, ObitErr *err) |
| Public: Average a data set in frequency. | |
| ObitUV * | ObitUVUtilAvgT (ObitUV *inUV, gboolean scratch, ObitUV *outUV, ObitErr *err) |
| Public: Average a data set in time. | |
| ObitInfoList * | ObitUVUtilCount (ObitUV *inUV, gfloat timeInt, ObitErr *err) |
| Public: Count good data by time segment. | |
This utility module contains functions which operate on ObitUV data sets.
|
||||||||||||||||||||
|
Public: Average a data set in frequency.
|
|
||||||||||||||||||||
|
Public: Average a data set in time.
|
|
||||||||||||||||||||
|
Public: Make zeroed copy of an ObitUV.
|
|
||||||||||||||||
|
Public: Count good data by time segment.
|
|
||||||||||||
|
Public: Index a uv data.
|
|
||||||||||||||||||||
|
Public: Get UVW Extrema. Imaging parameters are on the inUV info member as arrays for a number of fields.
|
|
||||||||||||||||
|
Public: Compare the visibilities in one ObitUVData with another. Return the RMS of the real and imaginary differences divided by the amplitude of inUV2. Only valid visibilities compared, zero amplitudes ignored.
|
|
||||||||||||||||||||
|
Public: Divide the visibilities in one ObitUVData by another.
|
|
||||||||||||
|
Public: Get list of selected sources.
|
1.3.9.1