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