imap_processing.glows.utils.constants.GlowsConstants#

class imap_processing.glows.utils.constants.GlowsConstants(SUBSECOND_LIMIT: int = 2000000, SCAN_CIRCLE_ANGULAR_RADIUS: float = 75.0, HISTOGRAM_FILLVAL: int = 65535, STANDARD_BIN_COUNT: int = 3600)#

Constants for GLOWS which can be used across different levels or classes.

SUBSECOND_LIMIT#

subsecond limit for GLOWS clock (and consequently also onboard-interpolated IMAP clock)

Type:

int

SCAN_CIRCLE_ANGULAR_RADIUS#

angular radius of IMAP/GLOWS scanning circle [deg]

Type:

float

HISTOGRAM_FILLVAL#

Fill value for histogram bins (65535 for uint16)

Type:

int

STANDARD_BIN_COUNT#

Standard number of bins per histogram (3600)

Type:

int

__init__(SUBSECOND_LIMIT: int = 2000000, SCAN_CIRCLE_ANGULAR_RADIUS: float = 75.0, HISTOGRAM_FILLVAL: int = 65535, STANDARD_BIN_COUNT: int = 3600) None#

Methods

__init__([SUBSECOND_LIMIT, ...])

Attributes