DL2EventQualityQuery#
- class ctapipe.io.dl2_tables_preprocessing.DL2EventQualityQuery(**kwargs: Any)[source]#
 Bases:
QualityQueryEvent pre-selection quality criteria for IRF computation with different defaults.
Attributes Summary
list of tuples of ('<description', 'expression string') to accept (select) a given data value.
Attributes Documentation
- quality_criteria#
 list of tuples of (‘<description’, ‘expression string’) to accept (select) a given data value. E.g.
[('mycut', 'x > 3'),]. You may usenumpyasnpandastropy.unitsasu, but no other modules.