SourceRow¶
-
class
SourceRow(table, row=None)[source]¶ Bases:
objectThe SourceRow class is a row of a SourceTable.
Generated from model’s revision -1, branch
Methods Summary
calibrationGroupFromBin(row, eis)Set the optional calibrationGroup in row from the EndianInput (eis) instance.
catalogFromBin(row, eis)Set the optional catalog in row from the EndianInput (eis) instance.
clearCalibrationGroup()Mark calibrationGroup, which is an optional field, as non-existent.
clearCatalog()Mark catalog, which is an optional field, as non-existent.
clearDeltaVel()Mark deltaVel, which is an optional field, as non-existent.
clearDirectionCode()Mark directionCode, which is an optional field, as non-existent.
clearDirectionEquinox()Mark directionEquinox, which is an optional field, as non-existent.
clearDopplerCalcType()Mark dopplerCalcType, which is an optional field, as non-existent.
clearDopplerReferenceSystem()Mark dopplerReferenceSystem, which is an optional field, as non-existent.
clearDopplerVelocity()Mark dopplerVelocity, which is an optional field, as non-existent.
clearFlux()Mark flux, which is an optional field, as non-existent.
clearFluxErr()Mark fluxErr, which is an optional field, as non-existent.
clearFrequency()Mark frequency, which is an optional field, as non-existent.
clearFrequencyInterval()Mark frequencyInterval, which is an optional field, as non-existent.
clearFrequencyRefCode()Mark frequencyRefCode, which is an optional field, as non-existent.
clearNumFreq()Mark numFreq, which is an optional field, as non-existent.
clearNumLines()Mark numLines, which is an optional field, as non-existent.
clearNumStokes()Mark numStokes, which is an optional field, as non-existent.
clearParallax()Mark parallax, which is an optional field, as non-existent.
clearPosition()Mark position, which is an optional field, as non-existent.
clearPositionAngle()Mark positionAngle, which is an optional field, as non-existent.
clearPositionAngleErr()Mark positionAngleErr, which is an optional field, as non-existent.
clearRangeVel()Mark rangeVel, which is an optional field, as non-existent.
clearRestFrequency()Mark restFrequency, which is an optional field, as non-existent.
clearSize()Mark size, which is an optional field, as non-existent.
clearSizeErr()Mark sizeErr, which is an optional field, as non-existent.
clearSourceModel()Mark sourceModel, which is an optional field, as non-existent.
clearStokesParameter()Mark stokesParameter, which is an optional field, as non-existent.
clearSysVel()Mark sysVel, which is an optional field, as non-existent.
clearTransition()Mark transition, which is an optional field, as non-existent.
clearVelRefCode()Mark velRefCode, which is an optional field, as non-existent.
codeFromBin(row, eis)Set the code in row from the EndianInput (eis) instance.
compareNoAutoInc(timeInterval, …)Compare each attribute except the autoincrementable one of this SourceRow with the corresponding parameters and return True if there is a match and False otherwise.
compareRequiredValue(code, direction, …)deltaVelFromBin(row, eis)Set the optional deltaVel in row from the EndianInput (eis) instance.
directionCodeFromBin(row, eis)Set the optional directionCode in row from the EndianInput (eis) instance.
directionEquinoxFromBin(row, eis)Set the optional directionEquinox in row from the EndianInput (eis) instance.
directionFromBin(row, eis)Set the direction in row from the EndianInput (eis) instance.
dopplerCalcTypeFromBin(row, eis)Set the optional dopplerCalcType in row from the EndianInput (eis) instance.
dopplerReferenceSystemFromBin(row, eis)Set the optional dopplerReferenceSystem in row from the EndianInput (eis) instance.
dopplerVelocityFromBin(row, eis)Set the optional dopplerVelocity 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.
fluxErrFromBin(row, eis)Set the optional fluxErr in row from the EndianInput (eis) instance.
fluxFromBin(row, eis)Set the optional flux in row from the EndianInput (eis) instance.
frequencyFromBin(row, eis)Set the optional frequency in row from the EndianInput (eis) instance.
frequencyIntervalFromBin(row, eis)Set the optional frequencyInterval in row from the EndianInput (eis) instance.
frequencyRefCodeFromBin(row, eis)Set the optional frequencyRefCode 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.
getCalibrationGroup()Get calibrationGroup, which is optional.
getCatalog()Get catalog, which is optional.
getCode()Get code.
getDeltaVel()Get deltaVel, which is optional.
getDirection()Get direction.
getDirectionCode()Get directionCode, which is optional.
getDirectionEquinox()Get directionEquinox, which is optional.
getDopplerCalcType()Get dopplerCalcType, which is optional.
getDopplerReferenceSystem()Get dopplerReferenceSystem, which is optional.
getDopplerVelocity()Get dopplerVelocity, which is optional.
getFlux()Get flux, which is optional.
getFluxErr()Get fluxErr, which is optional.
getFrequency()Get frequency, which is optional.
getFrequencyInterval()Get frequencyInterval, which is optional.
getFrequencyRefCode()Get frequencyRefCode, which is optional.
getNumFreq()Get numFreq, which is optional.
getNumLines()Get numLines, which is optional.
getNumStokes()Get numStokes, which is optional.
getParallax()Get parallax, which is optional.
getPosition()Get position, which is optional.
getPositionAngle()Get positionAngle, which is optional.
getPositionAngleErr()Get positionAngleErr, which is optional.
getProperMotion()Get properMotion.
getRangeVel()Get rangeVel, which is optional.
getRestFrequency()Get restFrequency, which is optional.
getSize()Get size, which is optional.
getSizeErr()Get sizeErr, which is optional.
getSourceId()Get sourceId.
getSourceModel()Get sourceModel, which is optional.
getSourceName()Get sourceName.
getSpectralWindowId()Get spectralWindowId.
getSpectralWindowUsingSpectralWindowId()Returns the row in the SpectralWindow table having SpectralWindow.spectralWindowId == spectralWindowId
getStokesParameter()Get stokesParameter, which is optional.
getSysVel()Get sysVel, which is optional.
getTable()Return the table to which this row belongs.
getTimeInterval()Get timeInterval.
getTransition()Get transition, which is optional.
getVelRefCode()Get velRefCode, which is optional.
initFromBinMethods()isAdded()isCalibrationGroupExists()The attribute calibrationGroup is optional.
isCatalogExists()The attribute catalog is optional.
isDeltaVelExists()The attribute deltaVel is optional.
isDirectionCodeExists()The attribute directionCode is optional.
isDirectionEquinoxExists()The attribute directionEquinox is optional.
isDopplerCalcTypeExists()The attribute dopplerCalcType is optional.
isDopplerReferenceSystemExists()The attribute dopplerReferenceSystem is optional.
isDopplerVelocityExists()The attribute dopplerVelocity is optional.
isFluxErrExists()The attribute fluxErr is optional.
isFluxExists()The attribute flux is optional.
isFrequencyExists()The attribute frequency is optional.
isFrequencyIntervalExists()The attribute frequencyInterval is optional.
isFrequencyRefCodeExists()The attribute frequencyRefCode is optional.
isNumFreqExists()The attribute numFreq is optional.
isNumLinesExists()The attribute numLines is optional.
isNumStokesExists()The attribute numStokes is optional.
isParallaxExists()The attribute parallax is optional.
isPositionAngleErrExists()The attribute positionAngleErr is optional.
isPositionAngleExists()The attribute positionAngle is optional.
isPositionExists()The attribute position is optional.
isRangeVelExists()The attribute rangeVel is optional.
isRestFrequencyExists()The attribute restFrequency is optional.
isSizeErrExists()The attribute sizeErr is optional.
isSizeExists()The attribute size is optional.
isSourceModelExists()The attribute sourceModel is optional.
isStokesParameterExists()The attribute stokesParameter is optional.
isSysVelExists()The attribute sysVel is optional.
isTransitionExists()The attribute transition is optional.
isVelRefCodeExists()The attribute velRefCode is optional.
numFreqFromBin(row, eis)Set the optional numFreq in row from the EndianInput (eis) instance.
numLinesFromBin(row, eis)Set the optional numLines in row from the EndianInput (eis) instance.
numStokesFromBin(row, eis)Set the optional numStokes in row from the EndianInput (eis) instance.
parallaxFromBin(row, eis)Set the optional parallax in row from the EndianInput (eis) instance.
positionAngleErrFromBin(row, eis)Set the optional positionAngleErr in row from the EndianInput (eis) instance.
positionAngleFromBin(row, eis)Set the optional positionAngle in row from the EndianInput (eis) instance.
positionFromBin(row, eis)Set the optional position in row from the EndianInput (eis) instance.
properMotionFromBin(row, eis)Set the properMotion in row from the EndianInput (eis) instance.
rangeVelFromBin(row, eis)Set the optional rangeVel in row from the EndianInput (eis) instance.
restFrequencyFromBin(row, eis)Set the optional restFrequency in row from the EndianInput (eis) instance.
setCalibrationGroup(calibrationGroup)Set calibrationGroup with the specified int value.
setCatalog(catalog)Set catalog with the specified str value.
setCode(code)Set code with the specified str value.
setDeltaVel(deltaVel)Set deltaVel with the specified Speed value.
setDirection(direction)Set direction with the specified Angle [] value.
setDirectionCode(directionCode)Set directionCode with the specified DirectionReferenceCode value.
setDirectionEquinox(directionEquinox)Set directionEquinox with the specified ArrayTime value.
setDopplerCalcType(dopplerCalcType)Set dopplerCalcType with the specified DopplerReferenceCode value.
setDopplerReferenceSystem(dopplerReferenceSystem)Set dopplerReferenceSystem with the specified RadialVelocityReferenceCode value.
setDopplerVelocity(dopplerVelocity)Set dopplerVelocity with the specified Speed [] value.
setFlux(flux)Set flux with the specified Flux [] [] value.
setFluxErr(fluxErr)Set fluxErr with the specified Flux [] [] value.
setFrequency(frequency)Set frequency with the specified Frequency [] value.
setFrequencyInterval(frequencyInterval)Set frequencyInterval with the specified Frequency [] value.
setFrequencyRefCode(frequencyRefCode)Set frequencyRefCode with the specified FrequencyReferenceCode value.
setFromXML(xmlrow)Fill the values of this row from an XML string that was produced by the toXML() method.
setNumFreq(numFreq)Set numFreq with the specified int value.
setNumLines(numLines)Set numLines with the specified int value.
setNumStokes(numStokes)Set numStokes with the specified int value.
setParallax(parallax)Set parallax with the specified Angle [] value.
setPosition(position)Set position with the specified Length [] value.
setPositionAngle(positionAngle)Set positionAngle with the specified Angle [] value.
setPositionAngleErr(positionAngleErr)Set positionAngleErr with the specified Angle [] value.
setProperMotion(properMotion)Set properMotion with the specified AngularRate [] value.
setRangeVel(rangeVel)Set rangeVel with the specified Speed [] value.
setRestFrequency(restFrequency)Set restFrequency with the specified Frequency [] value.
setSize(size)Set size with the specified Angle [] [] value.
setSizeErr(sizeErr)Set sizeErr with the specified Angle [] [] value.
setSourceId(sourceId)Set sourceId with the specified int value.
setSourceModel(sourceModel)Set sourceModel with the specified SourceModel value.
setSourceName(sourceName)Set sourceName with the specified str value.
setSpectralWindowId(spectralWindowId)Set spectralWindowId with the specified Tag value.
setStokesParameter(stokesParameter)Set stokesParameter with the specified StokesParameter [] value.
setSysVel(sysVel)Set sysVel with the specified Speed [] value.
setTimeInterval(timeInterval)Set timeInterval with the specified ArrayTimeInterval value.
setTransition(transition)Set transition with the specified str [] value.
setVelRefCode(velRefCode)Set velRefCode with the specified RadialVelocityReferenceCode value.
sizeErrFromBin(row, eis)Set the optional sizeErr in row from the EndianInput (eis) instance.
sizeFromBin(row, eis)Set the optional size in row from the EndianInput (eis) instance.
sourceIdFromBin(row, eis)Set the sourceId in row from the EndianInput (eis) instance.
sourceModelFromBin(row, eis)Set the optional sourceModel in row from the EndianInput (eis) instance.
sourceNameFromBin(row, eis)Set the sourceName in row from the EndianInput (eis) instance.
spectralWindowIdFromBin(row, eis)Set the spectralWindowId in row from the EndianInput (eis) instance.
stokesParameterFromBin(row, eis)Set the optional stokesParameter in row from the EndianInput (eis) instance.
sysVelFromBin(row, eis)Set the optional sysVel in row from the EndianInput (eis) instance.
timeIntervalFromBin(row, eis)Set the timeInterval 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.
transitionFromBin(row, eis)Set the optional transition in row from the EndianInput (eis) instance.
velRefCodeFromBin(row, eis)Set the optional velRefCode in row from the EndianInput (eis) instance.
Methods Documentation
-
static
calibrationGroupFromBin(row, eis)[source]¶ Set the optional calibrationGroup in row from the EndianInput (eis) instance.
-
static
catalogFromBin(row, eis)[source]¶ Set the optional catalog in row from the EndianInput (eis) instance.
-
clearCalibrationGroup()[source]¶ Mark calibrationGroup, which is an optional field, as non-existent.
-
clearDirectionEquinox()[source]¶ Mark directionEquinox, which is an optional field, as non-existent.
-
clearDopplerReferenceSystem()[source]¶ Mark dopplerReferenceSystem, which is an optional field, as non-existent.
-
clearFrequencyInterval()[source]¶ Mark frequencyInterval, which is an optional field, as non-existent.
-
clearFrequencyRefCode()[source]¶ Mark frequencyRefCode, which is an optional field, as non-existent.
-
clearPositionAngleErr()[source]¶ Mark positionAngleErr, which is an optional field, as non-existent.
-
compareNoAutoInc(timeInterval, spectralWindowId, code, direction, properMotion, sourceName)[source]¶ Compare each attribute except the autoincrementable one of this SourceRow with the corresponding parameters and return True if there is a match and False otherwise.
-
static
deltaVelFromBin(row, eis)[source]¶ Set the optional deltaVel in row from the EndianInput (eis) instance.
-
static
directionCodeFromBin(row, eis)[source]¶ Set the optional directionCode in row from the EndianInput (eis) instance.
-
static
directionEquinoxFromBin(row, eis)[source]¶ Set the optional directionEquinox in row from the EndianInput (eis) instance.
-
static
directionFromBin(row, eis)[source]¶ Set the direction in row from the EndianInput (eis) instance.
-
static
dopplerCalcTypeFromBin(row, eis)[source]¶ Set the optional dopplerCalcType in row from the EndianInput (eis) instance.
-
static
dopplerReferenceSystemFromBin(row, eis)[source]¶ Set the optional dopplerReferenceSystem in row from the EndianInput (eis) instance.
-
static
dopplerVelocityFromBin(row, eis)[source]¶ Set the optional dopplerVelocity 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
fluxErrFromBin(row, eis)[source]¶ Set the optional fluxErr in row from the EndianInput (eis) instance.
-
static
fluxFromBin(row, eis)[source]¶ Set the optional flux in row from the EndianInput (eis) instance.
-
static
frequencyFromBin(row, eis)[source]¶ Set the optional frequency in row from the EndianInput (eis) instance.
-
static
frequencyIntervalFromBin(row, eis)[source]¶ Set the optional frequencyInterval in row from the EndianInput (eis) instance.
-
static
frequencyRefCodeFromBin(row, eis)[source]¶ Set the optional frequencyRefCode 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.
-
getCalibrationGroup()[source]¶ Get calibrationGroup, which is optional. return calibrationGroup as int raises ValueError If calibrationGroup does not exist.
-
getCatalog()[source]¶ Get catalog, which is optional. return catalog as str raises ValueError If catalog does not exist.
-
getDeltaVel()[source]¶ Get deltaVel, which is optional. return deltaVel as Speed raises ValueError If deltaVel does not exist.
-
getDirectionCode()[source]¶ Get directionCode, which is optional. return directionCode as DirectionReferenceCode raises ValueError If directionCode does not exist.
-
getDirectionEquinox()[source]¶ Get directionEquinox, which is optional. return directionEquinox as ArrayTime raises ValueError If directionEquinox does not exist.
-
getDopplerCalcType()[source]¶ Get dopplerCalcType, which is optional. return dopplerCalcType as DopplerReferenceCode raises ValueError If dopplerCalcType does not exist.
-
getDopplerReferenceSystem()[source]¶ Get dopplerReferenceSystem, which is optional. return dopplerReferenceSystem as RadialVelocityReferenceCode raises ValueError If dopplerReferenceSystem does not exist.
-
getDopplerVelocity()[source]¶ Get dopplerVelocity, which is optional. return dopplerVelocity as Speed [] raises ValueError If dopplerVelocity does not exist.
-
getFlux()[source]¶ Get flux, which is optional. return flux as Flux [] [] raises ValueError If flux does not exist.
-
getFluxErr()[source]¶ Get fluxErr, which is optional. return fluxErr as Flux [] [] raises ValueError If fluxErr does not exist.
-
getFrequency()[source]¶ Get frequency, which is optional. return frequency as Frequency [] raises ValueError If frequency does not exist.
-
getFrequencyInterval()[source]¶ Get frequencyInterval, which is optional. return frequencyInterval as Frequency [] raises ValueError If frequencyInterval does not exist.
-
getFrequencyRefCode()[source]¶ Get frequencyRefCode, which is optional. return frequencyRefCode as FrequencyReferenceCode raises ValueError If frequencyRefCode does not exist.
-
getNumFreq()[source]¶ Get numFreq, which is optional. return numFreq as int raises ValueError If numFreq does not exist.
-
getNumLines()[source]¶ Get numLines, which is optional. return numLines as int raises ValueError If numLines does not exist.
-
getNumStokes()[source]¶ Get numStokes, which is optional. return numStokes as int raises ValueError If numStokes does not exist.
-
getParallax()[source]¶ Get parallax, which is optional. return parallax as Angle [] raises ValueError If parallax does not exist.
-
getPosition()[source]¶ Get position, which is optional. return position as Length [] raises ValueError If position does not exist.
-
getPositionAngle()[source]¶ Get positionAngle, which is optional. return positionAngle as Angle [] raises ValueError If positionAngle does not exist.
-
getPositionAngleErr()[source]¶ Get positionAngleErr, which is optional. return positionAngleErr as Angle [] raises ValueError If positionAngleErr does not exist.
-
getRangeVel()[source]¶ Get rangeVel, which is optional. return rangeVel as Speed [] raises ValueError If rangeVel does not exist.
-
getRestFrequency()[source]¶ Get restFrequency, which is optional. return restFrequency as Frequency [] raises ValueError If restFrequency does not exist.
-
getSize()[source]¶ Get size, which is optional. return size as Angle [] [] raises ValueError If size does not exist.
-
getSizeErr()[source]¶ Get sizeErr, which is optional. return sizeErr as Angle [] [] raises ValueError If sizeErr does not exist.
-
getSourceModel()[source]¶ Get sourceModel, which is optional. return sourceModel as SourceModel raises ValueError If sourceModel does not exist.
-
getSpectralWindowUsingSpectralWindowId()[source]¶ Returns the row in the SpectralWindow table having SpectralWindow.spectralWindowId == spectralWindowId
-
getStokesParameter()[source]¶ Get stokesParameter, which is optional. return stokesParameter as StokesParameter [] raises ValueError If stokesParameter does not exist.
-
getSysVel()[source]¶ Get sysVel, which is optional. return sysVel as Speed [] raises ValueError If sysVel does not exist.
-
getTransition()[source]¶ Get transition, which is optional. return transition as str [] raises ValueError If transition does not exist.
-
getVelRefCode()[source]¶ Get velRefCode, which is optional. return velRefCode as RadialVelocityReferenceCode raises ValueError If velRefCode does not exist.
-
isCalibrationGroupExists()[source]¶ The attribute calibrationGroup is optional. Return True if this attribute exists. return True if and only if the calibrationGroup attribute exists.
-
isCatalogExists()[source]¶ The attribute catalog is optional. Return True if this attribute exists. return True if and only if the catalog attribute exists.
-
isDeltaVelExists()[source]¶ The attribute deltaVel is optional. Return True if this attribute exists. return True if and only if the deltaVel attribute exists.
-
isDirectionCodeExists()[source]¶ The attribute directionCode is optional. Return True if this attribute exists. return True if and only if the directionCode attribute exists.
-
isDirectionEquinoxExists()[source]¶ The attribute directionEquinox is optional. Return True if this attribute exists. return True if and only if the directionEquinox attribute exists.
-
isDopplerCalcTypeExists()[source]¶ The attribute dopplerCalcType is optional. Return True if this attribute exists. return True if and only if the dopplerCalcType attribute exists.
-
isDopplerReferenceSystemExists()[source]¶ The attribute dopplerReferenceSystem is optional. Return True if this attribute exists. return True if and only if the dopplerReferenceSystem attribute exists.
-
isDopplerVelocityExists()[source]¶ The attribute dopplerVelocity is optional. Return True if this attribute exists. return True if and only if the dopplerVelocity attribute exists.
-
isFluxErrExists()[source]¶ The attribute fluxErr is optional. Return True if this attribute exists. return True if and only if the fluxErr attribute exists.
-
isFluxExists()[source]¶ The attribute flux is optional. Return True if this attribute exists. return True if and only if the flux attribute exists.
-
isFrequencyExists()[source]¶ The attribute frequency is optional. Return True if this attribute exists. return True if and only if the frequency attribute exists.
-
isFrequencyIntervalExists()[source]¶ The attribute frequencyInterval is optional. Return True if this attribute exists. return True if and only if the frequencyInterval attribute exists.
-
isFrequencyRefCodeExists()[source]¶ The attribute frequencyRefCode is optional. Return True if this attribute exists. return True if and only if the frequencyRefCode attribute exists.
-
isNumFreqExists()[source]¶ The attribute numFreq is optional. Return True if this attribute exists. return True if and only if the numFreq attribute exists.
-
isNumLinesExists()[source]¶ The attribute numLines is optional. Return True if this attribute exists. return True if and only if the numLines attribute exists.
-
isNumStokesExists()[source]¶ The attribute numStokes is optional. Return True if this attribute exists. return True if and only if the numStokes attribute exists.
-
isParallaxExists()[source]¶ The attribute parallax is optional. Return True if this attribute exists. return True if and only if the parallax attribute exists.
-
isPositionAngleErrExists()[source]¶ The attribute positionAngleErr is optional. Return True if this attribute exists. return True if and only if the positionAngleErr attribute exists.
-
isPositionAngleExists()[source]¶ The attribute positionAngle is optional. Return True if this attribute exists. return True if and only if the positionAngle attribute exists.
-
isPositionExists()[source]¶ The attribute position is optional. Return True if this attribute exists. return True if and only if the position attribute exists.
-
isRangeVelExists()[source]¶ The attribute rangeVel is optional. Return True if this attribute exists. return True if and only if the rangeVel attribute exists.
-
isRestFrequencyExists()[source]¶ The attribute restFrequency is optional. Return True if this attribute exists. return True if and only if the restFrequency attribute exists.
-
isSizeErrExists()[source]¶ The attribute sizeErr is optional. Return True if this attribute exists. return True if and only if the sizeErr attribute exists.
-
isSizeExists()[source]¶ The attribute size is optional. Return True if this attribute exists. return True if and only if the size attribute exists.
-
isSourceModelExists()[source]¶ The attribute sourceModel is optional. Return True if this attribute exists. return True if and only if the sourceModel attribute exists.
-
isStokesParameterExists()[source]¶ The attribute stokesParameter is optional. Return True if this attribute exists. return True if and only if the stokesParameter attribute exists.
-
isSysVelExists()[source]¶ The attribute sysVel is optional. Return True if this attribute exists. return True if and only if the sysVel attribute exists.
-
isTransitionExists()[source]¶ The attribute transition is optional. Return True if this attribute exists. return True if and only if the transition attribute exists.
-
isVelRefCodeExists()[source]¶ The attribute velRefCode is optional. Return True if this attribute exists. return True if and only if the velRefCode attribute exists.
-
static
numFreqFromBin(row, eis)[source]¶ Set the optional numFreq in row from the EndianInput (eis) instance.
-
static
numLinesFromBin(row, eis)[source]¶ Set the optional numLines in row from the EndianInput (eis) instance.
-
static
numStokesFromBin(row, eis)[source]¶ Set the optional numStokes in row from the EndianInput (eis) instance.
-
static
parallaxFromBin(row, eis)[source]¶ Set the optional parallax in row from the EndianInput (eis) instance.
-
static
positionAngleErrFromBin(row, eis)[source]¶ Set the optional positionAngleErr in row from the EndianInput (eis) instance.
-
static
positionAngleFromBin(row, eis)[source]¶ Set the optional positionAngle in row from the EndianInput (eis) instance.
-
static
positionFromBin(row, eis)[source]¶ Set the optional position in row from the EndianInput (eis) instance.
-
static
properMotionFromBin(row, eis)[source]¶ Set the properMotion in row from the EndianInput (eis) instance.
-
static
rangeVelFromBin(row, eis)[source]¶ Set the optional rangeVel in row from the EndianInput (eis) instance.
-
static
restFrequencyFromBin(row, eis)[source]¶ Set the optional restFrequency in row from the EndianInput (eis) instance.
-
setCalibrationGroup(calibrationGroup)[source]¶ Set calibrationGroup with the specified int value. calibrationGroup The int value to which calibrationGroup is to be set.
-
setCatalog(catalog)[source]¶ Set catalog with the specified str value. catalog The str value to which catalog is to be set.
-
setCode(code)[source]¶ Set code with the specified str value. code The str value to which code is to be set.
-
setDeltaVel(deltaVel)[source]¶ Set deltaVel with the specified Speed value. deltaVel The Speed value to which deltaVel is to be set. The value of deltaVel can be anything allowed by the Speed constructor.
-
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.
-
setDirectionCode(directionCode)[source]¶ Set directionCode with the specified DirectionReferenceCode value. directionCode The DirectionReferenceCode value to which directionCode is to be set.
-
setDirectionEquinox(directionEquinox)[source]¶ Set directionEquinox with the specified ArrayTime value. directionEquinox The ArrayTime value to which directionEquinox is to be set. The value of directionEquinox can be anything allowed by the ArrayTime constructor.
-
setDopplerCalcType(dopplerCalcType)[source]¶ Set dopplerCalcType with the specified DopplerReferenceCode value. dopplerCalcType The DopplerReferenceCode value to which dopplerCalcType is to be set.
-
setDopplerReferenceSystem(dopplerReferenceSystem)[source]¶ Set dopplerReferenceSystem with the specified RadialVelocityReferenceCode value. dopplerReferenceSystem The RadialVelocityReferenceCode value to which dopplerReferenceSystem is to be set.
-
setDopplerVelocity(dopplerVelocity)[source]¶ Set dopplerVelocity with the specified Speed [] value. dopplerVelocity The Speed [] value to which dopplerVelocity is to be set. The value of dopplerVelocity can be anything allowed by the Speed [] constructor.
-
setFlux(flux)[source]¶ Set flux with the specified Flux [] [] value. flux The Flux [] [] value to which flux is to be set. The value of flux can be anything allowed by the Flux [] [] constructor.
-
setFluxErr(fluxErr)[source]¶ Set fluxErr with the specified Flux [] [] value. fluxErr The Flux [] [] value to which fluxErr is to be set. The value of fluxErr can be anything allowed by the Flux [] [] constructor.
-
setFrequency(frequency)[source]¶ Set frequency with the specified Frequency [] value. frequency The Frequency [] value to which frequency is to be set. The value of frequency can be anything allowed by the Frequency [] constructor.
-
setFrequencyInterval(frequencyInterval)[source]¶ Set frequencyInterval with the specified Frequency [] value. frequencyInterval The Frequency [] value to which frequencyInterval is to be set. The value of frequencyInterval can be anything allowed by the Frequency [] constructor.
-
setFrequencyRefCode(frequencyRefCode)[source]¶ Set frequencyRefCode with the specified FrequencyReferenceCode value. frequencyRefCode The FrequencyReferenceCode value to which frequencyRefCode is to be set.
-
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.
-
setNumFreq(numFreq)[source]¶ Set numFreq with the specified int value. numFreq The int value to which numFreq is to be set.
-
setNumLines(numLines)[source]¶ Set numLines with the specified int value. numLines The int value to which numLines is to be set.
-
setNumStokes(numStokes)[source]¶ Set numStokes with the specified int value. numStokes The int value to which numStokes is to be set.
-
setParallax(parallax)[source]¶ Set parallax with the specified Angle [] value. parallax The Angle [] value to which parallax is to be set. The value of parallax can be anything allowed by the Angle [] constructor.
-
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.
-
setPositionAngle(positionAngle)[source]¶ Set positionAngle with the specified Angle [] value. positionAngle The Angle [] value to which positionAngle is to be set. The value of positionAngle can be anything allowed by the Angle [] constructor.
-
setPositionAngleErr(positionAngleErr)[source]¶ Set positionAngleErr with the specified Angle [] value. positionAngleErr The Angle [] value to which positionAngleErr is to be set. The value of positionAngleErr can be anything allowed by the Angle [] constructor.
-
setProperMotion(properMotion)[source]¶ Set properMotion with the specified AngularRate [] value. properMotion The AngularRate [] value to which properMotion is to be set. The value of properMotion can be anything allowed by the AngularRate [] constructor.
-
setRangeVel(rangeVel)[source]¶ Set rangeVel with the specified Speed [] value. rangeVel The Speed [] value to which rangeVel is to be set. The value of rangeVel can be anything allowed by the Speed [] constructor.
-
setRestFrequency(restFrequency)[source]¶ Set restFrequency with the specified Frequency [] value. restFrequency The Frequency [] value to which restFrequency is to be set. The value of restFrequency can be anything allowed by the Frequency [] constructor.
-
setSize(size)[source]¶ Set size with the specified Angle [] [] value. size The Angle [] [] value to which size is to be set. The value of size can be anything allowed by the Angle [] [] constructor.
-
setSizeErr(sizeErr)[source]¶ Set sizeErr with the specified Angle [] [] value. sizeErr The Angle [] [] value to which sizeErr is to be set. The value of sizeErr can be anything allowed by the Angle [] [] constructor.
-
setSourceId(sourceId)[source]¶ Set sourceId with the specified int value. sourceId The int value to which sourceId 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.
-
setSourceModel(sourceModel)[source]¶ Set sourceModel with the specified SourceModel value. sourceModel The SourceModel value to which sourceModel is to be set.
-
setSourceName(sourceName)[source]¶ Set sourceName with the specified str value. sourceName The str value to which sourceName is to be set.
-
setSpectralWindowId(spectralWindowId)[source]¶ Set spectralWindowId with the specified Tag value. spectralWindowId The Tag value to which spectralWindowId is to be set. The value of spectralWindowId 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.
-
setStokesParameter(stokesParameter)[source]¶ Set stokesParameter with the specified StokesParameter [] value. stokesParameter The StokesParameter [] value to which stokesParameter is to be set.
-
setSysVel(sysVel)[source]¶ Set sysVel with the specified Speed [] value. sysVel The Speed [] value to which sysVel is to be set. The value of sysVel can be anything allowed by the Speed [] constructor.
-
setTimeInterval(timeInterval)[source]¶ Set timeInterval with the specified ArrayTimeInterval value. timeInterval The ArrayTimeInterval value to which timeInterval is to be set. The value of timeInterval can be anything allowed by the ArrayTimeInterval constructor.
Raises a ValueError If an attempt is made to change a part of the key after is has been added to the table.
-
setTransition(transition)[source]¶ Set transition with the specified str [] value. transition The str [] value to which transition is to be set.
-
setVelRefCode(velRefCode)[source]¶ Set velRefCode with the specified RadialVelocityReferenceCode value. velRefCode The RadialVelocityReferenceCode value to which velRefCode is to be set.
-
static
sizeErrFromBin(row, eis)[source]¶ Set the optional sizeErr in row from the EndianInput (eis) instance.
-
static
sizeFromBin(row, eis)[source]¶ Set the optional size in row from the EndianInput (eis) instance.
-
static
sourceIdFromBin(row, eis)[source]¶ Set the sourceId in row from the EndianInput (eis) instance.
-
static
sourceModelFromBin(row, eis)[source]¶ Set the optional sourceModel in row from the EndianInput (eis) instance.
-
static
sourceNameFromBin(row, eis)[source]¶ Set the sourceName in row from the EndianInput (eis) instance.
-
static
spectralWindowIdFromBin(row, eis)[source]¶ Set the spectralWindowId in row from the EndianInput (eis) instance.
-
static
stokesParameterFromBin(row, eis)[source]¶ Set the optional stokesParameter in row from the EndianInput (eis) instance.
-
static
sysVelFromBin(row, eis)[source]¶ Set the optional sysVel in row from the EndianInput (eis) instance.
-
static
timeIntervalFromBin(row, eis)[source]¶ Set the timeInterval in row from the EndianInput (eis) instance.
-
static