get_stereo_events_old#
- magicctapipe.io.get_stereo_events_old(event_data, quality_cuts=None, group_index=['obs_id', 'event_id'])[source]#
Gets the stereo events surviving specified quality cuts.
It also adds the telescope multiplicity multiplicity and combination types combo_type to the output data frame.
- Parameters:
- event_data
pandas.DataFrame Data frame of shower events
- quality_cuts
str, optional Quality cuts applied to the input data
- group_index
list, optional Index to group telescope events
- event_data
- Returns:
pandas.DataFrameData frame of the stereo events surviving the quality cuts