Ticket #3466 (closed: invalid)
Update FindPeaks
Reported by: | Owen Arnold | Owned by: | Janik Zikovsky |
---|---|---|---|
Priority: | major | Milestone: | Iteration 30 |
Component: | VATES | Keywords: | |
Cc: | nick.draper@… | Blocked By: | |
Blocking: | Tester: | Nick Draper |
Description
FindPeaks algorithm produces a TableWorkspace rather than a PeaksWorkspace as it's output. PeaksWorkspace is now available in Mantid. For the Single Crystal Workflow we need this output to be updated so that we can chain the algorithms together properly.
Change History
Note: See
TracTickets for help on using
tickets.
FindPeaks is actually a 1D-only peak finding algorithm, and so can't be used for SCD data. MDEWFindPeaks will find peaks in 3D data and we have no 2D (detector-space) peak finding algorithm that I know of...