imap_processing.hit.l1a.hit_l1a.find_complete_mod10_sets#

imap_processing.hit.l1a.hit_l1a.find_complete_mod10_sets(mod_vals: ndarray) ndarray#

Find start indices where mod values match [0,1,2,3,4,5,6,7,8,9] pattern.

Parameters:

mod_vals (np.ndarray) – 1D array of mod 10 values from the hdr_minute_cnt field in the L1A counts data.

Returns:

Indices in mod_vals where the complete pattern [0, 1, …, 9] starts.

Return type:

np.ndarray