Skip to content

Commit

Permalink
Merge pull request #1208 from cta-observatory/intensity_cut_DL3
Browse files Browse the repository at this point in the history
Set minimum intensity by default to 50 p.e. in example DL3 and IRF configs
  • Loading branch information
rlopezcoto authored Jan 25, 2024
2 parents 107f8ce + 14b9d1b commit cd5f92f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/examples/dl3_tool_config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"EventSelector": {
"filters": {
"intensity": [0, Infinity],
"intensity": [50, Infinity],
"width": [0, Infinity],
"length": [0, Infinity],
"r": [0, 1],
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/irf_tool_config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"EventSelector": {
"filters": {
"intensity": [0, Infinity],
"intensity": [50, Infinity],
"width": [0, Infinity],
"length": [0, Infinity],
"r": [0, 1],
Expand Down

0 comments on commit cd5f92f

Please sign in to comment.