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