DataScale

class DataScale(dataScale)[source]

Bases: object

A class for the DataScale enumeration.

Attributes Summary

CORRELATION

CORRELATION_COEFFICIENT

JY

K

Methods 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

static from_int(i)[source]

Return a DataScale from an integration matching an enumeration.

getName()[source]

Return the name of this enumeration.

getValue()[source]

Return the integer value of this enumeration.

static literal(name)[source]

Return the DataScale enumerator value given a string

static name(dataScale)[source]

Returns the string form of dataScale

static names()[source]

Return the list of all known DataScale enumeration names

static newDataScale(name)[source]

Equivalent to the literal method

static revision()[source]

revision as a string.

static size()[source]

the number of known enumerators in DataScale

static version()[source]

the major version number as an int.