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