FluxCalibrationMethod

class FluxCalibrationMethod(fluxCalibrationMethod)[source]

Bases: object

A class for the FluxCalibrationMethod enumeration.

Attributes Summary

ABSOLUTE

EFFICIENCY

RELATIVE

Methods Summary

from_int(i)

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

name(fluxCalibrationMethod)

Returns the string form of fluxCalibrationMethod

names()

Return the list of all known FluxCalibrationMethod enumeration names

newFluxCalibrationMethod(name)

Equivalent to the literal method

revision()

revision as a string.

size()

the number of known enumerators in FluxCalibrationMethod

version()

the major version number as an int.

Attributes Documentation

ABSOLUTE = <pyasdm.enumerations.FluxCalibrationMethod.FluxCalibrationMethod object>
EFFICIENCY = <pyasdm.enumerations.FluxCalibrationMethod.FluxCalibrationMethod object>
RELATIVE = <pyasdm.enumerations.FluxCalibrationMethod.FluxCalibrationMethod object>

Methods Documentation

static from_int(i)[source]

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

static name(fluxCalibrationMethod)[source]

Returns the string form of fluxCalibrationMethod

static names()[source]

Return the list of all known FluxCalibrationMethod enumeration names

static newFluxCalibrationMethod(name)[source]

Equivalent to the literal method

static revision()[source]

revision as a string.

static size()[source]

the number of known enumerators in FluxCalibrationMethod

static version()[source]

the major version number as an int.