Ticket #1681 (closed: fixed)
Rewrite ExtractFFTSpectrum Python Algorithm in C++
Reported by: | Michael Whitty | Owned by: | Michael Whitty |
---|---|---|---|
Priority: | major | Milestone: | Iteration 25 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Russell Taylor |
Description
Currently, Python in Mantid has no means of performing operations on workspace axis. For the "Fury" element of the indirectAnalysis ui, we need the output to be plottable with the range of 3d plots available in MantidPlot. However, currently the spectra-detector map is not available in the output of Fury because we're cloning the workspace from the output of FFT.
Rewriting this section of the Fury process as a C++ algorithm will allow us to better serve the needs of the users, and also (as a side affect) allow us to remove the DivideBySpectrum Python algorithm which was horribly inefficient but necessary as a work around.
Change History
comment:3 Changed 10 years ago by Michael Whitty
- Status changed from accepted to verify
- Resolution set to fixed
comment:4 Changed 10 years ago by Russell Taylor
- Status changed from verify to verifying
- Tester set to Russell Taylor
Note: See
TracTickets for help on using
tickets.