CalibrationMode

class CalibrationMode(calibrationMode)[source]

Bases: object

A class for the CalibrationMode enumeration.

Attributes Summary

HOLOGRAPHY

INTERFEROMETRY

OPTICAL

RADIOMETRY

WVR

Methods Summary

from_int(i)

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

name(calibrationMode)

Returns the string form of calibrationMode

names()

Return the list of all known CalibrationMode enumeration names

newCalibrationMode(name)

Equivalent to the literal method

revision()

revision as a string.

size()

the number of known enumerators in CalibrationMode

version()

the major version number as an int.

Attributes Documentation

HOLOGRAPHY = <pyasdm.enumerations.CalibrationMode.CalibrationMode object>
INTERFEROMETRY = <pyasdm.enumerations.CalibrationMode.CalibrationMode object>
OPTICAL = <pyasdm.enumerations.CalibrationMode.CalibrationMode object>
RADIOMETRY = <pyasdm.enumerations.CalibrationMode.CalibrationMode object>
WVR = <pyasdm.enumerations.CalibrationMode.CalibrationMode object>

Methods Documentation

static from_int(i)[source]

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

static name(calibrationMode)[source]

Returns the string form of calibrationMode

static names()[source]

Return the list of all known CalibrationMode enumeration names

static newCalibrationMode(name)[source]

Equivalent to the literal method

static revision()[source]

revision as a string.

static size()[source]

the number of known enumerators in CalibrationMode

static version()[source]

the major version number as an int.