CalibrationDevice

class CalibrationDevice(calibrationDevice)[source]

Bases: object

A class for the CalibrationDevice enumeration.

Attributes Summary

AMBIENT_LOAD

COLD_LOAD

HOT_LOAD

NOISE_TUBE_LOAD

NONE

QUARTER_WAVE_PLATE

SOLAR_FILTER

Methods Summary

from_int(i)

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

name(calibrationDevice)

Returns the string form of calibrationDevice

names()

Return the list of all known CalibrationDevice enumeration names

newCalibrationDevice(name)

Equivalent to the literal method

revision()

revision as a string.

size()

the number of known enumerators in CalibrationDevice

version()

the major version number as an int.

Attributes Documentation

AMBIENT_LOAD = <pyasdm.enumerations.CalibrationDevice.CalibrationDevice object>
COLD_LOAD = <pyasdm.enumerations.CalibrationDevice.CalibrationDevice object>
HOT_LOAD = <pyasdm.enumerations.CalibrationDevice.CalibrationDevice object>
NOISE_TUBE_LOAD = <pyasdm.enumerations.CalibrationDevice.CalibrationDevice object>
NONE = <pyasdm.enumerations.CalibrationDevice.CalibrationDevice object>
QUARTER_WAVE_PLATE = <pyasdm.enumerations.CalibrationDevice.CalibrationDevice object>
SOLAR_FILTER = <pyasdm.enumerations.CalibrationDevice.CalibrationDevice object>

Methods Documentation

static from_int(i)[source]

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

static name(calibrationDevice)[source]

Returns the string form of calibrationDevice

static names()[source]

Return the list of all known CalibrationDevice enumeration names

static newCalibrationDevice(name)[source]

Equivalent to the literal method

static revision()[source]

revision as a string.

static size()[source]

the number of known enumerators in CalibrationDevice

static version()[source]

the major version number as an int.