EventPreprocessor#
- class ctapipe.irf.preprocessing.EventPreprocessor(**kwargs: Any)[source]#
Bases:
Component
Defines pre-selection cuts and the necessary renaming of columns.
Attributes Summary
Prefix of the reco
_energy
columnPrefix of the classifier
_prediction
columnPrefix of the
_alt
and_az
reco geometry columnsMethods Summary
This function defines the columns later functions expect to be present in the event table.
normalise_column_names
(events)Attributes Documentation
- classes = [<class 'ctapipe.irf.preprocessing.EventQualityQuery'>]#
- energy_reconstructor#
Prefix of the reco
_energy
column
- gammaness_classifier#
Prefix of the classifier
_prediction
column
- geometry_reconstructor#
Prefix of the
_alt
and_az
reco geometry columns
Methods Documentation