SyscalMethod

class SyscalMethod(syscalMethod)[source]

Bases: object

A class for the SyscalMethod enumeration.

Attributes Summary

SIDEBAND_RATIO

SKYDIP

TEMPERATURE_SCALE

Methods Summary

from_int(i)

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

name(syscalMethod)

Returns the string form of syscalMethod

names()

Return the list of all known SyscalMethod enumeration names

newSyscalMethod(name)

Equivalent to the literal method

revision()

revision as a string.

size()

the number of known enumerators in SyscalMethod

version()

the major version number as an int.

Attributes Documentation

SIDEBAND_RATIO = <pyasdm.enumerations.SyscalMethod.SyscalMethod object>
SKYDIP = <pyasdm.enumerations.SyscalMethod.SyscalMethod object>
TEMPERATURE_SCALE = <pyasdm.enumerations.SyscalMethod.SyscalMethod object>

Methods Documentation

static from_int(i)[source]

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

static name(syscalMethod)[source]

Returns the string form of syscalMethod

static names()[source]

Return the list of all known SyscalMethod enumeration names

static newSyscalMethod(name)[source]

Equivalent to the literal method

static revision()[source]

revision as a string.

static size()[source]

the number of known enumerators in SyscalMethod

static version()[source]

the major version number as an int.