PointingMethod

class PointingMethod(pointingMethod)[source]

Bases: object

A class for the PointingMethod enumeration.

Attributes Summary

CIRCLE

CROSS

FIVE_POINT

FOUR_POINT

HOLOGRAPHY

THREE_POINT

Methods Summary

from_int(i)

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

name(pointingMethod)

Returns the string form of pointingMethod

names()

Return the list of all known PointingMethod enumeration names

newPointingMethod(name)

Equivalent to the literal method

revision()

revision as a string.

size()

the number of known enumerators in PointingMethod

version()

the major version number as an int.

Attributes Documentation

CIRCLE = <pyasdm.enumerations.PointingMethod.PointingMethod object>
CROSS = <pyasdm.enumerations.PointingMethod.PointingMethod object>
FIVE_POINT = <pyasdm.enumerations.PointingMethod.PointingMethod object>
FOUR_POINT = <pyasdm.enumerations.PointingMethod.PointingMethod object>
HOLOGRAPHY = <pyasdm.enumerations.PointingMethod.PointingMethod object>
THREE_POINT = <pyasdm.enumerations.PointingMethod.PointingMethod object>

Methods Documentation

static from_int(i)[source]

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

static name(pointingMethod)[source]

Returns the string form of pointingMethod

static names()[source]

Return the list of all known PointingMethod enumeration names

static newPointingMethod(name)[source]

Equivalent to the literal method

static revision()[source]

revision as a string.

static size()[source]

the number of known enumerators in PointingMethod

static version()[source]

the major version number as an int.