CorrelatorName¶
-
class
CorrelatorName(correlatorName)[source]¶ Bases:
objectA class for the CorrelatorName enumeration.
Attributes Summary
ALMA_ACAALMA_ACASPECALMA_BASELINEALMA_BASELINE_ATFALMA_BASELINE_PROTO_OSFHERSCHELIRAM_30M_VESPAIRAM_PDBIRAM_WILMANRAO_VLANRAO_WIDARMethods 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
-