Ticket #2274 (closed: fixed)
IdentifyNoisyDetectors algorithm [TOSCA Requirement]
Reported by: | Michael Whitty | Owned by: | Michael Whitty |
---|---|---|---|
Priority: | major | Milestone: | Iteration 27 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Owen Arnold |
Description
For support of the TOSCA instrument, TRC requires a method to identify which detectors are "bad" in the raw file.
Looking at the current selection of similar sounding algorithms we have, it would appear we do not have anything that is of the same spirit as what Timmy used within OpenGENIE.
Create an algorithm that takes a TOF workspace and outputs a masking workspace (1s & 0s) stating which detectors are to be considered "no good".
Decision based on whether the integrated value over a specified range is within 3 * std deviation of the mean. This should prune out the "empties" and the detectors in the instrument that are just noise.
Repeat the process a couple of times so that the mean is recalculated when the largest differences have been sacked off.
Change History
comment:3 Changed 10 years ago by Michael Whitty
- Status changed from accepted to verify
- Resolution set to fixed
algorithm & test are there and working. getting the same results as in OpenGENIE.