casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
sdmbin::SDMBinData Class Reference

Accessor to the SDM binary data. More...

#include <SDMBinData.h>

Public Member Functions

 SDMBinData (asdm::ASDM *const datasetPtr, std::string execBlockDir)
 Constructor: More...
 
 ~SDMBinData ()
 
void select (EnumSet< ScanIntentMod::ScanIntent > es_si)
 Method to select the main table rows to retrieve data for a subset of scan intents. More...
 
void select (EnumSet< ProcessorTypeMod::ProcessorType > es_pt)
 Method to select the main table rows to retrieve data for a subset of processor types. More...
 
void select (EnumSet< CorrelationModeMod::CorrelationMode > es_cm)
 Method to select the main table rows to retrieve data for a subset of correlation modes. More...
 
void select (EnumSet< SpectralResolutionTypeMod::SpectralResolutionType > es_srt)
 Method to select the main table rows to retrieve data for a subset of spectral resolution types. More...
 
void select (EnumSet< TimeSamplingMod::TimeSampling > es_ts)
 Method to select the main table rows to retrieve data for a subset of time samplings. More...
 
void select (EnumSet< CorrelationModeMod::CorrelationMode > es_cm, EnumSet< SpectralResolutionTypeMod::SpectralResolutionType > es_srt, EnumSet< TimeSamplingMod::TimeSampling > es_ts)
 An alternate method to select the main table rows to retrieve data for a subset of correlation modes, spectral resolution types and time sampling. More...
 
void selectDataSubset (Enum< CorrelationModeMod::CorrelationMode > e_qcm, EnumSet< AtmPhaseCorrectionMod::AtmPhaseCorrection > es_qapc)
 Method to constrain the getData methods to return a (sub)set of the data which are in the BLOBs. More...
 
void setPriorityDataDescription ()
 Method to set priority for DataDescription in the output order. More...
 
std::vector< std::pair
< unsigned int, double > > 
timeSequence () const
 Accessor to the sequence of time centroids. More...
 
bool dataDescriptionFirst () const
 Predicate to tell if the dataDescriptionId has priority over time in the out sequence of MSData objects. More...
 
void applySysCal ()
 Apply system temperature calibration. More...
 
bool sysCalApplied () const
 Predicate to know if the system temperature calibration is applied when accessing data. More...
 
ProcessorTypeMod::ProcessorType processorType (asdm::MainRow *const mainRowPtr) const
 A utility method which returns the type of the processor which produced the data referred to by a row of the Main table. More...
 
bool acceptMainRow (asdm::MainRow *const mainRowPtr)
 Accessor to the SDM Main table rows. More...
 
bool openMainRow (asdm::MainRow *const mainRowPtr)
 Accessor to one SDM Main table row. More...
 
std::string reasonToReject (asdm::MainRow *const mainRowPtr)
 Filter: rejection of a Main table row if it does not satisfy the criterion of selection. More...
 
bool isComplexData ()
 Method to know if the data to be retrieved will be of type complex or not. More...
 
std::vector< SDMData * > getData ()
 
std::vector< MSData * > getData (Enum< CorrelationModeMod::CorrelationMode > e_qcm, EnumSet< AtmPhaseCorrectionMod::AtmPhaseCorrection > es_qapc)
 
MSDatagetData (unsigned int na, unsigned int nfe, unsigned int ndd, unsigned int nbin) throw (Error)
 
MSDatagetCalibratedData (unsigned int na, unsigned int nfe, unsigned int ndd, unsigned int nbin, std::pair< bool, std::vector< std::vector< float > > > p_tsys) throw (Error)
 
MSDatagetData (unsigned int na1, unsigned int nfe1, unsigned int na2, unsigned int nfe2, unsigned int ndd, unsigned int nbin, std::vector< unsigned int > v_napc, float scleFactor)
 
MSDatagetCalibratedData (unsigned int na1, unsigned int nfe1, unsigned int na2, unsigned int nfe2, unsigned int ndd, unsigned int nbin, std::vector< unsigned int > v_napc, float scleFactor, std::pair< bool, std::vector< std::vector< float > > > p_tsys)
 
MSDatagetData (asdm::Tag antId, int feedId, asdm::Tag dataDescId, AtmPhaseCorrectionMod::AtmPhaseCorrection apc, unsigned int binNum)
 
MSDatagetData (asdm::Tag antId1, int feedId1, asdm::Tag antId2, int feedId2, asdm::Tag dataDescId, std::vector< AtmPhaseCorrectionMod::AtmPhaseCorrection > v_apc, unsigned int binNum)
 
const VMSDatagetDataCols ()
 
const VMSDatagetDataCols (Enum< CorrelationModeMod::CorrelationMode > e_qcm, EnumSet< AtmPhaseCorrectionMod::AtmPhaseCorrection > es_qapc)
 
const VMSDatagetNextMSMainCols (unsigned int n)
 Returns a pointer to a VMSData structure containing the values require to populate the MS Main table columns from what it has got from the reading of at most n SDMDataSubsets in the current BDF file. More...
 
const VMSDatagetNextMSMainCols (Enum< CorrelationModeMod::CorrelationMode > e_qcm, EnumSet< AtmPhaseCorrectionMod::AtmPhaseCorrection > es_qapc, unsigned int n)
 
void getNextMSMainCols (unsigned int n, boost::shared_ptr< VMSDataWithSharedPtr > &vmsData_p_sp)
 shared_ptr not needed by CASA, do not compile this for the WITHOUT_BOOST option It may be needed by ALMA code, so do not elimiate it yet. More...
 
void getNextMSMainCols (Enum< CorrelationModeMod::CorrelationMode > e_qcm, EnumSet< AtmPhaseCorrectionMod::AtmPhaseCorrection > es_qapc, unsigned int n, boost::shared_ptr< VMSDataWithSharedPtr > &vmsData_p_sp)
 
std::vector< MSData * > getMSDataFromBDFData (Enum< CorrelationModeMod::CorrelationMode > e_qcm, EnumSet< AtmPhaseCorrectionMod::AtmPhaseCorrection > es_qapc, unsigned int n)
 
void getNextDataDumps (unsigned int n)
 Populates the vector v_dataDump after having read at most n DataSubsets in the BDF. More...
 

Static Public Member Functions

static bool baselineReverse ()
 To know easily in which order the baselines are returned in a sequence of MSData objects or in a VMSData object. More...
 
static bool autoTrailing ()
 To know easily the position of the auto data and metadata relative to the cross data and metadata in the sequence of MSData objects or in a VMSDATA object. More...
 
static std::pair< bool, bool > dataOrder ()
 The two parameters defining the order in the output sequences, baslineReverse and autoTrailing. More...
 

Protected Member Functions

int attachDataObject (std::string dataOID)
 Do the actual binary data binding. More...
 
int attachStreamDataObject (const std::string &dataOID)
 Do the actual binary data binding. More...
 
int openStreamDataObject (const std::string &dataOID)
 Initialize the sequential reading of the SDMDataSubsets (i.e. More...
 
void detachDataObject ()
 Unset the current data binding. More...
 
MSState getMSState (unsigned int subscanNum, std::vector< asdm::Tag > v_stateId, std::vector< asdm::Tag > v_antennaId, std::vector< int > v_feedId, std::vector< asdm::Tag > v_ddId, unsigned int na, unsigned int nfe, unsigned int nspw, asdm::ArrayTime timeOfDump)
 Determine the view of a MS STATE. More...
 

Private Member Functions

void deleteMsData (MSData *msDataPtr)
 

Private Attributes

EnumSet
< ScanIntentMod::ScanIntent > 
es_si_
 
EnumSet
< ProcessorTypeMod::ProcessorType > 
es_pt_
 
EnumSet
< CorrelationModeMod::CorrelationMode > 
es_cm_
 
EnumSet
< SpectralResolutionTypeMod::SpectralResolutionType > 
es_srt_
 
EnumSet
< TimeSamplingMod::TimeSampling > 
es_ts_
 
Enum
< CorrelationModeMod::CorrelationMode > 
e_qcm_
 
EnumSet
< AtmPhaseCorrectionMod::AtmPhaseCorrection > 
es_qapc_
 
bool ddfirst_
 
asdm::MainRowmainRowPtr_
 
std::string dataOID_
 
asdmbinaries::SDMDataObjectReader blob_r_
 
asdmbinaries::SDMDataObjectStreamReader sdmdosr
 
bool bdfMemoryMapped
 
std::vector< DataDump * > v_dataDump_
 
const float * floatDataPtr_
 
const short * shortDataPtr_
 
const int * longDataPtr_
 
std::map< asdm::Tag,
BaselinesSet * > 
m_cdId_baselinesSet_
 
std::set< asdm::Tags_cdId_
 
bool complexData_
 
const float * floatDataDumpPtr_
 
std::vector< std::pair
< unsigned int, double > > 
v_tci_
 
bool verbose_
 

Static Private Attributes

static asdm::ASDMdatasetPtr_
 
static std::string execBlockDir_
 
static bool canSelect_
 
static bool forceComplex_
 
static MSDatamsDataPtr_
 
static SDMDatasdmDataPtr_
 
static BaselinesSetbaselinesSet_
 
static std::vector< MSData * > v_msDataPtr_
 
static VMSDatavmsDataPtr_
 
static std::vector< SDMData * > v_sdmDataPtr_
 
static bool coutDeleteInfo_
 
static bool baselineReverse_
 
static bool autoTrailing_
 
static bool syscal_
 

Detailed Description

Accessor to the SDM binary data.

Definition at line 44 of file SDMBinData.h.

Constructor & Destructor Documentation

sdmbin::SDMBinData::SDMBinData ( asdm::ASDM *const  datasetPtr,
std::string  execBlockDir 
)

Constructor:

Precondition
The SDM dataset must be in memory, this dataset must have the binary data, files in a sub-directory named ASDMBinary.
Parameters
datasetPtrPointer to the SDM dataset
execBlockDirSDM dataset directory (it must be readable as well as its sub-directory ASDMBinary.
Postcondition
All the rows of the Main table will be accepted in the processing.
  • Would that be inadequate use the methods 'select' to accept only a subset of the SDM main table rows.
  • Use also, if desired, the method 'selectDataSubset' for further filtering at the level of the individual BLOBs.
  • After setting this filtering consider using the method 'isComplex()' before scaning the SDM main table rows if the intent is to build a MeasurementSet MAIN table.
sdmbin::SDMBinData::~SDMBinData ( )

Member Function Documentation

bool sdmbin::SDMBinData::acceptMainRow ( asdm::MainRow *const  mainRowPtr)

Accessor to the SDM Main table rows.

Parameters
mainRowPtrPointer to a row of the Main table
Returns
true is the SDM row passed the selection criterion, else false
Postcondition
If true is returned the state is adeqaute to respond to a 'getData' method, else the state is adequate to respond to a new call of this acceptMainRow for an other SDM Main table row.
void sdmbin::SDMBinData::applySysCal ( )

Apply system temperature calibration.

Precondition
System temperature calibration not applied
Postcondition
System temperature calibration will be applied
Todo:
Handle the case when what is needed is missing in the syscal table
int sdmbin::SDMBinData::attachDataObject ( std::string  dataOID)
protected

Do the actual binary data binding.

Parameters
dataOIDThe data object identifier
int sdmbin::SDMBinData::attachStreamDataObject ( const std::string &  dataOID)
protected

Do the actual binary data binding.

The BDF is traversed as a stream.

Parameters
dataOIDThe data object identifier
static bool sdmbin::SDMBinData::autoTrailing ( )
static

To know easily the position of the auto data and metadata relative to the cross data and metadata in the sequence of MSData objects or in a VMSDATA object.

Note that this order may be different compared to the order used in the BDF.

static bool sdmbin::SDMBinData::baselineReverse ( )
static

To know easily in which order the baselines are returned in a sequence of MSData objects or in a VMSData object.

Note
Let assume the sequence of antennas {1,2,3,4} in the ConfigDescription table. There are two cases:
  • Return true if the resulting order is (1,2) (1,3) (2,3) (1,4) (2,4) and (3,4)
  • Return false if the resulting order is (1,2) (1,3) (1,4) (2,3) (2,4) and (3,4)

Note that this order may be different compared to the order used in the BDF.

bool sdmbin::SDMBinData::dataDescriptionFirst ( ) const

Predicate to tell if the dataDescriptionId has priority over time in the out sequence of MSData objects.

static std::pair<bool,bool> sdmbin::SDMBinData::dataOrder ( )
static

The two parameters defining the order in the output sequences, baslineReverse and autoTrailing.

void sdmbin::SDMBinData::deleteMsData ( MSData msDataPtr)
private
void sdmbin::SDMBinData::detachDataObject ( )
protected

Unset the current data binding.

MSData* sdmbin::SDMBinData::getCalibratedData ( unsigned int  na,
unsigned int  nfe,
unsigned int  ndd,
unsigned int  nbin,
std::pair< bool, std::vector< std::vector< float > > >  p_tsys 
)
throw (Error
)
MSData* sdmbin::SDMBinData::getCalibratedData ( unsigned int  na1,
unsigned int  nfe1,
unsigned int  na2,
unsigned int  nfe2,
unsigned int  ndd,
unsigned int  nbin,
std::vector< unsigned int >  v_napc,
float  scleFactor,
std::pair< bool, std::vector< std::vector< float > > >  p_tsys 
)
std::vector<SDMData*> sdmbin::SDMBinData::getData ( )
std::vector<MSData*> sdmbin::SDMBinData::getData ( Enum< CorrelationModeMod::CorrelationMode >  e_qcm,
EnumSet< AtmPhaseCorrectionMod::AtmPhaseCorrection >  es_qapc 
)
Todo:
  • apply the polynomials for the field directions
  • apply syscal for the cross data
MSData* sdmbin::SDMBinData::getData ( unsigned int  na,
unsigned int  nfe,
unsigned int  ndd,
unsigned int  nbin 
)
throw (Error
)
MSData* sdmbin::SDMBinData::getData ( unsigned int  na1,
unsigned int  nfe1,
unsigned int  na2,
unsigned int  nfe2,
unsigned int  ndd,
unsigned int  nbin,
std::vector< unsigned int >  v_napc,
float  scleFactor 
)
MSData* sdmbin::SDMBinData::getData ( asdm::Tag  antId,
int  feedId,
asdm::Tag  dataDescId,
AtmPhaseCorrectionMod::AtmPhaseCorrection  apc,
unsigned int  binNum 
)
MSData* sdmbin::SDMBinData::getData ( asdm::Tag  antId1,
int  feedId1,
asdm::Tag  antId2,
int  feedId2,
asdm::Tag  dataDescId,
std::vector< AtmPhaseCorrectionMod::AtmPhaseCorrection >  v_apc,
unsigned int  binNum 
)
const VMSData* sdmbin::SDMBinData::getDataCols ( )
const VMSData* sdmbin::SDMBinData::getDataCols ( Enum< CorrelationModeMod::CorrelationMode >  e_qcm,
EnumSet< AtmPhaseCorrectionMod::AtmPhaseCorrection >  es_qapc 
)
std::vector<MSData*> sdmbin::SDMBinData::getMSDataFromBDFData ( Enum< CorrelationModeMod::CorrelationMode >  e_qcm,
EnumSet< AtmPhaseCorrectionMod::AtmPhaseCorrection >  es_qapc,
unsigned int  n 
)
MSState sdmbin::SDMBinData::getMSState ( unsigned int  subscanNum,
std::vector< asdm::Tag v_stateId,
std::vector< asdm::Tag v_antennaId,
std::vector< int >  v_feedId,
std::vector< asdm::Tag v_ddId,
unsigned int  na,
unsigned int  nfe,
unsigned int  nspw,
asdm::ArrayTime  timeOfDump 
)
protected

Determine the view of a MS STATE.

Parameters
subscanNumSubscan number (the semantic of this attribute is assumed to be identical in the SDM and the MS
v_stateIdThe list of states identifiers in the row of SDM Main table
v_antennaIdThe corresponding list of antenna identifier
v_feedIdThe corresponding list of collection of feed identifier
v_ddIdThe sequence of data description identifiers for the current config description
naAntenna index for a given antenna in this antenna list
nfeFeed index
nspwDataDescription index
timeOfDumpThe epoch to be considered to determine this MS STATE view
void sdmbin::SDMBinData::getNextDataDumps ( unsigned int  n)

Populates the vector v_dataDump after having read at most n DataSubsets in the BDF.

const VMSData* sdmbin::SDMBinData::getNextMSMainCols ( unsigned int  n)

Returns a pointer to a VMSData structure containing the values require to populate the MS Main table columns from what it has got from the reading of at most n SDMDataSubsets in the current BDF file.

  • This method call be called iteratively as long as there are SDMDataSubsets.
  • A returned VMSData having any of its array empty means that all the SDMDataSubsets have been read.
Parameters
ngives the maximum number of SDMDataSubsets ([sub]integrations) that one wants to read in the current BDF.
Returns
a pointer to a VMSData containing the values to populate MS rows.
const VMSData* sdmbin::SDMBinData::getNextMSMainCols ( Enum< CorrelationModeMod::CorrelationMode >  e_qcm,
EnumSet< AtmPhaseCorrectionMod::AtmPhaseCorrection >  es_qapc,
unsigned int  n 
)
void sdmbin::SDMBinData::getNextMSMainCols ( unsigned int  n,
boost::shared_ptr< VMSDataWithSharedPtr > &  vmsData_p_sp 
)

shared_ptr not needed by CASA, do not compile this for the WITHOUT_BOOST option It may be needed by ALMA code, so do not elimiate it yet.

void sdmbin::SDMBinData::getNextMSMainCols ( Enum< CorrelationModeMod::CorrelationMode >  e_qcm,
EnumSet< AtmPhaseCorrectionMod::AtmPhaseCorrection >  es_qapc,
unsigned int  n,
boost::shared_ptr< VMSDataWithSharedPtr > &  vmsData_p_sp 
)
bool sdmbin::SDMBinData::isComplexData ( )

Method to know if the data to be retrieved will be of type complex or not.

Precondition
  • case a: used in the context of the SDM main table as a whole
  • case b: used in the context of a given row
Returns
  • case a: true if there is in the table at least one row with references to data with at least 3 polarization cross-products or if there are data of type visibilities, else it returns false
  • case b: true if for the current row there are references to data with at least 3 polarization cross-products or if there are data of type visibilities, else it returns false
Postcondition
data to be retrieve for the current row will be of type complex if this method returns true, else false.
bool sdmbin::SDMBinData::openMainRow ( asdm::MainRow *const  mainRowPtr)

Accessor to one SDM Main table row.

Parameters
mainrowPtris a pointer to one row of the SDM Main table,
Returns
true if the SDM row passed the selection criterium , else false,
Postcondition
a true value returned means that the instance of SDMBinData is in a state such a call to the getData method can be done, else only another call to openRow (supposedly for another Main row) can be done.
int sdmbin::SDMBinData::openStreamDataObject ( const std::string &  dataOID)
protected

Initialize the sequential reading of the SDMDataSubsets (i.e.

[sub]integrations) contained in the BDF referred to by dataOID.

  • The BDF file referred to by dataOID is opened and the informations global to the whole BDF are read
  • The sequential reading of the SDMDataSubsets can be started.
Parameters
dataOIDthe BDF identifier.
Returns
an int value. 0 means a problem, 1 means Ok.
ProcessorTypeMod::ProcessorType sdmbin::SDMBinData::processorType ( asdm::MainRow *const  mainRowPtr) const

A utility method which returns the type of the processor which produced the data referred to by a row of the Main table.

Parameters
mainRowPtra pointer to a row of the Main table of an ASDM dataset.
Returns
a ProcessorType value.
std::string sdmbin::SDMBinData::reasonToReject ( asdm::MainRow *const  mainRowPtr)

Filter: rejection of a Main table row if it does not satisfy the criterion of selection.

Parameters
mainRowPtrPointer to a row of the Main table
Returns
the reason if this row has been rejected, else an empty string
void sdmbin::SDMBinData::select ( EnumSet< ScanIntentMod::ScanIntent >  es_si)

Method to select the main table rows to retrieve data for a subset of scan intents.

Parameters
es_siset of scan intents to be accepted
Postcondition
All the rows in the Main table which do not satisfy this selection will be ignored.
Note
If the method isComplex() is used subsequently this selection can not be modified after that.
void sdmbin::SDMBinData::select ( EnumSet< ProcessorTypeMod::ProcessorType >  es_pt)

Method to select the main table rows to retrieve data for a subset of processor types.

Parameters
es_ptset of processor types to be accepted
Postcondition
All the rows in the Main table which do not satisfy this selection will be ignored.
Note
If the method isComplex() is used subsequently this selection can not be modified after that.
void sdmbin::SDMBinData::select ( EnumSet< CorrelationModeMod::CorrelationMode >  es_cm)

Method to select the main table rows to retrieve data for a subset of correlation modes.

Parameters
es_cmset of correlation modes to be accepted
Postcondition
All the rows in the Main table which do not satisfy this selection will be ignored.
Note
If the method isComplex() is used subsequently this selection can not be modified after that.
void sdmbin::SDMBinData::select ( EnumSet< SpectralResolutionTypeMod::SpectralResolutionType >  es_srt)

Method to select the main table rows to retrieve data for a subset of spectral resolution types.

Parameters
es_srtset of spectral resolution types to be accepted
Postcondition
All the rows in the Main table which do not satisfy this selection will be ignored.
Note
If the method isComplex() is used subsequently this selection can not be modified after that.
void sdmbin::SDMBinData::select ( EnumSet< TimeSamplingMod::TimeSampling >  es_ts)

Method to select the main table rows to retrieve data for a subset of time samplings.

Parameters
es_tsset of time samplings to be accepted
Postcondition
All the rows in the Main table which do not satisfy this selection will be ignored.
Note
If the method isComplex() is used subsequently this selection can not be modified after that.
void sdmbin::SDMBinData::select ( EnumSet< CorrelationModeMod::CorrelationMode >  es_cm,
EnumSet< SpectralResolutionTypeMod::SpectralResolutionType >  es_srt,
EnumSet< TimeSamplingMod::TimeSampling >  es_ts 
)

An alternate method to select the main table rows to retrieve data for a subset of correlation modes, spectral resolution types and time sampling.

Parameters
es_cmset of correlation modes to be accepted
es_srtset of spectral resolution types to be accepted
es_tsset of time samplings to be accepted
Postcondition
All the rows in the Main table which do not satisfy this selection will be ignored.
Note
If the method isComplex() is used subsequently this selection can not be modified after that.
void sdmbin::SDMBinData::selectDataSubset ( Enum< CorrelationModeMod::CorrelationMode >  e_qcm,
EnumSet< AtmPhaseCorrectionMod::AtmPhaseCorrection >  es_qapc 
)

Method to constrain the getData methods to return a (sub)set of the data which are in the BLOBs.

Parameters
e_qcmselected correlationMode enumerator;
es_qapcset of AtmPhaseCorrection enumerators;
Postcondition
The getData methods will return the data restricted to that selection. For example if es_qapc is a set of 2 enumerators AP_CORRECTED and AP_UNCORRECTED then both type of data will be returned.
Note
Note that the MS filler accepts at most one AtmPhaseCorrection enumerator.
void sdmbin::SDMBinData::setPriorityDataDescription ( )

Method to set priority for DataDescription in the output order.

Postcondition
Output sequence forced to be DataDescriptionId/TimeInterval/Ant1/Ant2
Note
There is no unset method.
bool sdmbin::SDMBinData::sysCalApplied ( ) const

Predicate to know if the system temperature calibration is applied when accessing data.

std::vector<std::pair<unsigned int,double> > sdmbin::SDMBinData::timeSequence ( ) const

Accessor to the sequence of time centroids.

Returns
An indexed sequence of time centroids
Note
The returned sequence has the required informations concerning transpositions to minimize the number of measure conversions when computing the UVWs with the UvwCoords state machine.

Member Data Documentation

bool sdmbin::SDMBinData::autoTrailing_
staticprivate

Definition at line 385 of file SDMBinData.h.

bool sdmbin::SDMBinData::baselineReverse_
staticprivate

Definition at line 384 of file SDMBinData.h.

BaselinesSet* sdmbin::SDMBinData::baselinesSet_
staticprivate

Definition at line 376 of file SDMBinData.h.

bool sdmbin::SDMBinData::bdfMemoryMapped
private

Definition at line 368 of file SDMBinData.h.

asdmbinaries::SDMDataObjectReader sdmbin::SDMBinData::blob_r_
private

Definition at line 366 of file SDMBinData.h.

bool sdmbin::SDMBinData::canSelect_
staticprivate

Definition at line 351 of file SDMBinData.h.

bool sdmbin::SDMBinData::complexData_
private

Definition at line 382 of file SDMBinData.h.

bool sdmbin::SDMBinData::coutDeleteInfo_
staticprivate

Definition at line 383 of file SDMBinData.h.

std::string sdmbin::SDMBinData::dataOID_
private

Definition at line 365 of file SDMBinData.h.

asdm::ASDM* sdmbin::SDMBinData::datasetPtr_
staticprivate

Definition at line 349 of file SDMBinData.h.

bool sdmbin::SDMBinData::ddfirst_
private

Definition at line 362 of file SDMBinData.h.

Enum<CorrelationModeMod::CorrelationMode> sdmbin::SDMBinData::e_qcm_
private

Definition at line 359 of file SDMBinData.h.

EnumSet<CorrelationModeMod::CorrelationMode> sdmbin::SDMBinData::es_cm_
private

Definition at line 355 of file SDMBinData.h.

EnumSet<ProcessorTypeMod::ProcessorType> sdmbin::SDMBinData::es_pt_
private

Definition at line 354 of file SDMBinData.h.

EnumSet<AtmPhaseCorrectionMod::AtmPhaseCorrection> sdmbin::SDMBinData::es_qapc_
private

Definition at line 360 of file SDMBinData.h.

EnumSet<ScanIntentMod::ScanIntent> sdmbin::SDMBinData::es_si_
private

Definition at line 353 of file SDMBinData.h.

EnumSet<SpectralResolutionTypeMod::SpectralResolutionType> sdmbin::SDMBinData::es_srt_
private

Definition at line 356 of file SDMBinData.h.

EnumSet<TimeSamplingMod::TimeSampling> sdmbin::SDMBinData::es_ts_
private

Definition at line 357 of file SDMBinData.h.

std::string sdmbin::SDMBinData::execBlockDir_
staticprivate

Definition at line 350 of file SDMBinData.h.

const float* sdmbin::SDMBinData::floatDataDumpPtr_
private

Definition at line 388 of file SDMBinData.h.

const float* sdmbin::SDMBinData::floatDataPtr_
private

Definition at line 371 of file SDMBinData.h.

bool sdmbin::SDMBinData::forceComplex_
staticprivate

Definition at line 352 of file SDMBinData.h.

const int* sdmbin::SDMBinData::longDataPtr_
private

Definition at line 373 of file SDMBinData.h.

std::map<asdm::Tag,BaselinesSet*> sdmbin::SDMBinData::m_cdId_baselinesSet_
private

Definition at line 380 of file SDMBinData.h.

asdm::MainRow* sdmbin::SDMBinData::mainRowPtr_
private

Definition at line 364 of file SDMBinData.h.

MSData* sdmbin::SDMBinData::msDataPtr_
staticprivate

Definition at line 374 of file SDMBinData.h.

std::set<asdm::Tag> sdmbin::SDMBinData::s_cdId_
private

Definition at line 381 of file SDMBinData.h.

SDMData* sdmbin::SDMBinData::sdmDataPtr_
staticprivate

Definition at line 375 of file SDMBinData.h.

asdmbinaries::SDMDataObjectStreamReader sdmbin::SDMBinData::sdmdosr
private

Definition at line 367 of file SDMBinData.h.

const short* sdmbin::SDMBinData::shortDataPtr_
private

Definition at line 372 of file SDMBinData.h.

bool sdmbin::SDMBinData::syscal_
staticprivate

Definition at line 386 of file SDMBinData.h.

std::vector<DataDump*> sdmbin::SDMBinData::v_dataDump_
private

Definition at line 369 of file SDMBinData.h.

std::vector<MSData*> sdmbin::SDMBinData::v_msDataPtr_
staticprivate

Definition at line 377 of file SDMBinData.h.

std::vector<SDMData*> sdmbin::SDMBinData::v_sdmDataPtr_
staticprivate

Definition at line 379 of file SDMBinData.h.

std::vector<std::pair<unsigned int,double> > sdmbin::SDMBinData::v_tci_
private

Definition at line 390 of file SDMBinData.h.

bool sdmbin::SDMBinData::verbose_
private

Definition at line 394 of file SDMBinData.h.

VMSData* sdmbin::SDMBinData::vmsDataPtr_
staticprivate

Definition at line 378 of file SDMBinData.h.


The documentation for this class was generated from the following file: