CorrelatorCalibration

class CorrelatorCalibration(correlatorCalibration)[source]

Bases: object

A class for the CorrelatorCalibration enumeration.

Attributes Summary

CORRELATOR_CALIBRATION

NONE

REAL_OBSERVATION

Methods Summary

from_int(i)

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

name(correlatorCalibration)

Returns the string form of correlatorCalibration

names()

Return the list of all known CorrelatorCalibration enumeration names

newCorrelatorCalibration(name)

Equivalent to the literal method

revision()

revision as a string.

size()

the number of known enumerators in CorrelatorCalibration

version()

the major version number as an int.

Attributes Documentation

CORRELATOR_CALIBRATION = <pyasdm.enumerations.CorrelatorCalibration.CorrelatorCalibration object>
NONE = <pyasdm.enumerations.CorrelatorCalibration.CorrelatorCalibration object>
REAL_OBSERVATION = <pyasdm.enumerations.CorrelatorCalibration.CorrelatorCalibration object>

Methods Documentation

static from_int(i)[source]

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

static name(correlatorCalibration)[source]

Returns the string form of correlatorCalibration

static names()[source]

Return the list of all known CorrelatorCalibration enumeration names

static newCorrelatorCalibration(name)[source]

Equivalent to the literal method

static revision()[source]

revision as a string.

static size()[source]

the number of known enumerators in CorrelatorCalibration

static version()[source]

the major version number as an int.