CalType

class CalType(calType)[source]

Bases: object

A class for the CalType enumeration.

Attributes Summary

CAL_AMPLI

CAL_APPPHASE

CAL_ATMOSPHERE

CAL_BANDPASS

CAL_CURVE

CAL_DELAY

CAL_FLUX

CAL_FOCUS

CAL_FOCUS_MODEL

CAL_GAIN

CAL_HOLOGRAPHY

CAL_PHASE

CAL_POINTING

CAL_POINTING_MODEL

CAL_POSITION

CAL_PRIMARY_BEAM

CAL_SEEING

CAL_WVR

Methods Summary

from_int(i)

Return a CalType 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 CalType enumerator value given a string

name(calType)

Returns the string form of calType

names()

Return the list of all known CalType enumeration names

newCalType(name)

Equivalent to the literal method

revision()

revision as a string.

size()

the number of known enumerators in CalType

version()

the major version number as an int.

Attributes Documentation

CAL_AMPLI = <pyasdm.enumerations.CalType.CalType object>
CAL_APPPHASE = <pyasdm.enumerations.CalType.CalType object>
CAL_ATMOSPHERE = <pyasdm.enumerations.CalType.CalType object>
CAL_BANDPASS = <pyasdm.enumerations.CalType.CalType object>
CAL_CURVE = <pyasdm.enumerations.CalType.CalType object>
CAL_DELAY = <pyasdm.enumerations.CalType.CalType object>
CAL_FLUX = <pyasdm.enumerations.CalType.CalType object>
CAL_FOCUS = <pyasdm.enumerations.CalType.CalType object>
CAL_FOCUS_MODEL = <pyasdm.enumerations.CalType.CalType object>
CAL_GAIN = <pyasdm.enumerations.CalType.CalType object>
CAL_HOLOGRAPHY = <pyasdm.enumerations.CalType.CalType object>
CAL_PHASE = <pyasdm.enumerations.CalType.CalType object>
CAL_POINTING = <pyasdm.enumerations.CalType.CalType object>
CAL_POINTING_MODEL = <pyasdm.enumerations.CalType.CalType object>
CAL_POSITION = <pyasdm.enumerations.CalType.CalType object>
CAL_PRIMARY_BEAM = <pyasdm.enumerations.CalType.CalType object>
CAL_SEEING = <pyasdm.enumerations.CalType.CalType object>
CAL_WVR = <pyasdm.enumerations.CalType.CalType object>

Methods Documentation

static from_int(i)[source]

Return a CalType 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 CalType enumerator value given a string

static name(calType)[source]

Returns the string form of calType

static names()[source]

Return the list of all known CalType enumeration names

static newCalType(name)[source]

Equivalent to the literal method

static revision()[source]

revision as a string.

static size()[source]

the number of known enumerators in CalType

static version()[source]

the major version number as an int.