imap_processing.codice.utils.ViewTabInfo#

class imap_processing.codice.utils.ViewTabInfo(apid: int, collapse_table: int, compression: int, sensor: int, three_d_collapsed: int, view_id: int)#

Class to hold view table information.

apid#

The APID for the packet.

Type:

int

collapse_table#

Collapse table id used to determine the collapse pattern.

Type:

int

compression#

Compression algorithm used for the packet.

Type:

int

sensor#

Sensor id (0 for LO, 1 for HI).

Type:

int

three_d_collapsed#

The 3D collapsed value from the LUT.

Type:

int

view_id#

The view identifier from the packet.

Type:

int

__init__(apid: int, collapse_table: int, compression: int, sensor: int, three_d_collapsed: int, view_id: int) None#

Methods

__init__(apid, collapse_table, compression, ...)

Attributes