RadialVelocityReferenceCode

class RadialVelocityReferenceCode(radialVelocityReferenceCode)[source]

Bases: object

A class for the RadialVelocityReferenceCode enumeration.

Attributes Summary

BARY

GALACTO

GEO

LSRD

LSRK

TOPO

Methods Summary

from_int(i)

Return a RadialVelocityReferenceCode from an integration matching an enumeration.

getName()

Return the name of this enumeration.

getValue()

Return the integer value of this enumeration.

literal(name)

Return the RadialVelocityReferenceCode enumerator value given a string

name(radialVelocityReferenceCode)

Returns the string form of radialVelocityReferenceCode

names()

Return the list of all known RadialVelocityReferenceCode enumeration names

newRadialVelocityReferenceCode(name)

Equivalent to the literal method

revision()

revision as a string.

size()

the number of known enumerators in RadialVelocityReferenceCode

version()

the major version number as an int.

Attributes Documentation

BARY = <pyasdm.enumerations.RadialVelocityReferenceCode.RadialVelocityReferenceCode object>
GALACTO = <pyasdm.enumerations.RadialVelocityReferenceCode.RadialVelocityReferenceCode object>
GEO = <pyasdm.enumerations.RadialVelocityReferenceCode.RadialVelocityReferenceCode object>
LSRD = <pyasdm.enumerations.RadialVelocityReferenceCode.RadialVelocityReferenceCode object>
LSRK = <pyasdm.enumerations.RadialVelocityReferenceCode.RadialVelocityReferenceCode object>
TOPO = <pyasdm.enumerations.RadialVelocityReferenceCode.RadialVelocityReferenceCode object>

Methods Documentation

static from_int(i)[source]

Return a RadialVelocityReferenceCode from an integration matching an enumeration.

getName()[source]

Return the name of this enumeration.

getValue()[source]

Return the integer value of this enumeration.

static literal(name)[source]

Return the RadialVelocityReferenceCode enumerator value given a string

static name(radialVelocityReferenceCode)[source]

Returns the string form of radialVelocityReferenceCode

static names()[source]

Return the list of all known RadialVelocityReferenceCode enumeration names

static newRadialVelocityReferenceCode(name)[source]

Equivalent to the literal method

static revision()[source]

revision as a string.

static size()[source]

the number of known enumerators in RadialVelocityReferenceCode

static version()[source]

the major version number as an int.