imap_processing.swe.l1b.swe_l1b_science.find_cycle_starts#

imap_processing.swe.l1b.swe_l1b_science.find_cycle_starts(cycles: ndarray)#

Find index of where new cycle started.

Brandon Stone helped developed this algorithm.

Parameters:

cycles (numpy.ndarray) – Array that contains quarter cycle information.

Returns:

Array of indices of start cycle

Return type:

numpy.ndarray