Automatic detector-panel removal #169
Labels
Detectors
Issue affects the detectors
enhancement
New feature or request
medium priority
Should be fixed soon, but doesn't disastrously impact project
Optimisation
Issue affects the optimisation of the detector
## Problem
The optimisation will sometimes try to minimiser some panels, in order to assign their budget to other, more useful panels, however, this can lead problems, e.g.
ScatterBatch._filter_scatters
will remove any muons with at least one high-uncertainty hit, i.e. all muons get removed.Example:
Potential solution
A callback that automatically removes panels. This could trigger on e.g.
The text was updated successfully, but these errors were encountered: