Ticket #879 (closed: fixed)
NormaliseToMonitor failing for MARI data
Reported by: | Russell Taylor | Owned by: | Russell Taylor |
---|---|---|---|
Priority: | major | Milestone: | Iteration 19 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
The algorithm checks that the specified detector is actually a monitor, and throws if not. This is a bit harsh - it means that the algorithm fails if the instrument is not fully specified, even though the algorithm itself doesn't need instrument information.
There's also a problem with the MARI instrument when loaded - it's losing the monitors.
Change History
Note: See
TracTickets for help on using
tickets.
(In [3124]) Modified NormaliseToMonitor so that it only prints a warning if the normalising spectrum is not flagged as belonging to a monitor. Also fixed a problem in the MARI instrument definition that was failing to mark the monitors as detectors. Re #879.