ACAPolarization

class ACAPolarization(aCAPolarization)[source]

Bases: object

A class for the ACAPolarization enumeration.

Attributes Summary

ACA_STANDARD

ACA_XX_50

ACA_XX_YY_SUM

ACA_YY_50

Methods Summary

from_int(i)

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

name(aCAPolarization)

Returns the string form of aCAPolarization

names()

Return the list of all known ACAPolarization enumeration names

newACAPolarization(name)

Equivalent to the literal method

revision()

revision as a string.

size()

the number of known enumerators in ACAPolarization

version()

the major version number as an int.

Attributes Documentation

ACA_STANDARD = <pyasdm.enumerations.ACAPolarization.ACAPolarization object>
ACA_XX_50 = <pyasdm.enumerations.ACAPolarization.ACAPolarization object>
ACA_XX_YY_SUM = <pyasdm.enumerations.ACAPolarization.ACAPolarization object>
ACA_YY_50 = <pyasdm.enumerations.ACAPolarization.ACAPolarization object>

Methods Documentation

static from_int(i)[source]

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

static name(aCAPolarization)[source]

Returns the string form of aCAPolarization

static names()[source]

Return the list of all known ACAPolarization enumeration names

static newACAPolarization(name)[source]

Equivalent to the literal method

static revision()[source]

revision as a string.

static size()[source]

the number of known enumerators in ACAPolarization

static version()[source]

the major version number as an int.