magic-cta-pipe is under active development. Expect large and rapid changes in functionality.

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_datapandas.DataFrame

Data frame of shower events

quality_cutsstr, optional

Quality cuts applied to the input data

group_indexlist, optional

Index to group telescope events

Returns:
pandas.DataFrame

Data frame of the stereo events surviving the quality cuts