imap_processing.codice.codice_l2.get_hi_de_luts#

imap_processing.codice.codice_l2.get_hi_de_luts(dependencies: ProcessingInputCollection | None) tuple[ndarray, ndarray]#

Load lookup tables for hi direct-event processing.

Parameters:

dependencies (ProcessingInputCollection) – The collection of processing input files.

Returns:

  • energy_table (np.ndarray) – 2D array of energy lookup table with shape (ssd_energy, col).

  • tof_table (np.ndarray) – 2D array of tof lookup table with shape (tof_index, col).