imap_processing.idex.idex_l2b.compute_rates#
- imap_processing.idex.idex_l2b.compute_rates(counts: ndarray, epoch_doy_percent_on: ndarray, non_zero_inds: ndarray) ndarray#
Compute the count rates given the percent uptime of IDEX.
- Parameters:
counts (np.ndarray) – Count values for the dust events.
epoch_doy_percent_on (np.ndarray) – Percentage of time science acquisition was on for each day of the year.
non_zero_inds (np.ndarray) – Indices of the days with non-zero science acquisition percentage.
- Returns:
Count rates.
- Return type:
np.ndarray