imap_processing.codice.utils.calculate_acq_time_per_step#

imap_processing.codice.utils.calculate_acq_time_per_step(low_stepping_tab: dict, esa_step_dim: int = 128) ndarray#

Calculate acquisition time per step from low stepping table.

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

  • esa_step_dim (int) – The ESA step dimension size.

Returns:

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

Return type:

np.ndarray