CalibrationMode¶
-
class
CalibrationMode(calibrationMode)[source]¶ Bases:
objectA class for the CalibrationMode enumeration.
Attributes Summary
HOLOGRAPHYINTERFEROMETRYOPTICALRADIOMETRYWVRMethods Summary
from_int(i)Return a CalibrationMode 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 CalibrationMode enumerator value given a string
name(calibrationMode)Returns the string form of calibrationMode
names()Return the list of all known CalibrationMode enumeration names
newCalibrationMode(name)Equivalent to the literal method
revision()revision as a string.
size()the number of known enumerators in CalibrationMode
version()the major version number as an int.
Attributes Documentation
-
HOLOGRAPHY= <pyasdm.enumerations.CalibrationMode.CalibrationMode object>¶
-
INTERFEROMETRY= <pyasdm.enumerations.CalibrationMode.CalibrationMode object>¶
-
OPTICAL= <pyasdm.enumerations.CalibrationMode.CalibrationMode object>¶
-
RADIOMETRY= <pyasdm.enumerations.CalibrationMode.CalibrationMode object>¶
-
WVR= <pyasdm.enumerations.CalibrationMode.CalibrationMode object>¶
Methods Documentation
-