CalPointingRow

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

Bases: object

The CalPointingRow class is a row of a CalPointingTable.

Generated from model’s revision -1, branch

Methods Summary

ambientTemperatureFromBin(row, eis)

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

antennaMakeFromBin(row, eis)

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

antennaNameFromBin(row, eis)

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

atmPhaseCorrectionFromBin(row, eis)

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

averagedPolarizationsFromBin(row, eis)

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

beamPAErrorFromBin(row, eis)

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

beamPAFromBin(row, eis)

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

beamPAWasFixedFromBin(row, eis)

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

beamWidthErrorFromBin(row, eis)

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

beamWidthFromBin(row, eis)

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

beamWidthWasFixedFromBin(row, eis)

Set the optional beamWidthWasFixed 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.

clearAveragedPolarizations()

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

clearBeamPA()

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

clearBeamPAError()

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

clearBeamPAWasFixed()

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

clearBeamWidth()

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

clearBeamWidthError()

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

clearBeamWidthWasFixed()

Mark beamWidthWasFixed, 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.

collErrorFromBin(row, eis)

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

collOffsetAbsoluteFromBin(row, eis)

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

collOffsetRelativeFromBin(row, eis)

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

collOffsetTiedFromBin(row, eis)

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

compareNoAutoInc(antennaName, receiverBand, …)

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

compareRequiredValue(startValidTime, …)

directionFromBin(row, eis)

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

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.

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.

getAntennaMake()

Get antennaMake.

getAntennaName()

Get antennaName.

getAtmPhaseCorrection()

Get atmPhaseCorrection.

getAveragedPolarizations()

Get averagedPolarizations, which is optional.

getBeamPA()

Get beamPA, which is optional.

getBeamPAError()

Get beamPAError, which is optional.

getBeamPAWasFixed()

Get beamPAWasFixed, which is optional.

getBeamWidth()

Get beamWidth, which is optional.

getBeamWidthError()

Get beamWidthError, which is optional.

getBeamWidthWasFixed()

Get beamWidthWasFixed, which is optional.

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

getCollError()

Get collError.

getCollOffsetAbsolute()

Get collOffsetAbsolute.

getCollOffsetRelative()

Get collOffsetRelative.

getCollOffsetTied()

Get collOffsetTied.

getDirection()

Get direction.

getEndValidTime()

Get endValidTime.

getFrequencyRange()

Get frequencyRange.

getNumReceptor()

Get numReceptor.

getOffIntensity()

Get offIntensity, which is optional.

getOffIntensityError()

Get offIntensityError, which is optional.

getOffIntensityWasFixed()

Get offIntensityWasFixed, which is optional.

getPeakIntensity()

Get peakIntensity, which is optional.

getPeakIntensityError()

Get peakIntensityError, which is optional.

getPeakIntensityWasFixed()

Get peakIntensityWasFixed, which is optional.

getPointingMethod()

Get pointingMethod.

getPointingModelMode()

Get pointingModelMode.

getPolarizationTypes()

Get polarizationTypes.

getReceiverBand()

Get receiverBand.

getReducedChiSquared()

Get reducedChiSquared.

getStartValidTime()

Get startValidTime.

getTable()

Return the table to which this row belongs.

initFromBinMethods()

isAdded()

isAveragedPolarizationsExists()

The attribute averagedPolarizations is optional.

isBeamPAErrorExists()

The attribute beamPAError is optional.

isBeamPAExists()

The attribute beamPA is optional.

isBeamPAWasFixedExists()

The attribute beamPAWasFixed is optional.

isBeamWidthErrorExists()

The attribute beamWidthError is optional.

isBeamWidthExists()

The attribute beamWidth is optional.

isBeamWidthWasFixedExists()

The attribute beamWidthWasFixed 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.

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.

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.

pointingMethodFromBin(row, eis)

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

pointingModelModeFromBin(row, eis)

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

polarizationTypesFromBin(row, eis)

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

setAntennaMake(antennaMake)

Set antennaMake with the specified AntennaMake value.

setAntennaName(antennaName)

Set antennaName with the specified str value.

setAtmPhaseCorrection(atmPhaseCorrection)

Set atmPhaseCorrection with the specified AtmPhaseCorrection value.

setAveragedPolarizations(averagedPolarizations)

Set averagedPolarizations with the specified bool value.

setBeamPA(beamPA)

Set beamPA with the specified Angle [] value.

setBeamPAError(beamPAError)

Set beamPAError with the specified Angle [] value.

setBeamPAWasFixed(beamPAWasFixed)

Set beamPAWasFixed with the specified bool value.

setBeamWidth(beamWidth)

Set beamWidth with the specified Angle [] [] value.

setBeamWidthError(beamWidthError)

Set beamWidthError with the specified Angle [] [] value.

setBeamWidthWasFixed(beamWidthWasFixed)

Set beamWidthWasFixed with the specified bool [] value.

setCalDataId(calDataId)

Set calDataId with the specified Tag value.

setCalReductionId(calReductionId)

Set calReductionId with the specified Tag value.

setCollError(collError)

Set collError with the specified Angle [] [] value.

setCollOffsetAbsolute(collOffsetAbsolute)

Set collOffsetAbsolute with the specified Angle [] [] value.

setCollOffsetRelative(collOffsetRelative)

Set collOffsetRelative with the specified Angle [] [] value.

setCollOffsetTied(collOffsetTied)

Set collOffsetTied with the specified bool [] [] value.

setDirection(direction)

Set direction with the specified Angle [] value.

setEndValidTime(endValidTime)

Set endValidTime with the specified ArrayTime 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.

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.

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.

setPointingMethod(pointingMethod)

Set pointingMethod with the specified PointingMethod value.

setPointingModelMode(pointingModelMode)

Set pointingModelMode with the specified PointingModelMode value.

setPolarizationTypes(polarizationTypes)

Set polarizationTypes with the specified PolarizationType [] 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.

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.

Methods Documentation

static ambientTemperatureFromBin(row, eis)[source]

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

static antennaMakeFromBin(row, eis)[source]

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

static antennaNameFromBin(row, eis)[source]

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

static atmPhaseCorrectionFromBin(row, eis)[source]

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

static averagedPolarizationsFromBin(row, eis)[source]

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

static beamPAErrorFromBin(row, eis)[source]

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

static beamPAFromBin(row, eis)[source]

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

static beamPAWasFixedFromBin(row, eis)[source]

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

static beamWidthErrorFromBin(row, eis)[source]

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

static beamWidthFromBin(row, eis)[source]

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

static beamWidthWasFixedFromBin(row, eis)[source]

Set the optional beamWidthWasFixed 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.

clearAveragedPolarizations()[source]

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

clearBeamPA()[source]

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

clearBeamPAError()[source]

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

clearBeamPAWasFixed()[source]

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

clearBeamWidth()[source]

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

clearBeamWidthError()[source]

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

clearBeamWidthWasFixed()[source]

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

clearOffIntensity()[source]

Mark offIntensity, 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.

clearPeakIntensity()[source]

Mark peakIntensity, 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.

static collErrorFromBin(row, eis)[source]

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

static collOffsetAbsoluteFromBin(row, eis)[source]

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

static collOffsetRelativeFromBin(row, eis)[source]

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

static collOffsetTiedFromBin(row, eis)[source]

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

compareNoAutoInc(antennaName, receiverBand, calDataId, calReductionId, startValidTime, endValidTime, ambientTemperature, antennaMake, atmPhaseCorrection, direction, frequencyRange, pointingModelMode, pointingMethod, numReceptor, polarizationTypes, collOffsetRelative, collOffsetAbsolute, collError, collOffsetTied, reducedChiSquared)[source]

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

compareRequiredValue(startValidTime, endValidTime, ambientTemperature, antennaMake, atmPhaseCorrection, direction, frequencyRange, pointingModelMode, pointingMethod, numReceptor, polarizationTypes, collOffsetRelative, collOffsetAbsolute, collError, collOffsetTied, reducedChiSquared)[source]
static directionFromBin(row, eis)[source]

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

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 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.

getAmbientTemperature()[source]

Get ambientTemperature. return ambientTemperature as Temperature

getAntennaMake()[source]

Get antennaMake. return antennaMake as AntennaMake

getAntennaName()[source]

Get antennaName. return antennaName as str

getAtmPhaseCorrection()[source]

Get atmPhaseCorrection. return atmPhaseCorrection as AtmPhaseCorrection

getAveragedPolarizations()[source]

Get averagedPolarizations, which is optional. return averagedPolarizations as bool raises ValueError If averagedPolarizations does not exist.

getBeamPA()[source]

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

getBeamPAError()[source]

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

getBeamPAWasFixed()[source]

Get beamPAWasFixed, which is optional. return beamPAWasFixed as bool raises ValueError If beamPAWasFixed does not exist.

getBeamWidth()[source]

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

getBeamWidthError()[source]

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

getBeamWidthWasFixed()[source]

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

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

getCollError()[source]

Get collError. return collError as Angle [] []

getCollOffsetAbsolute()[source]

Get collOffsetAbsolute. return collOffsetAbsolute as Angle [] []

getCollOffsetRelative()[source]

Get collOffsetRelative. return collOffsetRelative as Angle [] []

getCollOffsetTied()[source]

Get collOffsetTied. return collOffsetTied as bool [] []

getDirection()[source]

Get direction. return direction as Angle []

getEndValidTime()[source]

Get endValidTime. return endValidTime as ArrayTime

getFrequencyRange()[source]

Get frequencyRange. return frequencyRange as Frequency []

getNumReceptor()[source]

Get numReceptor. return numReceptor as int

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.

getPointingMethod()[source]

Get pointingMethod. return pointingMethod as PointingMethod

getPointingModelMode()[source]

Get pointingModelMode. return pointingModelMode as PointingModelMode

getPolarizationTypes()[source]

Get polarizationTypes. return polarizationTypes as PolarizationType []

getReceiverBand()[source]

Get receiverBand. return receiverBand as ReceiverBand

getReducedChiSquared()[source]

Get reducedChiSquared. return reducedChiSquared as float []

getStartValidTime()[source]

Get startValidTime. return startValidTime as ArrayTime

getTable()[source]

Return the table to which this row belongs.

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

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

isBeamPAErrorExists()[source]

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

isBeamPAExists()[source]

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

isBeamPAWasFixedExists()[source]

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

isBeamWidthErrorExists()[source]

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

isBeamWidthExists()[source]

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

isBeamWidthWasFixedExists()[source]

The attribute beamWidthWasFixed is optional. Return True if this attribute exists. return True if and only if the beamWidthWasFixed 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.

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 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 pointingMethodFromBin(row, eis)[source]

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

static pointingModelModeFromBin(row, eis)[source]

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

static polarizationTypesFromBin(row, eis)[source]

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

setAntennaMake(antennaMake)[source]

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

setAtmPhaseCorrection(atmPhaseCorrection)[source]

Set atmPhaseCorrection with the specified AtmPhaseCorrection value. atmPhaseCorrection The AtmPhaseCorrection value to which atmPhaseCorrection is to be set.

setAveragedPolarizations(averagedPolarizations)[source]

Set averagedPolarizations with the specified bool value. averagedPolarizations The bool value to which averagedPolarizations is to be set.

setBeamPA(beamPA)[source]

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

setBeamPAError(beamPAError)[source]

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

setBeamPAWasFixed(beamPAWasFixed)[source]

Set beamPAWasFixed with the specified bool value. beamPAWasFixed The bool value to which beamPAWasFixed is to be set.

setBeamWidth(beamWidth)[source]

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

setBeamWidthError(beamWidthError)[source]

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

setBeamWidthWasFixed(beamWidthWasFixed)[source]

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

setCollError(collError)[source]

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

setCollOffsetAbsolute(collOffsetAbsolute)[source]

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

setCollOffsetRelative(collOffsetRelative)[source]

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

setCollOffsetTied(collOffsetTied)[source]

Set collOffsetTied with the specified bool [] [] value. collOffsetTied The bool [] [] value to which collOffsetTied is to be set.

setDirection(direction)[source]

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

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.

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.

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.

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.

setPointingMethod(pointingMethod)[source]

Set pointingMethod with the specified PointingMethod value. pointingMethod The PointingMethod value to which pointingMethod is to be set.

setPointingModelMode(pointingModelMode)[source]

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

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.

static startValidTimeFromBin(row, eis)[source]

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