casa
$Rev:20696$
|
A structure containing a block of data for a single MS Main table row. More...
#include <SDMDataViews.h>
Public Attributes | |
int | processorId |
processor identifier | |
int | antennaId1 |
identifier for antenna 1 | |
int | antennaId2 |
identifier for antenna 2 (same as antennaId1 in case of auto-correlations) | |
int | feedId1 |
feed identifier used with antenna 1 | |
int | feedId2 |
feed identifier used with antenna 2 | |
int | dataDescId |
dataDescription identifier | |
double | time |
time (MJD) (requested epoch for the observations) | |
int | fieldId |
field identifier | |
double | interval |
requested duration (sec) for the observations | |
double | timeCentroid |
actual epoch for the observations | |
double | exposure |
actual duration for the observations | |
vector< unsigned int > | projectPath |
from BINARIES the relative project-path URI these data belongs to. | |
vector < AtmPhaseCorrectionMod::AtmPhaseCorrection > | v_atmPhaseCorrection |
code: 0=uncorrected 1=corrected 2=uncorr. and corrected data | |
int | binNum |
bin number in case of switch cyle obs. mode (1-based) | |
int | numData |
number of data (visibility or autocorrelations): nbin?*nbl*SUM(nsp*npp) | |
vector< unsigned int > | v_dataShape |
numPol, numChan and numApc=1 sizes | |
vector< float * > | v_data |
float complex data (size=numApc) or float data (size=1, not atm phase corrected) | |
float * | cData |
actual corrected float complex data or NULL | |
float * | mData |
actual mixed float complex data or NULL | |
vector< vector< asdm::Angle > > | phaseDir |
the reference phase direction to be used to determine the UVW | |
int | stateId |
State identifier. | |
MSState | msState |
State information using the MS view. | |
unsigned int | flag |
flag | |
vector< AtmPhaseCorrection > | v_atmPhaseCorrection |
code: 0=uncorrected 1=corrected 2=uncorr. and corrected data | |
vector< vector< Angle > > | phaseDir |
the reference phase direction to be used to determine the UVW |
A structure containing a block of data for a single MS Main table row.
Definition at line 59 of file SDMDataViews.h.
identifier for antenna 1
Definition at line 62 of file SDMDataViews.h.
identifier for antenna 2 (same as antennaId1 in case of auto-correlations)
Definition at line 63 of file SDMDataViews.h.
bin number in case of switch cyle obs. mode (1-based)
Definition at line 74 of file SDMDataViews.h.
float * sdmbin::MSData::cData |
actual corrected float complex data or NULL
Definition at line 78 of file SDMDataViews.h.
dataDescription identifier
Definition at line 66 of file SDMDataViews.h.
double sdmbin::MSData::exposure |
actual duration for the observations
Definition at line 71 of file SDMDataViews.h.
feed identifier used with antenna 1
Definition at line 64 of file SDMDataViews.h.
feed identifier used with antenna 2
Definition at line 65 of file SDMDataViews.h.
field identifier
Definition at line 68 of file SDMDataViews.h.
unsigned int sdmbin::MSData::flag |
flag
Definition at line 83 of file SDMDataViews.h.
double sdmbin::MSData::interval |
requested duration (sec) for the observations
Definition at line 69 of file SDMDataViews.h.
float * sdmbin::MSData::mData |
actual mixed float complex data or NULL
Definition at line 79 of file SDMDataViews.h.
State information using the MS view.
Definition at line 82 of file SDMDataViews.h.
number of data (visibility or autocorrelations): nbin?*nbl*SUM(nsp*npp)
Definition at line 75 of file SDMDataViews.h.
vector<vector<Angle> > sdmbin::MSData::phaseDir |
the reference phase direction to be used to determine the UVW
Definition at line 77 of file SDMDataViews.h.
vector<vector<asdm::Angle> > sdmbin::MSData::phaseDir |
the reference phase direction to be used to determine the UVW
Definition at line 80 of file SDMDataViews.h.
processor identifier
Definition at line 61 of file SDMDataViews.h.
vector< unsigned int > sdmbin::MSData::projectPath |
from BINARIES the relative project-path URI these data belongs to.
Definition at line 72 of file SDMDataViews.h.
State identifier.
Definition at line 81 of file SDMDataViews.h.
double sdmbin::MSData::time |
time (MJD) (requested epoch for the observations)
Definition at line 67 of file SDMDataViews.h.
double sdmbin::MSData::timeCentroid |
actual epoch for the observations
Definition at line 70 of file SDMDataViews.h.
vector<AtmPhaseCorrection> sdmbin::MSData::v_atmPhaseCorrection |
code: 0=uncorrected 1=corrected 2=uncorr. and corrected data
Definition at line 70 of file SDMDataViews.h.
vector<AtmPhaseCorrectionMod::AtmPhaseCorrection> sdmbin::MSData::v_atmPhaseCorrection |
code: 0=uncorrected 1=corrected 2=uncorr. and corrected data
Definition at line 73 of file SDMDataViews.h.
vector< float * > sdmbin::MSData::v_data |
float complex data (size=numApc) or float data (size=1, not atm phase corrected)
Definition at line 77 of file SDMDataViews.h.
vector< unsigned int > sdmbin::MSData::v_dataShape |
numPol, numChan and numApc=1 sizes
Definition at line 76 of file SDMDataViews.h.