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