imap_processing.codice.utils.ViewTabInfo# class imap_processing.codice.utils.ViewTabInfo(apid: int, collapse_table: 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 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, sensor: int, three_d_collapsed: int, view_id: int) → None# Methods __init__(apid, collapse_table, sensor, ...) Attributes apid collapse_table sensor three_d_collapsed view_id