|
Public Member Functions |
CalPhaseTable & | getTable () const |
CalPhaseRowIDL * | toIDL () const |
void | setFromIDL (CalPhaseRowIDL x) throw (ConversionException) |
string | toXML () const |
void | setFromXML (string rowDoc) throw (ConversionException) |
BasebandNameMod::BasebandName | getBasebandName () const |
void | setBasebandName (BasebandNameMod::BasebandName basebandName) |
int | getNumBaseline () const |
void | setNumBaseline (int numBaseline) |
int | getNumAPC () const |
void | setNumAPC (int numAPC) |
int | getNumReceptor () const |
void | setNumReceptor (int numReceptor) |
ReceiverBandMod::ReceiverBand | getReceiverBand () const |
void | setReceiverBand (ReceiverBandMod::ReceiverBand receiverBand) |
vector< vector< string > > | getAntennaNames () const |
void | setAntennaNames (vector< vector< string > > antennaNames) |
vector< AtmPhaseCorrectionMod::AtmPhaseCorrection > | getAtmPhaseCorrections () const |
void | setAtmPhaseCorrections (vector< AtmPhaseCorrectionMod::AtmPhaseCorrection > atmPhaseCorrections) |
vector< PolarizationTypeMod::PolarizationType > | getPolarizationTypes () const |
void | setPolarizationTypes (vector< PolarizationTypeMod::PolarizationType > polarizationTypes) |
ArrayTime | getStartValidTime () const |
void | setStartValidTime (ArrayTime startValidTime) |
ArrayTime | getEndValidTime () const |
void | setEndValidTime (ArrayTime endValidTime) |
vector< Frequency > | getFrequencyRange () const |
void | setFrequencyRange (vector< Frequency > frequencyRange) |
vector< vector< vector< float > > > | getAmpli () const |
void | setAmpli (vector< vector< vector< float > > > ampli) |
vector< vector< vector< float > > > | getPhase () const |
void | setPhase (vector< vector< vector< float > > > phase) |
vector< vector< vector< Angle > > > | getPhaseRms () const |
void | setPhaseRms (vector< vector< vector< Angle > > > phaseRms) |
vector< vector< Angle > > | getStatPhaseRms () const |
void | setStatPhaseRms (vector< vector< Angle > > statPhaseRms) |
bool | isCorrectionValidityExists () const |
vector< bool > | getCorrectionValidity () const throw (IllegalAccessException) |
void | setCorrectionValidity (vector< bool > correctionValidity) |
void | clearCorrectionValidity () |
vector< vector< float > > | getDecorrelationFactor () const |
void | setDecorrelationFactor (vector< vector< float > > decorrelationFactor) |
vector< Length > | getBaselineLengths () const |
void | setBaselineLengths (vector< Length > baselineLengths) |
vector< Angle > | getDirection () const |
void | setDirection (vector< Angle > direction) |
Tag | getCalDataId () const |
void | setCalDataId (Tag calDataId) |
Tag | getCalReductionId () const |
void | setCalReductionId (Tag calReductionId) |
CalDataRow * | getCalDataUsingCalDataId () |
CalReductionRow * | getCalReductionUsingCalReductionId () |
bool | compareNoAutoInc (Tag calDataId, Tag calReductionId, BasebandNameMod::BasebandName basebandName, int numBaseline, int numAPC, int numReceptor, ReceiverBandMod::ReceiverBand receiverBand, vector< vector< string > > antennaNames, vector< AtmPhaseCorrectionMod::AtmPhaseCorrection > atmPhaseCorrections, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, ArrayTime startValidTime, ArrayTime endValidTime, vector< Frequency > frequencyRange, vector< vector< vector< float > > > ampli, vector< vector< vector< float > > > phase, vector< vector< vector< Angle > > > phaseRms, vector< vector< Angle > > statPhaseRms, vector< vector< float > > decorrelationFactor, vector< Length > baselineLengths, vector< Angle > direction) |
bool | compareRequiredValue (int numBaseline, int numAPC, int numReceptor, ReceiverBandMod::ReceiverBand receiverBand, vector< vector< string > > antennaNames, vector< AtmPhaseCorrectionMod::AtmPhaseCorrection > atmPhaseCorrections, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, ArrayTime startValidTime, ArrayTime endValidTime, vector< Frequency > frequencyRange, vector< vector< vector< float > > > ampli, vector< vector< vector< float > > > phase, vector< vector< vector< Angle > > > phaseRms, vector< vector< Angle > > statPhaseRms, vector< vector< float > > decorrelationFactor, vector< Length > baselineLengths, vector< Angle > direction) |
bool | equalByRequiredValue (CalPhaseRow *x) |