CorrelatorName

class CorrelatorName(correlatorName)[source]

Bases: object

A class for the CorrelatorName enumeration.

Attributes Summary

ALMA_ACA

ALMA_ACASPEC

ALMA_BASELINE

ALMA_BASELINE_ATF

ALMA_BASELINE_PROTO_OSF

HERSCHEL

IRAM_30M_VESPA

IRAM_PDB

IRAM_WILMA

NRAO_VLA

NRAO_WIDAR

Methods Summary

from_int(i)

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

name(correlatorName)

Returns the string form of correlatorName

names()

Return the list of all known CorrelatorName enumeration names

newCorrelatorName(name)

Equivalent to the literal method

revision()

revision as a string.

size()

the number of known enumerators in CorrelatorName

version()

the major version number as an int.

Attributes Documentation

ALMA_ACA = <pyasdm.enumerations.CorrelatorName.CorrelatorName object>
ALMA_ACASPEC = <pyasdm.enumerations.CorrelatorName.CorrelatorName object>
ALMA_BASELINE = <pyasdm.enumerations.CorrelatorName.CorrelatorName object>
ALMA_BASELINE_ATF = <pyasdm.enumerations.CorrelatorName.CorrelatorName object>
ALMA_BASELINE_PROTO_OSF = <pyasdm.enumerations.CorrelatorName.CorrelatorName object>
HERSCHEL = <pyasdm.enumerations.CorrelatorName.CorrelatorName object>
IRAM_30M_VESPA = <pyasdm.enumerations.CorrelatorName.CorrelatorName object>
IRAM_PDB = <pyasdm.enumerations.CorrelatorName.CorrelatorName object>
IRAM_WILMA = <pyasdm.enumerations.CorrelatorName.CorrelatorName object>
NRAO_VLA = <pyasdm.enumerations.CorrelatorName.CorrelatorName object>
NRAO_WIDAR = <pyasdm.enumerations.CorrelatorName.CorrelatorName object>

Methods Documentation

static from_int(i)[source]

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

static name(correlatorName)[source]

Returns the string form of correlatorName

static names()[source]

Return the list of all known CorrelatorName enumeration names

static newCorrelatorName(name)[source]

Equivalent to the literal method

static revision()[source]

revision as a string.

static size()[source]

the number of known enumerators in CorrelatorName

static version()[source]

the major version number as an int.