imap_processing.swe.l1b.swe_l1b_science.find_cycle_starts#
- imap_processing.swe.l1b.swe_l1b_science.find_cycle_starts(cycles: ndarray) ndarray[Any, dtype[_ScalarType_co]]#
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: