imap_processing.codice.codice_l2.get_lo_de_energy_luts#
- imap_processing.codice.codice_l2.get_lo_de_energy_luts(dependencies: ProcessingInputCollection) tuple[ndarray[tuple[int, ...], dtype[_ScalarType_co]], ndarray[tuple[int, ...], dtype[_ScalarType_co]]]#
Get the LO DE lookup tables for energy conversions.
- Parameters:
dependencies (ProcessingInputCollection) – The collection of processing input files.
- Returns:
energy_lut (np.ndarray) – An array of energy in keV for each energy table index.
energy_bins_lut (np.ndarray) – An array of energy bins.