AtmPhaseCorrection

class AtmPhaseCorrection(atmPhaseCorrection)[source]

Bases: object

A class for the AtmPhaseCorrection enumeration.

Attributes Summary

AP_CORRECTED

AP_UNCORRECTED

Methods Summary

from_int(i)

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

name(atmPhaseCorrection)

Returns the string form of atmPhaseCorrection

names()

Return the list of all known AtmPhaseCorrection enumeration names

newAtmPhaseCorrection(name)

Equivalent to the literal method

revision()

revision as a string.

size()

the number of known enumerators in AtmPhaseCorrection

version()

the major version number as an int.

Attributes Documentation

AP_CORRECTED = <pyasdm.enumerations.AtmPhaseCorrection.AtmPhaseCorrection object>
AP_UNCORRECTED = <pyasdm.enumerations.AtmPhaseCorrection.AtmPhaseCorrection object>

Methods Documentation

static from_int(i)[source]

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

static name(atmPhaseCorrection)[source]

Returns the string form of atmPhaseCorrection

static names()[source]

Return the list of all known AtmPhaseCorrection enumeration names

static newAtmPhaseCorrection(name)[source]

Equivalent to the literal method

static revision()[source]

revision as a string.

static size()[source]

the number of known enumerators in AtmPhaseCorrection

static version()[source]

the major version number as an int.