CalFocusRow¶
-
class
CalFocusRow(table, row=None)[source]¶ Bases:
objectThe CalFocusRow class is a row of a CalFocusTable.
Generated from model’s revision -1, branch
Methods Summary
ambientTemperatureFromBin(row, eis)Set the ambientTemperature in row from the EndianInput (eis) instance.
antennaNameFromBin(row, eis)Set the antennaName in row from the EndianInput (eis) instance.
astigmMultErrorFromBin(row, eis)Set the optional astigmMultError in row from the EndianInput (eis) instance.
astigmMultFromBin(row, eis)Set the optional astigmMult in row from the EndianInput (eis) instance.
astigmPlusErrorFromBin(row, eis)Set the optional astigmPlusError in row from the EndianInput (eis) instance.
astigmPlusFromBin(row, eis)Set the optional astigmPlus in row from the EndianInput (eis) instance.
atmPhaseCorrectionFromBin(row, eis)Set the atmPhaseCorrection in row from the EndianInput (eis) instance.
calDataIdFromBin(row, eis)Set the calDataId in row from the EndianInput (eis) instance.
calReductionIdFromBin(row, eis)Set the calReductionId in row from the EndianInput (eis) instance.
clearAstigmMult()Mark astigmMult, which is an optional field, as non-existent.
clearAstigmMultError()Mark astigmMultError, which is an optional field, as non-existent.
clearAstigmPlus()Mark astigmPlus, which is an optional field, as non-existent.
clearAstigmPlusError()Mark astigmPlusError, which is an optional field, as non-existent.
clearFitRMS()Mark fitRMS, which is an optional field, as non-existent.
clearFocusCurveWasFixed()Mark focusCurveWasFixed, which is an optional field, as non-existent.
clearFocusCurveWidth()Mark focusCurveWidth, which is an optional field, as non-existent.
clearFocusCurveWidthError()Mark focusCurveWidthError, which is an optional field, as non-existent.
clearIllumOffset()Mark illumOffset, which is an optional field, as non-existent.
clearIllumOffsetError()Mark illumOffsetError, which is an optional field, as non-existent.
clearOffIntensity()Mark offIntensity, which is an optional field, as non-existent.
clearOffIntensityError()Mark offIntensityError, which is an optional field, as non-existent.
clearOffIntensityWasFixed()Mark offIntensityWasFixed, which is an optional field, as non-existent.
clearPeakIntensity()Mark peakIntensity, which is an optional field, as non-existent.
clearPeakIntensityError()Mark peakIntensityError, which is an optional field, as non-existent.
clearPeakIntensityWasFixed()Mark peakIntensityWasFixed, which is an optional field, as non-existent.
clearPolarizationsAveraged()Mark polarizationsAveraged, which is an optional field, as non-existent.
compareNoAutoInc(antennaName, receiverBand, …)Compare each attribute except the autoincrementable one of this CalFocusRow with the corresponding parameters and return True if there is a match and False otherwise.
compareRequiredValue(startValidTime, …)endValidTimeFromBin(row, eis)Set the endValidTime in row from the EndianInput (eis) instance.
equalByRequiredValue(otherRow)Return True if all required attributes of the value part are equal to their homologues in otherRow and False otherwise.
fitRMSFromBin(row, eis)Set the optional fitRMS in row from the EndianInput (eis) instance.
focusCurveWasFixedFromBin(row, eis)Set the optional focusCurveWasFixed in row from the EndianInput (eis) instance.
focusCurveWidthErrorFromBin(row, eis)Set the optional focusCurveWidthError in row from the EndianInput (eis) instance.
focusCurveWidthFromBin(row, eis)Set the optional focusCurveWidth in row from the EndianInput (eis) instance.
focusMethodFromBin(row, eis)Set the focusMethod in row from the EndianInput (eis) instance.
frequencyRangeFromBin(row, eis)Set the frequencyRange in row from the EndianInput (eis) instance.
fromBin(eis, table, attributesSeq)Given an EndianInput instance by the table (which must be a Pointing instance) and the list of attributes to be found in eis, in order, this constructs a row by pulling off values from that EndianInput in the expected order.
getAmbientTemperature()Get ambientTemperature.
getAntennaName()Get antennaName.
getAstigmMult()Get astigmMult, which is optional.
getAstigmMultError()Get astigmMultError, which is optional.
getAstigmPlus()Get astigmPlus, which is optional.
getAstigmPlusError()Get astigmPlusError, which is optional.
getAtmPhaseCorrection()Get atmPhaseCorrection.
getCalDataId()Get calDataId.
getCalDataUsingCalDataId()Returns the row in the CalData table having CalData.calDataId == calDataId
getCalReductionId()Get calReductionId.
getCalReductionUsingCalReductionId()Returns the row in the CalReduction table having CalReduction.calReductionId == calReductionId
getEndValidTime()Get endValidTime.
getFitRMS()Get fitRMS, which is optional.
getFocusCurveWasFixed()Get focusCurveWasFixed, which is optional.
getFocusCurveWidth()Get focusCurveWidth, which is optional.
getFocusCurveWidthError()Get focusCurveWidthError, which is optional.
getFocusMethod()Get focusMethod.
getFrequencyRange()Get frequencyRange.
getIllumOffset()Get illumOffset, which is optional.
getIllumOffsetError()Get illumOffsetError, which is optional.
getNumReceptor()Get numReceptor.
getOffIntensity()Get offIntensity, which is optional.
getOffIntensityError()Get offIntensityError, which is optional.
getOffIntensityWasFixed()Get offIntensityWasFixed, which is optional.
getOffset()Get offset.
getOffsetError()Get offsetError.
getOffsetWasTied()Get offsetWasTied.
getPeakIntensity()Get peakIntensity, which is optional.
getPeakIntensityError()Get peakIntensityError, which is optional.
getPeakIntensityWasFixed()Get peakIntensityWasFixed, which is optional.
getPointingDirection()Get pointingDirection.
getPolarizationTypes()Get polarizationTypes.
getPolarizationsAveraged()Get polarizationsAveraged, which is optional.
getPosition()Get position.
getReceiverBand()Get receiverBand.
getReducedChiSquared()Get reducedChiSquared.
getStartValidTime()Get startValidTime.
getTable()Return the table to which this row belongs.
getWereFixed()Get wereFixed.
illumOffsetErrorFromBin(row, eis)Set the optional illumOffsetError in row from the EndianInput (eis) instance.
illumOffsetFromBin(row, eis)Set the optional illumOffset in row from the EndianInput (eis) instance.
initFromBinMethods()isAdded()isAstigmMultErrorExists()The attribute astigmMultError is optional.
isAstigmMultExists()The attribute astigmMult is optional.
isAstigmPlusErrorExists()The attribute astigmPlusError is optional.
isAstigmPlusExists()The attribute astigmPlus is optional.
isFitRMSExists()The attribute fitRMS is optional.
isFocusCurveWasFixedExists()The attribute focusCurveWasFixed is optional.
isFocusCurveWidthErrorExists()The attribute focusCurveWidthError is optional.
isFocusCurveWidthExists()The attribute focusCurveWidth is optional.
isIllumOffsetErrorExists()The attribute illumOffsetError is optional.
isIllumOffsetExists()The attribute illumOffset is optional.
isOffIntensityErrorExists()The attribute offIntensityError is optional.
isOffIntensityExists()The attribute offIntensity is optional.
isOffIntensityWasFixedExists()The attribute offIntensityWasFixed is optional.
isPeakIntensityErrorExists()The attribute peakIntensityError is optional.
isPeakIntensityExists()The attribute peakIntensity is optional.
isPeakIntensityWasFixedExists()The attribute peakIntensityWasFixed is optional.
isPolarizationsAveragedExists()The attribute polarizationsAveraged is optional.
numReceptorFromBin(row, eis)Set the numReceptor in row from the EndianInput (eis) instance.
offIntensityErrorFromBin(row, eis)Set the optional offIntensityError in row from the EndianInput (eis) instance.
offIntensityFromBin(row, eis)Set the optional offIntensity in row from the EndianInput (eis) instance.
offIntensityWasFixedFromBin(row, eis)Set the optional offIntensityWasFixed in row from the EndianInput (eis) instance.
offsetErrorFromBin(row, eis)Set the offsetError in row from the EndianInput (eis) instance.
offsetFromBin(row, eis)Set the offset in row from the EndianInput (eis) instance.
offsetWasTiedFromBin(row, eis)Set the offsetWasTied in row from the EndianInput (eis) instance.
peakIntensityErrorFromBin(row, eis)Set the optional peakIntensityError in row from the EndianInput (eis) instance.
peakIntensityFromBin(row, eis)Set the optional peakIntensity in row from the EndianInput (eis) instance.
peakIntensityWasFixedFromBin(row, eis)Set the optional peakIntensityWasFixed in row from the EndianInput (eis) instance.
pointingDirectionFromBin(row, eis)Set the pointingDirection in row from the EndianInput (eis) instance.
polarizationTypesFromBin(row, eis)Set the polarizationTypes in row from the EndianInput (eis) instance.
polarizationsAveragedFromBin(row, eis)Set the optional polarizationsAveraged in row from the EndianInput (eis) instance.
positionFromBin(row, eis)Set the position in row from the EndianInput (eis) instance.
receiverBandFromBin(row, eis)Set the receiverBand in row from the EndianInput (eis) instance.
reducedChiSquaredFromBin(row, eis)Set the reducedChiSquared in row from the EndianInput (eis) instance.
setAmbientTemperature(ambientTemperature)Set ambientTemperature with the specified Temperature value.
setAntennaName(antennaName)Set antennaName with the specified str value.
setAstigmMult(astigmMult)Set astigmMult with the specified Length [] value.
setAstigmMultError(astigmMultError)Set astigmMultError with the specified Length [] value.
setAstigmPlus(astigmPlus)Set astigmPlus with the specified Length [] value.
setAstigmPlusError(astigmPlusError)Set astigmPlusError with the specified Length [] value.
setAtmPhaseCorrection(atmPhaseCorrection)Set atmPhaseCorrection with the specified AtmPhaseCorrection value.
setCalDataId(calDataId)Set calDataId with the specified Tag value.
setCalReductionId(calReductionId)Set calReductionId with the specified Tag value.
setEndValidTime(endValidTime)Set endValidTime with the specified ArrayTime value.
setFitRMS(fitRMS)Set fitRMS with the specified Length [] value.
setFocusCurveWasFixed(focusCurveWasFixed)Set focusCurveWasFixed with the specified bool [] value.
setFocusCurveWidth(focusCurveWidth)Set focusCurveWidth with the specified Length [] [] value.
setFocusCurveWidthError(focusCurveWidthError)Set focusCurveWidthError with the specified Length [] [] value.
setFocusMethod(focusMethod)Set focusMethod with the specified FocusMethod value.
setFrequencyRange(frequencyRange)Set frequencyRange with the specified Frequency [] value.
setFromXML(xmlrow)Fill the values of this row from an XML string that was produced by the toXML() method.
setIllumOffset(illumOffset)Set illumOffset with the specified Length [] [] value.
setIllumOffsetError(illumOffsetError)Set illumOffsetError with the specified Length [] [] value.
setNumReceptor(numReceptor)Set numReceptor with the specified int value.
setOffIntensity(offIntensity)Set offIntensity with the specified Temperature [] value.
setOffIntensityError(offIntensityError)Set offIntensityError with the specified Temperature [] value.
setOffIntensityWasFixed(offIntensityWasFixed)Set offIntensityWasFixed with the specified bool value.
setOffset(offset)Set offset with the specified Length [] [] value.
setOffsetError(offsetError)Set offsetError with the specified Length [] [] value.
setOffsetWasTied(offsetWasTied)Set offsetWasTied with the specified bool [] [] value.
setPeakIntensity(peakIntensity)Set peakIntensity with the specified Temperature [] value.
setPeakIntensityError(peakIntensityError)Set peakIntensityError with the specified Temperature [] value.
setPeakIntensityWasFixed(peakIntensityWasFixed)Set peakIntensityWasFixed with the specified bool value.
setPointingDirection(pointingDirection)Set pointingDirection with the specified Angle [] value.
setPolarizationTypes(polarizationTypes)Set polarizationTypes with the specified PolarizationType [] value.
setPolarizationsAveraged(polarizationsAveraged)Set polarizationsAveraged with the specified bool value.
setPosition(position)Set position with the specified Length [] [] value.
setReceiverBand(receiverBand)Set receiverBand with the specified ReceiverBand value.
setReducedChiSquared(reducedChiSquared)Set reducedChiSquared with the specified float [] [] value.
setStartValidTime(startValidTime)Set startValidTime with the specified ArrayTime value.
setWereFixed(wereFixed)Set wereFixed with the specified bool [] value.
startValidTimeFromBin(row, eis)Set the startValidTime in row from the EndianInput (eis) instance.
toBin(eos)Write this row out to the EndianOutput instance, eos.
toXML()Return this row in the form of an XML string.
wereFixedFromBin(row, eis)Set the wereFixed in row from the EndianInput (eis) instance.
Methods Documentation
-
static
ambientTemperatureFromBin(row, eis)[source]¶ Set the ambientTemperature in row from the EndianInput (eis) instance.
-
static
antennaNameFromBin(row, eis)[source]¶ Set the antennaName in row from the EndianInput (eis) instance.
-
static
astigmMultErrorFromBin(row, eis)[source]¶ Set the optional astigmMultError in row from the EndianInput (eis) instance.
-
static
astigmMultFromBin(row, eis)[source]¶ Set the optional astigmMult in row from the EndianInput (eis) instance.
-
static
astigmPlusErrorFromBin(row, eis)[source]¶ Set the optional astigmPlusError in row from the EndianInput (eis) instance.
-
static
astigmPlusFromBin(row, eis)[source]¶ Set the optional astigmPlus in row from the EndianInput (eis) instance.
-
static
atmPhaseCorrectionFromBin(row, eis)[source]¶ Set the atmPhaseCorrection in row from the EndianInput (eis) instance.
-
static
calDataIdFromBin(row, eis)[source]¶ Set the calDataId in row from the EndianInput (eis) instance.
-
static
calReductionIdFromBin(row, eis)[source]¶ Set the calReductionId in row from the EndianInput (eis) instance.
-
clearFocusCurveWasFixed()[source]¶ Mark focusCurveWasFixed, which is an optional field, as non-existent.
-
clearFocusCurveWidthError()[source]¶ Mark focusCurveWidthError, which is an optional field, as non-existent.
-
clearIllumOffsetError()[source]¶ Mark illumOffsetError, which is an optional field, as non-existent.
-
clearOffIntensityError()[source]¶ Mark offIntensityError, which is an optional field, as non-existent.
-
clearOffIntensityWasFixed()[source]¶ Mark offIntensityWasFixed, which is an optional field, as non-existent.
-
clearPeakIntensityError()[source]¶ Mark peakIntensityError, which is an optional field, as non-existent.
-
clearPeakIntensityWasFixed()[source]¶ Mark peakIntensityWasFixed, which is an optional field, as non-existent.
-
clearPolarizationsAveraged()[source]¶ Mark polarizationsAveraged, which is an optional field, as non-existent.
-
compareNoAutoInc(antennaName, receiverBand, calDataId, calReductionId, startValidTime, endValidTime, ambientTemperature, atmPhaseCorrection, focusMethod, frequencyRange, pointingDirection, numReceptor, polarizationTypes, wereFixed, offset, offsetError, offsetWasTied, reducedChiSquared, position)[source]¶ Compare each attribute except the autoincrementable one of this CalFocusRow with the corresponding parameters and return True if there is a match and False otherwise.
-
compareRequiredValue(startValidTime, endValidTime, ambientTemperature, atmPhaseCorrection, focusMethod, frequencyRange, pointingDirection, numReceptor, polarizationTypes, wereFixed, offset, offsetError, offsetWasTied, reducedChiSquared, position)[source]¶
-
static
endValidTimeFromBin(row, eis)[source]¶ Set the endValidTime in row from the EndianInput (eis) instance.
-
equalByRequiredValue(otherRow)[source]¶ Return True if all required attributes of the value part are equal to their homologues in otherRow and False otherwise.
-
static
fitRMSFromBin(row, eis)[source]¶ Set the optional fitRMS in row from the EndianInput (eis) instance.
-
static
focusCurveWasFixedFromBin(row, eis)[source]¶ Set the optional focusCurveWasFixed in row from the EndianInput (eis) instance.
-
static
focusCurveWidthErrorFromBin(row, eis)[source]¶ Set the optional focusCurveWidthError in row from the EndianInput (eis) instance.
-
static
focusCurveWidthFromBin(row, eis)[source]¶ Set the optional focusCurveWidth in row from the EndianInput (eis) instance.
-
static
focusMethodFromBin(row, eis)[source]¶ Set the focusMethod in row from the EndianInput (eis) instance.
-
static
frequencyRangeFromBin(row, eis)[source]¶ Set the frequencyRange in row from the EndianInput (eis) instance.
-
static
fromBin(eis, table, attributesSeq)[source]¶ Given an EndianInput instance by the table (which must be a Pointing instance) and the list of attributes to be found in eis, in order, this constructs a row by pulling off values from that EndianInput in the expected order.
The new row object is returned.
-
getAstigmMult()[source]¶ Get astigmMult, which is optional. return astigmMult as Length [] raises ValueError If astigmMult does not exist.
-
getAstigmMultError()[source]¶ Get astigmMultError, which is optional. return astigmMultError as Length [] raises ValueError If astigmMultError does not exist.
-
getAstigmPlus()[source]¶ Get astigmPlus, which is optional. return astigmPlus as Length [] raises ValueError If astigmPlus does not exist.
-
getAstigmPlusError()[source]¶ Get astigmPlusError, which is optional. return astigmPlusError as Length [] raises ValueError If astigmPlusError does not exist.
-
getAtmPhaseCorrection()[source]¶ Get atmPhaseCorrection. return atmPhaseCorrection as AtmPhaseCorrection
-
getCalDataUsingCalDataId()[source]¶ Returns the row in the CalData table having CalData.calDataId == calDataId
-
getCalReductionUsingCalReductionId()[source]¶ Returns the row in the CalReduction table having CalReduction.calReductionId == calReductionId
-
getFitRMS()[source]¶ Get fitRMS, which is optional. return fitRMS as Length [] raises ValueError If fitRMS does not exist.
-
getFocusCurveWasFixed()[source]¶ Get focusCurveWasFixed, which is optional. return focusCurveWasFixed as bool [] raises ValueError If focusCurveWasFixed does not exist.
-
getFocusCurveWidth()[source]¶ Get focusCurveWidth, which is optional. return focusCurveWidth as Length [] [] raises ValueError If focusCurveWidth does not exist.
-
getFocusCurveWidthError()[source]¶ Get focusCurveWidthError, which is optional. return focusCurveWidthError as Length [] [] raises ValueError If focusCurveWidthError does not exist.
-
getIllumOffset()[source]¶ Get illumOffset, which is optional. return illumOffset as Length [] [] raises ValueError If illumOffset does not exist.
-
getIllumOffsetError()[source]¶ Get illumOffsetError, which is optional. return illumOffsetError as Length [] [] raises ValueError If illumOffsetError does not exist.
-
getOffIntensity()[source]¶ Get offIntensity, which is optional. return offIntensity as Temperature [] raises ValueError If offIntensity does not exist.
-
getOffIntensityError()[source]¶ Get offIntensityError, which is optional. return offIntensityError as Temperature [] raises ValueError If offIntensityError does not exist.
-
getOffIntensityWasFixed()[source]¶ Get offIntensityWasFixed, which is optional. return offIntensityWasFixed as bool raises ValueError If offIntensityWasFixed does not exist.
-
getPeakIntensity()[source]¶ Get peakIntensity, which is optional. return peakIntensity as Temperature [] raises ValueError If peakIntensity does not exist.
-
getPeakIntensityError()[source]¶ Get peakIntensityError, which is optional. return peakIntensityError as Temperature [] raises ValueError If peakIntensityError does not exist.
-
getPeakIntensityWasFixed()[source]¶ Get peakIntensityWasFixed, which is optional. return peakIntensityWasFixed as bool raises ValueError If peakIntensityWasFixed does not exist.
-
getPolarizationTypes()[source]¶ Get polarizationTypes. return polarizationTypes as PolarizationType []
-
getPolarizationsAveraged()[source]¶ Get polarizationsAveraged, which is optional. return polarizationsAveraged as bool raises ValueError If polarizationsAveraged does not exist.
-
static
illumOffsetErrorFromBin(row, eis)[source]¶ Set the optional illumOffsetError in row from the EndianInput (eis) instance.
-
static
illumOffsetFromBin(row, eis)[source]¶ Set the optional illumOffset in row from the EndianInput (eis) instance.
-
isAstigmMultErrorExists()[source]¶ The attribute astigmMultError is optional. Return True if this attribute exists. return True if and only if the astigmMultError attribute exists.
-
isAstigmMultExists()[source]¶ The attribute astigmMult is optional. Return True if this attribute exists. return True if and only if the astigmMult attribute exists.
-
isAstigmPlusErrorExists()[source]¶ The attribute astigmPlusError is optional. Return True if this attribute exists. return True if and only if the astigmPlusError attribute exists.
-
isAstigmPlusExists()[source]¶ The attribute astigmPlus is optional. Return True if this attribute exists. return True if and only if the astigmPlus attribute exists.
-
isFitRMSExists()[source]¶ The attribute fitRMS is optional. Return True if this attribute exists. return True if and only if the fitRMS attribute exists.
-
isFocusCurveWasFixedExists()[source]¶ The attribute focusCurveWasFixed is optional. Return True if this attribute exists. return True if and only if the focusCurveWasFixed attribute exists.
-
isFocusCurveWidthErrorExists()[source]¶ The attribute focusCurveWidthError is optional. Return True if this attribute exists. return True if and only if the focusCurveWidthError attribute exists.
-
isFocusCurveWidthExists()[source]¶ The attribute focusCurveWidth is optional. Return True if this attribute exists. return True if and only if the focusCurveWidth attribute exists.
-
isIllumOffsetErrorExists()[source]¶ The attribute illumOffsetError is optional. Return True if this attribute exists. return True if and only if the illumOffsetError attribute exists.
-
isIllumOffsetExists()[source]¶ The attribute illumOffset is optional. Return True if this attribute exists. return True if and only if the illumOffset attribute exists.
-
isOffIntensityErrorExists()[source]¶ The attribute offIntensityError is optional. Return True if this attribute exists. return True if and only if the offIntensityError attribute exists.
-
isOffIntensityExists()[source]¶ The attribute offIntensity is optional. Return True if this attribute exists. return True if and only if the offIntensity attribute exists.
-
isOffIntensityWasFixedExists()[source]¶ The attribute offIntensityWasFixed is optional. Return True if this attribute exists. return True if and only if the offIntensityWasFixed attribute exists.
-
isPeakIntensityErrorExists()[source]¶ The attribute peakIntensityError is optional. Return True if this attribute exists. return True if and only if the peakIntensityError attribute exists.
-
isPeakIntensityExists()[source]¶ The attribute peakIntensity is optional. Return True if this attribute exists. return True if and only if the peakIntensity attribute exists.
-
isPeakIntensityWasFixedExists()[source]¶ The attribute peakIntensityWasFixed is optional. Return True if this attribute exists. return True if and only if the peakIntensityWasFixed attribute exists.
-
isPolarizationsAveragedExists()[source]¶ The attribute polarizationsAveraged is optional. Return True if this attribute exists. return True if and only if the polarizationsAveraged attribute exists.
-
static
numReceptorFromBin(row, eis)[source]¶ Set the numReceptor in row from the EndianInput (eis) instance.
-
static
offIntensityErrorFromBin(row, eis)[source]¶ Set the optional offIntensityError in row from the EndianInput (eis) instance.
-
static
offIntensityFromBin(row, eis)[source]¶ Set the optional offIntensity in row from the EndianInput (eis) instance.
-
static
offIntensityWasFixedFromBin(row, eis)[source]¶ Set the optional offIntensityWasFixed in row from the EndianInput (eis) instance.
-
static
offsetErrorFromBin(row, eis)[source]¶ Set the offsetError in row from the EndianInput (eis) instance.
-
static
offsetWasTiedFromBin(row, eis)[source]¶ Set the offsetWasTied in row from the EndianInput (eis) instance.
-
static
peakIntensityErrorFromBin(row, eis)[source]¶ Set the optional peakIntensityError in row from the EndianInput (eis) instance.
-
static
peakIntensityFromBin(row, eis)[source]¶ Set the optional peakIntensity in row from the EndianInput (eis) instance.
-
static
peakIntensityWasFixedFromBin(row, eis)[source]¶ Set the optional peakIntensityWasFixed in row from the EndianInput (eis) instance.
-
static
pointingDirectionFromBin(row, eis)[source]¶ Set the pointingDirection in row from the EndianInput (eis) instance.
-
static
polarizationTypesFromBin(row, eis)[source]¶ Set the polarizationTypes in row from the EndianInput (eis) instance.
-
static
polarizationsAveragedFromBin(row, eis)[source]¶ Set the optional polarizationsAveraged in row from the EndianInput (eis) instance.
-
static
positionFromBin(row, eis)[source]¶ Set the position in row from the EndianInput (eis) instance.
-
static
receiverBandFromBin(row, eis)[source]¶ Set the receiverBand in row from the EndianInput (eis) instance.
-
static
reducedChiSquaredFromBin(row, eis)[source]¶ Set the reducedChiSquared in row from the EndianInput (eis) instance.
-
setAmbientTemperature(ambientTemperature)[source]¶ Set ambientTemperature with the specified Temperature value. ambientTemperature The Temperature value to which ambientTemperature is to be set. The value of ambientTemperature can be anything allowed by the Temperature constructor.
-
setAntennaName(antennaName)[source]¶ Set antennaName with the specified str value. antennaName The str value to which antennaName is to be set.
Raises a ValueError If an attempt is made to change a part of the key after is has been added to the table.
-
setAstigmMult(astigmMult)[source]¶ Set astigmMult with the specified Length [] value. astigmMult The Length [] value to which astigmMult is to be set. The value of astigmMult can be anything allowed by the Length [] constructor.
-
setAstigmMultError(astigmMultError)[source]¶ Set astigmMultError with the specified Length [] value. astigmMultError The Length [] value to which astigmMultError is to be set. The value of astigmMultError can be anything allowed by the Length [] constructor.
-
setAstigmPlus(astigmPlus)[source]¶ Set astigmPlus with the specified Length [] value. astigmPlus The Length [] value to which astigmPlus is to be set. The value of astigmPlus can be anything allowed by the Length [] constructor.
-
setAstigmPlusError(astigmPlusError)[source]¶ Set astigmPlusError with the specified Length [] value. astigmPlusError The Length [] value to which astigmPlusError is to be set. The value of astigmPlusError can be anything allowed by the Length [] constructor.
-
setAtmPhaseCorrection(atmPhaseCorrection)[source]¶ Set atmPhaseCorrection with the specified AtmPhaseCorrection value. atmPhaseCorrection The AtmPhaseCorrection value to which atmPhaseCorrection is to be set.
-
setCalDataId(calDataId)[source]¶ Set calDataId with the specified Tag value. calDataId The Tag value to which calDataId is to be set. The value of calDataId can be anything allowed by the Tag constructor.
Raises a ValueError If an attempt is made to change a part of the key after is has been added to the table.
-
setCalReductionId(calReductionId)[source]¶ Set calReductionId with the specified Tag value. calReductionId The Tag value to which calReductionId is to be set. The value of calReductionId can be anything allowed by the Tag constructor.
Raises a ValueError If an attempt is made to change a part of the key after is has been added to the table.
-
setEndValidTime(endValidTime)[source]¶ Set endValidTime with the specified ArrayTime value. endValidTime The ArrayTime value to which endValidTime is to be set. The value of endValidTime can be anything allowed by the ArrayTime constructor.
-
setFitRMS(fitRMS)[source]¶ Set fitRMS with the specified Length [] value. fitRMS The Length [] value to which fitRMS is to be set. The value of fitRMS can be anything allowed by the Length [] constructor.
-
setFocusCurveWasFixed(focusCurveWasFixed)[source]¶ Set focusCurveWasFixed with the specified bool [] value. focusCurveWasFixed The bool [] value to which focusCurveWasFixed is to be set.
-
setFocusCurveWidth(focusCurveWidth)[source]¶ Set focusCurveWidth with the specified Length [] [] value. focusCurveWidth The Length [] [] value to which focusCurveWidth is to be set. The value of focusCurveWidth can be anything allowed by the Length [] [] constructor.
-
setFocusCurveWidthError(focusCurveWidthError)[source]¶ Set focusCurveWidthError with the specified Length [] [] value. focusCurveWidthError The Length [] [] value to which focusCurveWidthError is to be set. The value of focusCurveWidthError can be anything allowed by the Length [] [] constructor.
-
setFocusMethod(focusMethod)[source]¶ Set focusMethod with the specified FocusMethod value. focusMethod The FocusMethod value to which focusMethod is to be set.
-
setFrequencyRange(frequencyRange)[source]¶ Set frequencyRange with the specified Frequency [] value. frequencyRange The Frequency [] value to which frequencyRange is to be set. The value of frequencyRange can be anything allowed by the Frequency [] constructor.
-
setFromXML(xmlrow)[source]¶ Fill the values of this row from an XML string that was produced by the toXML() method. If xmlrow is a minidom.Element with a nodeName of row then it will be used as is. Anything else that is not a string is an error.
-
setIllumOffset(illumOffset)[source]¶ Set illumOffset with the specified Length [] [] value. illumOffset The Length [] [] value to which illumOffset is to be set. The value of illumOffset can be anything allowed by the Length [] [] constructor.
-
setIllumOffsetError(illumOffsetError)[source]¶ Set illumOffsetError with the specified Length [] [] value. illumOffsetError The Length [] [] value to which illumOffsetError is to be set. The value of illumOffsetError can be anything allowed by the Length [] [] constructor.
-
setNumReceptor(numReceptor)[source]¶ Set numReceptor with the specified int value. numReceptor The int value to which numReceptor is to be set.
-
setOffIntensity(offIntensity)[source]¶ Set offIntensity with the specified Temperature [] value. offIntensity The Temperature [] value to which offIntensity is to be set. The value of offIntensity can be anything allowed by the Temperature [] constructor.
-
setOffIntensityError(offIntensityError)[source]¶ Set offIntensityError with the specified Temperature [] value. offIntensityError The Temperature [] value to which offIntensityError is to be set. The value of offIntensityError can be anything allowed by the Temperature [] constructor.
-
setOffIntensityWasFixed(offIntensityWasFixed)[source]¶ Set offIntensityWasFixed with the specified bool value. offIntensityWasFixed The bool value to which offIntensityWasFixed is to be set.
-
setOffset(offset)[source]¶ Set offset with the specified Length [] [] value. offset The Length [] [] value to which offset is to be set. The value of offset can be anything allowed by the Length [] [] constructor.
-
setOffsetError(offsetError)[source]¶ Set offsetError with the specified Length [] [] value. offsetError The Length [] [] value to which offsetError is to be set. The value of offsetError can be anything allowed by the Length [] [] constructor.
-
setOffsetWasTied(offsetWasTied)[source]¶ Set offsetWasTied with the specified bool [] [] value. offsetWasTied The bool [] [] value to which offsetWasTied is to be set.
-
setPeakIntensity(peakIntensity)[source]¶ Set peakIntensity with the specified Temperature [] value. peakIntensity The Temperature [] value to which peakIntensity is to be set. The value of peakIntensity can be anything allowed by the Temperature [] constructor.
-
setPeakIntensityError(peakIntensityError)[source]¶ Set peakIntensityError with the specified Temperature [] value. peakIntensityError The Temperature [] value to which peakIntensityError is to be set. The value of peakIntensityError can be anything allowed by the Temperature [] constructor.
-
setPeakIntensityWasFixed(peakIntensityWasFixed)[source]¶ Set peakIntensityWasFixed with the specified bool value. peakIntensityWasFixed The bool value to which peakIntensityWasFixed is to be set.
-
setPointingDirection(pointingDirection)[source]¶ Set pointingDirection with the specified Angle [] value. pointingDirection The Angle [] value to which pointingDirection is to be set. The value of pointingDirection can be anything allowed by the Angle [] constructor.
-
setPolarizationTypes(polarizationTypes)[source]¶ Set polarizationTypes with the specified PolarizationType [] value. polarizationTypes The PolarizationType [] value to which polarizationTypes is to be set.
-
setPolarizationsAveraged(polarizationsAveraged)[source]¶ Set polarizationsAveraged with the specified bool value. polarizationsAveraged The bool value to which polarizationsAveraged is to be set.
-
setPosition(position)[source]¶ Set position with the specified Length [] [] value. position The Length [] [] value to which position is to be set. The value of position can be anything allowed by the Length [] [] constructor.
-
setReceiverBand(receiverBand)[source]¶ Set receiverBand with the specified ReceiverBand value. receiverBand The ReceiverBand value to which receiverBand is to be set.
Raises a ValueError If an attempt is made to change a part of the key after is has been added to the table.
-
setReducedChiSquared(reducedChiSquared)[source]¶ Set reducedChiSquared with the specified float [] [] value. reducedChiSquared The float [] [] value to which reducedChiSquared is to be set.
-
setStartValidTime(startValidTime)[source]¶ Set startValidTime with the specified ArrayTime value. startValidTime The ArrayTime value to which startValidTime is to be set. The value of startValidTime can be anything allowed by the ArrayTime constructor.
-
setWereFixed(wereFixed)[source]¶ Set wereFixed with the specified bool [] value. wereFixed The bool [] value to which wereFixed is to be set.
-
static