CalAtmosphereRow

class CalAtmosphereRow(table, row=None)[source]

Bases: object

The CalAtmosphereRow class is a row of a CalAtmosphereTable.

Generated from model’s revision -1, branch

Methods Summary

alphaSpectrumFromBin(row, eis)

Set the optional alphaSpectrum in row from the EndianInput (eis) instance.

antennaNameFromBin(row, eis)

Set the antennaName in row from the EndianInput (eis) instance.

basebandNameFromBin(row, eis)

Set the basebandName 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.

clearAlphaSpectrum()

Mark alphaSpectrum, which is an optional field, as non-existent.

clearForwardEfficiency()

Mark forwardEfficiency, which is an optional field, as non-existent.

clearForwardEfficiencyError()

Mark forwardEfficiencyError, which is an optional field, as non-existent.

clearSbGain()

Mark sbGain, which is an optional field, as non-existent.

clearSbGainError()

Mark sbGainError, which is an optional field, as non-existent.

clearSbGainSpectrum()

Mark sbGainSpectrum, which is an optional field, as non-existent.

compareNoAutoInc(antennaName, receiverBand, …)

Compare each attribute except the autoincrementable one of this CalAtmosphereRow 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.

forwardEffSpectrumFromBin(row, eis)

Set the forwardEffSpectrum in row from the EndianInput (eis) instance.

forwardEfficiencyErrorFromBin(row, eis)

Set the optional forwardEfficiencyError in row from the EndianInput (eis) instance.

forwardEfficiencyFromBin(row, eis)

Set the optional forwardEfficiency in row from the EndianInput (eis) instance.

frequencyRangeFromBin(row, eis)

Set the frequencyRange in row from the EndianInput (eis) instance.

frequencySpectrumFromBin(row, eis)

Set the frequencySpectrum 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.

getAlphaSpectrum()

Get alphaSpectrum, which is optional.

getAntennaName()

Get antennaName.

getBasebandName()

Get basebandName.

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.

getForwardEffSpectrum()

Get forwardEffSpectrum.

getForwardEfficiency()

Get forwardEfficiency, which is optional.

getForwardEfficiencyError()

Get forwardEfficiencyError, which is optional.

getFrequencyRange()

Get frequencyRange.

getFrequencySpectrum()

Get frequencySpectrum.

getGroundPressure()

Get groundPressure.

getGroundRelHumidity()

Get groundRelHumidity.

getGroundTemperature()

Get groundTemperature.

getNumFreq()

Get numFreq.

getNumLoad()

Get numLoad.

getNumReceptor()

Get numReceptor.

getPolarizationTypes()

Get polarizationTypes.

getPowerLoadSpectrum()

Get powerLoadSpectrum.

getPowerSkySpectrum()

Get powerSkySpectrum.

getReceiverBand()

Get receiverBand.

getSbGain()

Get sbGain, which is optional.

getSbGainError()

Get sbGainError, which is optional.

getSbGainSpectrum()

Get sbGainSpectrum, which is optional.

getStartValidTime()

Get startValidTime.

getSyscalType()

Get syscalType.

getTAtm()

Get tAtm.

getTAtmSpectrum()

Get tAtmSpectrum.

getTRec()

Get tRec.

getTRecSpectrum()

Get tRecSpectrum.

getTSys()

Get tSys.

getTSysSpectrum()

Get tSysSpectrum.

getTable()

Return the table to which this row belongs.

getTau()

Get tau.

getTauSpectrum()

Get tauSpectrum.

getWater()

Get water.

getWaterError()

Get waterError.

groundPressureFromBin(row, eis)

Set the groundPressure in row from the EndianInput (eis) instance.

groundRelHumidityFromBin(row, eis)

Set the groundRelHumidity in row from the EndianInput (eis) instance.

groundTemperatureFromBin(row, eis)

Set the groundTemperature in row from the EndianInput (eis) instance.

initFromBinMethods()

isAdded()

isAlphaSpectrumExists()

The attribute alphaSpectrum is optional.

isForwardEfficiencyErrorExists()

The attribute forwardEfficiencyError is optional.

isForwardEfficiencyExists()

The attribute forwardEfficiency is optional.

isSbGainErrorExists()

The attribute sbGainError is optional.

isSbGainExists()

The attribute sbGain is optional.

isSbGainSpectrumExists()

The attribute sbGainSpectrum is optional.

numFreqFromBin(row, eis)

Set the numFreq in row from the EndianInput (eis) instance.

numLoadFromBin(row, eis)

Set the numLoad in row from the EndianInput (eis) instance.

numReceptorFromBin(row, eis)

Set the numReceptor in row from the EndianInput (eis) instance.

polarizationTypesFromBin(row, eis)

Set the polarizationTypes in row from the EndianInput (eis) instance.

powerLoadSpectrumFromBin(row, eis)

Set the powerLoadSpectrum in row from the EndianInput (eis) instance.

powerSkySpectrumFromBin(row, eis)

Set the powerSkySpectrum in row from the EndianInput (eis) instance.

receiverBandFromBin(row, eis)

Set the receiverBand in row from the EndianInput (eis) instance.

sbGainErrorFromBin(row, eis)

Set the optional sbGainError in row from the EndianInput (eis) instance.

sbGainFromBin(row, eis)

Set the optional sbGain in row from the EndianInput (eis) instance.

sbGainSpectrumFromBin(row, eis)

Set the optional sbGainSpectrum in row from the EndianInput (eis) instance.

setAlphaSpectrum(alphaSpectrum)

Set alphaSpectrum with the specified float [] [] value.

setAntennaName(antennaName)

Set antennaName with the specified str value.

setBasebandName(basebandName)

Set basebandName with the specified BasebandName 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.

setForwardEffSpectrum(forwardEffSpectrum)

Set forwardEffSpectrum with the specified float [] [] value.

setForwardEfficiency(forwardEfficiency)

Set forwardEfficiency with the specified float [] value.

setForwardEfficiencyError(forwardEfficiencyError)

Set forwardEfficiencyError with the specified float [] value.

setFrequencyRange(frequencyRange)

Set frequencyRange with the specified Frequency [] value.

setFrequencySpectrum(frequencySpectrum)

Set frequencySpectrum with the specified Frequency [] value.

setFromXML(xmlrow)

Fill the values of this row from an XML string that was produced by the toXML() method.

setGroundPressure(groundPressure)

Set groundPressure with the specified Pressure value.

setGroundRelHumidity(groundRelHumidity)

Set groundRelHumidity with the specified Humidity value.

setGroundTemperature(groundTemperature)

Set groundTemperature with the specified Temperature value.

setNumFreq(numFreq)

Set numFreq with the specified int value.

setNumLoad(numLoad)

Set numLoad with the specified int value.

setNumReceptor(numReceptor)

Set numReceptor with the specified int value.

setPolarizationTypes(polarizationTypes)

Set polarizationTypes with the specified PolarizationType [] value.

setPowerLoadSpectrum(powerLoadSpectrum)

Set powerLoadSpectrum with the specified float [] [] [] value.

setPowerSkySpectrum(powerSkySpectrum)

Set powerSkySpectrum with the specified float [] [] value.

setReceiverBand(receiverBand)

Set receiverBand with the specified ReceiverBand value.

setSbGain(sbGain)

Set sbGain with the specified float [] value.

setSbGainError(sbGainError)

Set sbGainError with the specified float [] value.

setSbGainSpectrum(sbGainSpectrum)

Set sbGainSpectrum with the specified float [] [] value.

setStartValidTime(startValidTime)

Set startValidTime with the specified ArrayTime value.

setSyscalType(syscalType)

Set syscalType with the specified SyscalMethod value.

setTAtm(tAtm)

Set tAtm with the specified Temperature [] value.

setTAtmSpectrum(tAtmSpectrum)

Set tAtmSpectrum with the specified Temperature [] [] value.

setTRec(tRec)

Set tRec with the specified Temperature [] value.

setTRecSpectrum(tRecSpectrum)

Set tRecSpectrum with the specified Temperature [] [] value.

setTSys(tSys)

Set tSys with the specified Temperature [] value.

setTSysSpectrum(tSysSpectrum)

Set tSysSpectrum with the specified Temperature [] [] value.

setTau(tau)

Set tau with the specified float [] value.

setTauSpectrum(tauSpectrum)

Set tauSpectrum with the specified float [] [] value.

setWater(water)

Set water with the specified Length [] value.

setWaterError(waterError)

Set waterError with the specified Length [] value.

startValidTimeFromBin(row, eis)

Set the startValidTime in row from the EndianInput (eis) instance.

syscalTypeFromBin(row, eis)

Set the syscalType in row from the EndianInput (eis) instance.

tAtmFromBin(row, eis)

Set the tAtm in row from the EndianInput (eis) instance.

tAtmSpectrumFromBin(row, eis)

Set the tAtmSpectrum in row from the EndianInput (eis) instance.

tRecFromBin(row, eis)

Set the tRec in row from the EndianInput (eis) instance.

tRecSpectrumFromBin(row, eis)

Set the tRecSpectrum in row from the EndianInput (eis) instance.

tSysFromBin(row, eis)

Set the tSys in row from the EndianInput (eis) instance.

tSysSpectrumFromBin(row, eis)

Set the tSysSpectrum in row from the EndianInput (eis) instance.

tauFromBin(row, eis)

Set the tau in row from the EndianInput (eis) instance.

tauSpectrumFromBin(row, eis)

Set the tauSpectrum 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.

waterErrorFromBin(row, eis)

Set the waterError in row from the EndianInput (eis) instance.

waterFromBin(row, eis)

Set the water in row from the EndianInput (eis) instance.

Methods Documentation

static alphaSpectrumFromBin(row, eis)[source]

Set the optional alphaSpectrum in row from the EndianInput (eis) instance.

static antennaNameFromBin(row, eis)[source]

Set the antennaName in row from the EndianInput (eis) instance.

static basebandNameFromBin(row, eis)[source]

Set the basebandName 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.

clearAlphaSpectrum()[source]

Mark alphaSpectrum, which is an optional field, as non-existent.

clearForwardEfficiency()[source]

Mark forwardEfficiency, which is an optional field, as non-existent.

clearForwardEfficiencyError()[source]

Mark forwardEfficiencyError, which is an optional field, as non-existent.

clearSbGain()[source]

Mark sbGain, which is an optional field, as non-existent.

clearSbGainError()[source]

Mark sbGainError, which is an optional field, as non-existent.

clearSbGainSpectrum()[source]

Mark sbGainSpectrum, which is an optional field, as non-existent.

compareNoAutoInc(antennaName, receiverBand, basebandName, calDataId, calReductionId, startValidTime, endValidTime, numFreq, numLoad, numReceptor, forwardEffSpectrum, frequencyRange, groundPressure, groundRelHumidity, frequencySpectrum, groundTemperature, polarizationTypes, powerSkySpectrum, powerLoadSpectrum, syscalType, tAtmSpectrum, tRecSpectrum, tSysSpectrum, tauSpectrum, tAtm, tRec, tSys, tau, water, waterError)[source]

Compare each attribute except the autoincrementable one of this CalAtmosphereRow with the corresponding parameters and return True if there is a match and False otherwise.

compareRequiredValue(startValidTime, endValidTime, numFreq, numLoad, numReceptor, forwardEffSpectrum, frequencyRange, groundPressure, groundRelHumidity, frequencySpectrum, groundTemperature, polarizationTypes, powerSkySpectrum, powerLoadSpectrum, syscalType, tAtmSpectrum, tRecSpectrum, tSysSpectrum, tauSpectrum, tAtm, tRec, tSys, tau, water, waterError)[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 forwardEffSpectrumFromBin(row, eis)[source]

Set the forwardEffSpectrum in row from the EndianInput (eis) instance.

static forwardEfficiencyErrorFromBin(row, eis)[source]

Set the optional forwardEfficiencyError in row from the EndianInput (eis) instance.

static forwardEfficiencyFromBin(row, eis)[source]

Set the optional forwardEfficiency in row from the EndianInput (eis) instance.

static frequencyRangeFromBin(row, eis)[source]

Set the frequencyRange in row from the EndianInput (eis) instance.

static frequencySpectrumFromBin(row, eis)[source]

Set the frequencySpectrum 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.

getAlphaSpectrum()[source]

Get alphaSpectrum, which is optional. return alphaSpectrum as float [] [] raises ValueError If alphaSpectrum does not exist.

getAntennaName()[source]

Get antennaName. return antennaName as str

getBasebandName()[source]

Get basebandName. return basebandName as BasebandName

getCalDataId()[source]

Get calDataId. return calDataId as Tag

getCalDataUsingCalDataId()[source]

Returns the row in the CalData table having CalData.calDataId == calDataId

getCalReductionId()[source]

Get calReductionId. return calReductionId as Tag

getCalReductionUsingCalReductionId()[source]

Returns the row in the CalReduction table having CalReduction.calReductionId == calReductionId

getEndValidTime()[source]

Get endValidTime. return endValidTime as ArrayTime

getForwardEffSpectrum()[source]

Get forwardEffSpectrum. return forwardEffSpectrum as float [] []

getForwardEfficiency()[source]

Get forwardEfficiency, which is optional. return forwardEfficiency as float [] raises ValueError If forwardEfficiency does not exist.

getForwardEfficiencyError()[source]

Get forwardEfficiencyError, which is optional. return forwardEfficiencyError as float [] raises ValueError If forwardEfficiencyError does not exist.

getFrequencyRange()[source]

Get frequencyRange. return frequencyRange as Frequency []

getFrequencySpectrum()[source]

Get frequencySpectrum. return frequencySpectrum as Frequency []

getGroundPressure()[source]

Get groundPressure. return groundPressure as Pressure

getGroundRelHumidity()[source]

Get groundRelHumidity. return groundRelHumidity as Humidity

getGroundTemperature()[source]

Get groundTemperature. return groundTemperature as Temperature

getNumFreq()[source]

Get numFreq. return numFreq as int

getNumLoad()[source]

Get numLoad. return numLoad as int

getNumReceptor()[source]

Get numReceptor. return numReceptor as int

getPolarizationTypes()[source]

Get polarizationTypes. return polarizationTypes as PolarizationType []

getPowerLoadSpectrum()[source]

Get powerLoadSpectrum. return powerLoadSpectrum as float [] [] []

getPowerSkySpectrum()[source]

Get powerSkySpectrum. return powerSkySpectrum as float [] []

getReceiverBand()[source]

Get receiverBand. return receiverBand as ReceiverBand

getSbGain()[source]

Get sbGain, which is optional. return sbGain as float [] raises ValueError If sbGain does not exist.

getSbGainError()[source]

Get sbGainError, which is optional. return sbGainError as float [] raises ValueError If sbGainError does not exist.

getSbGainSpectrum()[source]

Get sbGainSpectrum, which is optional. return sbGainSpectrum as float [] [] raises ValueError If sbGainSpectrum does not exist.

getStartValidTime()[source]

Get startValidTime. return startValidTime as ArrayTime

getSyscalType()[source]

Get syscalType. return syscalType as SyscalMethod

getTAtm()[source]

Get tAtm. return tAtm as Temperature []

getTAtmSpectrum()[source]

Get tAtmSpectrum. return tAtmSpectrum as Temperature [] []

getTRec()[source]

Get tRec. return tRec as Temperature []

getTRecSpectrum()[source]

Get tRecSpectrum. return tRecSpectrum as Temperature [] []

getTSys()[source]

Get tSys. return tSys as Temperature []

getTSysSpectrum()[source]

Get tSysSpectrum. return tSysSpectrum as Temperature [] []

getTable()[source]

Return the table to which this row belongs.

getTau()[source]

Get tau. return tau as float []

getTauSpectrum()[source]

Get tauSpectrum. return tauSpectrum as float [] []

getWater()[source]

Get water. return water as Length []

getWaterError()[source]

Get waterError. return waterError as Length []

static groundPressureFromBin(row, eis)[source]

Set the groundPressure in row from the EndianInput (eis) instance.

static groundRelHumidityFromBin(row, eis)[source]

Set the groundRelHumidity in row from the EndianInput (eis) instance.

static groundTemperatureFromBin(row, eis)[source]

Set the groundTemperature in row from the EndianInput (eis) instance.

static initFromBinMethods()[source]
isAdded()[source]
isAlphaSpectrumExists()[source]

The attribute alphaSpectrum is optional. Return True if this attribute exists. return True if and only if the alphaSpectrum attribute exists.

isForwardEfficiencyErrorExists()[source]

The attribute forwardEfficiencyError is optional. Return True if this attribute exists. return True if and only if the forwardEfficiencyError attribute exists.

isForwardEfficiencyExists()[source]

The attribute forwardEfficiency is optional. Return True if this attribute exists. return True if and only if the forwardEfficiency attribute exists.

isSbGainErrorExists()[source]

The attribute sbGainError is optional. Return True if this attribute exists. return True if and only if the sbGainError attribute exists.

isSbGainExists()[source]

The attribute sbGain is optional. Return True if this attribute exists. return True if and only if the sbGain attribute exists.

isSbGainSpectrumExists()[source]

The attribute sbGainSpectrum is optional. Return True if this attribute exists. return True if and only if the sbGainSpectrum attribute exists.

static numFreqFromBin(row, eis)[source]

Set the numFreq in row from the EndianInput (eis) instance.

static numLoadFromBin(row, eis)[source]

Set the numLoad in row from the EndianInput (eis) instance.

static numReceptorFromBin(row, eis)[source]

Set the numReceptor in row from the EndianInput (eis) instance.

static polarizationTypesFromBin(row, eis)[source]

Set the polarizationTypes in row from the EndianInput (eis) instance.

static powerLoadSpectrumFromBin(row, eis)[source]

Set the powerLoadSpectrum in row from the EndianInput (eis) instance.

static powerSkySpectrumFromBin(row, eis)[source]

Set the powerSkySpectrum in row from the EndianInput (eis) instance.

static receiverBandFromBin(row, eis)[source]

Set the receiverBand in row from the EndianInput (eis) instance.

static sbGainErrorFromBin(row, eis)[source]

Set the optional sbGainError in row from the EndianInput (eis) instance.

static sbGainFromBin(row, eis)[source]

Set the optional sbGain in row from the EndianInput (eis) instance.

static sbGainSpectrumFromBin(row, eis)[source]

Set the optional sbGainSpectrum in row from the EndianInput (eis) instance.

setAlphaSpectrum(alphaSpectrum)[source]

Set alphaSpectrum with the specified float [] [] value. alphaSpectrum The float [] [] value to which alphaSpectrum is to be set.

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.

setBasebandName(basebandName)[source]

Set basebandName with the specified BasebandName value. basebandName The BasebandName value to which basebandName 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.

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.

setForwardEffSpectrum(forwardEffSpectrum)[source]

Set forwardEffSpectrum with the specified float [] [] value. forwardEffSpectrum The float [] [] value to which forwardEffSpectrum is to be set.

setForwardEfficiency(forwardEfficiency)[source]

Set forwardEfficiency with the specified float [] value. forwardEfficiency The float [] value to which forwardEfficiency is to be set.

setForwardEfficiencyError(forwardEfficiencyError)[source]

Set forwardEfficiencyError with the specified float [] value. forwardEfficiencyError The float [] value to which forwardEfficiencyError 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.

setFrequencySpectrum(frequencySpectrum)[source]

Set frequencySpectrum with the specified Frequency [] value. frequencySpectrum The Frequency [] value to which frequencySpectrum is to be set. The value of frequencySpectrum 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.

setGroundPressure(groundPressure)[source]

Set groundPressure with the specified Pressure value. groundPressure The Pressure value to which groundPressure is to be set. The value of groundPressure can be anything allowed by the Pressure constructor.

setGroundRelHumidity(groundRelHumidity)[source]

Set groundRelHumidity with the specified Humidity value. groundRelHumidity The Humidity value to which groundRelHumidity is to be set. The value of groundRelHumidity can be anything allowed by the Humidity constructor.

setGroundTemperature(groundTemperature)[source]

Set groundTemperature with the specified Temperature value. groundTemperature The Temperature value to which groundTemperature is to be set. The value of groundTemperature can be anything allowed by the Temperature constructor.

setNumFreq(numFreq)[source]

Set numFreq with the specified int value. numFreq The int value to which numFreq is to be set.

setNumLoad(numLoad)[source]

Set numLoad with the specified int value. numLoad The int value to which numLoad is to be set.

setNumReceptor(numReceptor)[source]

Set numReceptor with the specified int value. numReceptor The int value to which numReceptor is to be set.

setPolarizationTypes(polarizationTypes)[source]

Set polarizationTypes with the specified PolarizationType [] value. polarizationTypes The PolarizationType [] value to which polarizationTypes is to be set.

setPowerLoadSpectrum(powerLoadSpectrum)[source]

Set powerLoadSpectrum with the specified float [] [] [] value. powerLoadSpectrum The float [] [] [] value to which powerLoadSpectrum is to be set.

setPowerSkySpectrum(powerSkySpectrum)[source]

Set powerSkySpectrum with the specified float [] [] value. powerSkySpectrum The float [] [] value to which powerSkySpectrum is to be set.

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.

setSbGain(sbGain)[source]

Set sbGain with the specified float [] value. sbGain The float [] value to which sbGain is to be set.

setSbGainError(sbGainError)[source]

Set sbGainError with the specified float [] value. sbGainError The float [] value to which sbGainError is to be set.

setSbGainSpectrum(sbGainSpectrum)[source]

Set sbGainSpectrum with the specified float [] [] value. sbGainSpectrum The float [] [] value to which sbGainSpectrum 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.

setSyscalType(syscalType)[source]

Set syscalType with the specified SyscalMethod value. syscalType The SyscalMethod value to which syscalType is to be set.

setTAtm(tAtm)[source]

Set tAtm with the specified Temperature [] value. tAtm The Temperature [] value to which tAtm is to be set. The value of tAtm can be anything allowed by the Temperature [] constructor.

setTAtmSpectrum(tAtmSpectrum)[source]

Set tAtmSpectrum with the specified Temperature [] [] value. tAtmSpectrum The Temperature [] [] value to which tAtmSpectrum is to be set. The value of tAtmSpectrum can be anything allowed by the Temperature [] [] constructor.

setTRec(tRec)[source]

Set tRec with the specified Temperature [] value. tRec The Temperature [] value to which tRec is to be set. The value of tRec can be anything allowed by the Temperature [] constructor.

setTRecSpectrum(tRecSpectrum)[source]

Set tRecSpectrum with the specified Temperature [] [] value. tRecSpectrum The Temperature [] [] value to which tRecSpectrum is to be set. The value of tRecSpectrum can be anything allowed by the Temperature [] [] constructor.

setTSys(tSys)[source]

Set tSys with the specified Temperature [] value. tSys The Temperature [] value to which tSys is to be set. The value of tSys can be anything allowed by the Temperature [] constructor.

setTSysSpectrum(tSysSpectrum)[source]

Set tSysSpectrum with the specified Temperature [] [] value. tSysSpectrum The Temperature [] [] value to which tSysSpectrum is to be set. The value of tSysSpectrum can be anything allowed by the Temperature [] [] constructor.

setTau(tau)[source]

Set tau with the specified float [] value. tau The float [] value to which tau is to be set.

setTauSpectrum(tauSpectrum)[source]

Set tauSpectrum with the specified float [] [] value. tauSpectrum The float [] [] value to which tauSpectrum is to be set.

setWater(water)[source]

Set water with the specified Length [] value. water The Length [] value to which water is to be set. The value of water can be anything allowed by the Length [] constructor.

setWaterError(waterError)[source]

Set waterError with the specified Length [] value. waterError The Length [] value to which waterError is to be set. The value of waterError can be anything allowed by the Length [] constructor.

static startValidTimeFromBin(row, eis)[source]

Set the startValidTime in row from the EndianInput (eis) instance.

static syscalTypeFromBin(row, eis)[source]

Set the syscalType in row from the EndianInput (eis) instance.

static tAtmFromBin(row, eis)[source]

Set the tAtm in row from the EndianInput (eis) instance.

static tAtmSpectrumFromBin(row, eis)[source]

Set the tAtmSpectrum in row from the EndianInput (eis) instance.

static tRecFromBin(row, eis)[source]

Set the tRec in row from the EndianInput (eis) instance.

static tRecSpectrumFromBin(row, eis)[source]

Set the tRecSpectrum in row from the EndianInput (eis) instance.

static tSysFromBin(row, eis)[source]

Set the tSys in row from the EndianInput (eis) instance.

static tSysSpectrumFromBin(row, eis)[source]

Set the tSysSpectrum in row from the EndianInput (eis) instance.

static tauFromBin(row, eis)[source]

Set the tau in row from the EndianInput (eis) instance.

static tauSpectrumFromBin(row, eis)[source]

Set the tauSpectrum in row from the EndianInput (eis) instance.

toBin(eos)[source]

Write this row out to the EndianOutput instance, eos.

toXML()[source]

Return this row in the form of an XML string.

static waterErrorFromBin(row, eis)[source]

Set the waterError in row from the EndianInput (eis) instance.

static waterFromBin(row, eis)[source]

Set the water in row from the EndianInput (eis) instance.