CorrelationBit

class CorrelationBit(correlationBit)[source]

Bases: object

A class for the CorrelationBit enumeration.

Attributes Summary

BITS_2x2

BITS_3x3

BITS_4x4

Methods 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

static from_int(i)[source]

Return a CorrelationBit 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 CorrelationBit enumerator value given a string

static name(correlationBit)[source]

Returns the string form of correlationBit

static names()[source]

Return the list of all known CorrelationBit enumeration names

static newCorrelationBit(name)[source]

Equivalent to the literal method

static revision()[source]

revision as a string.

static size()[source]

the number of known enumerators in CorrelationBit

static version()[source]

the major version number as an int.