FluxCalibrationMethod¶
-
class
FluxCalibrationMethod(fluxCalibrationMethod)[source]¶ Bases:
objectA class for the FluxCalibrationMethod enumeration.
Attributes Summary
ABSOLUTEEFFICIENCYRELATIVEMethods Summary
from_int(i)Return a FluxCalibrationMethod 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 FluxCalibrationMethod enumerator value given a string
name(fluxCalibrationMethod)Returns the string form of fluxCalibrationMethod
names()Return the list of all known FluxCalibrationMethod enumeration names
newFluxCalibrationMethod(name)Equivalent to the literal method
revision()revision as a string.
size()the number of known enumerators in FluxCalibrationMethod
version()the major version number as an int.
Attributes Documentation
-
ABSOLUTE= <pyasdm.enumerations.FluxCalibrationMethod.FluxCalibrationMethod object>¶
-
EFFICIENCY= <pyasdm.enumerations.FluxCalibrationMethod.FluxCalibrationMethod object>¶
-
RELATIVE= <pyasdm.enumerations.FluxCalibrationMethod.FluxCalibrationMethod object>¶
Methods Documentation
-