Ticket #2841 (closed: fixed)
Algorithm to generate expected peak positions in a PeaksWorkspace
Reported by: | Janik Zikovsky | Owned by: | Janik Zikovsky |
---|---|---|---|
Priority: | major | Milestone: | Iteration 29 |
Component: | Mantid | Keywords: | |
Cc: | pf9@… | Blocked By: | #2840 |
Blocking: | Tester: | Vickie Lynch |
Description
The algorithm will use:
- The instrument geometry
- A range of incident wavelengths
- A UB matrix
... in order to determine which pixels should show a peak (and at what TOF/wavelength). This will then be saved into a PeaksWorkspace using the new Peak object (see #2838 peak object, #2840 new PeaksWorkspace).
The algorithm will probably work something like this: go through every detector in the instrument, and look between the min and max wavelength to see how close to a integer HKL the Q can get (taking UB matrix into account). The best pixel (within some tolerance) for each HKL will get a Peak object.
Change History
comment:10 Changed 9 years ago by Janik Zikovsky
comment:11 Changed 9 years ago by Janik Zikovsky
comment:12 Changed 9 years ago by Janik Zikovsky
comment:13 Changed 9 years ago by Janik Zikovsky
comment:14 Changed 9 years ago by Janik Zikovsky
comment:15 Changed 9 years ago by Janik Zikovsky
comment:16 Changed 9 years ago by Janik Zikovsky
comment:17 Changed 9 years ago by Janik Zikovsky
comment:18 Changed 9 years ago by Janik Zikovsky
comment:19 Changed 9 years ago by Janik Zikovsky
- Status changed from accepted to verify
- Resolution set to fixed
comment:20 Changed 9 years ago by Vickie Lynch
- Status changed from verify to verifying
- Tester set to Vickie Lynch
comment:21 Changed 9 years ago by Vickie Lynch
- Status changed from verifying to closed
I see many peaks in the output workspace that match the results from ISAW.
comment:22 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 3688