Ticket #2566 (closed: fixed)
TofCorrection algorithm should move detectors positions
Reported by: | Michael Whitty | Owned by: | Michael Whitty |
---|---|---|---|
Priority: | major | Milestone: | Iteration 28 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Janik Zikovsky |
Description
For detectors on which the offset has been applied, the position of the detector should be shifted to the origin.
This will prevent having to do it in python after each run of this algorithm, which is slow because of logging, etc.
Change History
comment:2 Changed 10 years ago by Michael Whitty
(In [9761]) refs #2566 - adjust TofCorrection algorithm so that it will move the positions of the affected detectors to (0,0,0). This removes the need for us to do this in the python scripting layer and so eliminates a) a very slow step in the reduction for tosca data, b) a fairly large scripting difference between tosca and it's colleagues iris & osiris.
comment:3 Changed 10 years ago by Michael Whitty
- Status changed from accepted to verify
- Resolution set to fixed
this algorithm may be deprecated before next release
comment:4 Changed 9 years ago by Janik Zikovsky
- Status changed from verify to verifying
- Tester set to Janik Zikovsky