You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How would the configuration syntax for the logical or conditions look like anyway?
I think the current syntax might be to limited for that. We could (if we go with eval/query) go for something like:
selection:
- intensity > 50
- num_islands < 5
- width > 0 and width < 10
- telescope == 'LST' or telescope == 'MST'
- run == 1 or run == 5
This way every line equals one boolean expression and all of them are joined with a logical and.
But maybe there is a better, backwards compatible way?
The text was updated successfully, but these errors were encountered: