imap_processing.codice.utils.get_view_tab_info#

imap_processing.codice.utils.get_view_tab_info(json_data: dict, view_id: int, apid: int) dict#

Get the view table information for a specific view and APID.

Parameters:
  • json_data (dict) – The JSON data loaded from the SCI-LUT file.

  • view_id (int) – The view ID from the packet.

  • apid (int) – The APID from the packet.

Returns:

The view table information containing details like sensor, collapse_table, data_product, etc.

Return type:

dict