imap_processing.codice.utils.calculate_acq_time_per_step#

imap_processing.codice.utils.calculate_acq_time_per_step(low_stepping_tab: dict) ndarray#

Calculate acquisition time per step from low stepping table.

Parameters:

low_stepping_tab (dict) – The low stepping table from the SCI-LUT JSON.

Returns:

Array of acquisition times per step of shape (num_esa_steps,).

Return type:

np.ndarray