Skip to content

Commit

Permalink
comment out qual cuts
Browse files Browse the repository at this point in the history
  • Loading branch information
TjarkMiener committed Oct 30, 2024
1 parent 31167e0 commit ea22625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dl1_data_handler/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ class TableQualityQuery(QualityQuery):
quality_criteria = List(
default_value=[
("> 50 phe", "hillas_intensity > 50"),
("Positive width", "hillas_width > 0"),
("> 3 pixels", "morphology_n_pixels > 3"),
#("Positive width", "hillas_width > 0"),
#("> 3 pixels", "morphology_n_pixels > 3"),
],
allow_none=True,
help=QualityQuery.quality_criteria.help,
Expand Down

0 comments on commit ea22625

Please sign in to comment.