|
Public Member Functions |
CalBandpassTable & | getTable () const |
CalBandpassRowIDL * | toIDL () const |
void | setFromIDL (CalBandpassRowIDL x) throw (ConversionException) |
string | toXML () const |
void | setFromXML (string rowDoc) throw (ConversionException) |
BasebandNameMod::BasebandName | getBasebandName () const |
void | setBasebandName (BasebandNameMod::BasebandName basebandName) |
int | getNumAntenna () const |
void | setNumAntenna (int numAntenna) |
int | getNumBaseline () const |
void | setNumBaseline (int numBaseline) |
int | getNumAPC () const |
void | setNumAPC (int numAPC) |
int | getNumReceptor () const |
void | setNumReceptor (int numReceptor) |
ArrayTime | getStartValidTime () const |
void | setStartValidTime (ArrayTime startValidTime) |
ArrayTime | getEndValidTime () const |
void | setEndValidTime (ArrayTime endValidTime) |
vector< Frequency > | getFreqLimits () const |
void | setFreqLimits (vector< Frequency > freqLimits) |
ReceiverBandMod::ReceiverBand | getReceiverBand () const |
void | setReceiverBand (ReceiverBandMod::ReceiverBand receiverBand) |
vector< string > | getAntennaNames () const |
void | setAntennaNames (vector< string > antennaNames) |
string | getRefAntennaName () const |
void | setRefAntennaName (string refAntennaName) |
vector< AtmPhaseCorrectionMod::AtmPhaseCorrection > | getAtmPhaseCorrections () const |
void | setAtmPhaseCorrections (vector< AtmPhaseCorrectionMod::AtmPhaseCorrection > atmPhaseCorrections) |
vector< PolarizationTypeMod::PolarizationType > | getPolarizationTypes () const |
void | setPolarizationTypes (vector< PolarizationTypeMod::PolarizationType > polarizationTypes) |
int | getNumAmpliPoly () const |
void | setNumAmpliPoly (int numAmpliPoly) |
vector< vector< vector< vector<
float > > > > | getAmpliCurve () const |
void | setAmpliCurve (vector< vector< vector< vector< float > > > > ampliCurve) |
vector< vector< vector< float > > > | getAmpliRms () const |
void | setAmpliRms (vector< vector< vector< float > > > ampliRms) |
int | getNumPhasePoly () const |
void | setNumPhasePoly (int numPhasePoly) |
vector< vector< vector< vector<
Angle > > > > | getPhaseCurve () const |
void | setPhaseCurve (vector< vector< vector< vector< Angle > > > > phaseCurve) |
vector< vector< vector< float > > > | getPhaseRms () const |
void | setPhaseRms (vector< vector< vector< float > > > phaseRms) |
Tag | getCalDataId () const |
void | setCalDataId (Tag calDataId) |
Tag | getCalReductionId () const |
void | setCalReductionId (Tag calReductionId) |
CalReductionRow * | getCalReductionUsingCalReductionId () |
CalDataRow * | getCalDataUsingCalDataId () |
bool | compareNoAutoInc (Tag calDataId, Tag calReductionId, BasebandNameMod::BasebandName basebandName, int numAntenna, int numBaseline, int numAPC, int numReceptor, ArrayTime startValidTime, ArrayTime endValidTime, vector< Frequency > freqLimits, ReceiverBandMod::ReceiverBand receiverBand, vector< string > antennaNames, string refAntennaName, vector< AtmPhaseCorrectionMod::AtmPhaseCorrection > atmPhaseCorrections, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, int numAmpliPoly, vector< vector< vector< vector< float > > > > ampliCurve, vector< vector< vector< float > > > ampliRms, int numPhasePoly, vector< vector< vector< vector< Angle > > > > phaseCurve, vector< vector< vector< float > > > phaseRms) |
bool | compareRequiredValue (int numAntenna, int numBaseline, int numAPC, int numReceptor, ArrayTime startValidTime, ArrayTime endValidTime, vector< Frequency > freqLimits, ReceiverBandMod::ReceiverBand receiverBand, vector< string > antennaNames, string refAntennaName, vector< AtmPhaseCorrectionMod::AtmPhaseCorrection > atmPhaseCorrections, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, int numAmpliPoly, vector< vector< vector< vector< float > > > > ampliCurve, vector< vector< vector< float > > > ampliRms, int numPhasePoly, vector< vector< vector< vector< Angle > > > > phaseCurve, vector< vector< vector< float > > > phaseRms) |
bool | equalByRequiredValue (CalBandpassRow *x) |
bool asdm::CalBandpassRow::compareNoAutoInc |
( |
Tag |
calDataId, |
|
|
Tag |
calReductionId, |
|
|
BasebandNameMod::BasebandName |
basebandName, |
|
|
int |
numAntenna, |
|
|
int |
numBaseline, |
|
|
int |
numAPC, |
|
|
int |
numReceptor, |
|
|
ArrayTime |
startValidTime, |
|
|
ArrayTime |
endValidTime, |
|
|
vector< Frequency > |
freqLimits, |
|
|
ReceiverBandMod::ReceiverBand |
receiverBand, |
|
|
vector< string > |
antennaNames, |
|
|
string |
refAntennaName, |
|
|
vector< AtmPhaseCorrectionMod::AtmPhaseCorrection > |
atmPhaseCorrections, |
|
|
vector< PolarizationTypeMod::PolarizationType > |
polarizationTypes, |
|
|
int |
numAmpliPoly, |
|
|
vector< vector< vector< vector< float > > > > |
ampliCurve, |
|
|
vector< vector< vector< float > > > |
ampliRms, |
|
|
int |
numPhasePoly, |
|
|
vector< vector< vector< vector< Angle > > > > |
phaseCurve, |
|
|
vector< vector< vector< float > > > |
phaseRms |
|
) |
|
|