split_series_using_lytaf¶
-
sunpy.instr.lyra.
split_series_using_lytaf
(timearray, data, lytaf)[source] [edit on github]¶ Proba-2 analysis code for splitting up LYRA timeseries around locations where LARs (and other data events) are observed.
- Parameters
timearray (
numpy.ndarray
of times understood bysunpy.time.parse_time
) – function.data (
numpy.array
corresponding to the given time array) –lytaf (
numpy.recarray
) – Events obtained from querying LYTAF database using lyra.get_lytaf_events().Output –
------ –
output (
list
of dictionaries) – Each dictionary contains a sub-series corresponding to an interval of ‘good data’.