Ticket #2838 (closed: fixed)
Create a Peak object (for PeaksWorkspace)
Reported by: | Janik Zikovsky | Owned by: | Janik Zikovsky |
---|---|---|---|
Priority: | major | Milestone: | Iteration 28 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Andrei Savici |
Description
Change History
comment:5 Changed 9 years ago by Janik Zikovsky
- Status changed from accepted to verify
- Resolution set to fixed
comment:6 Changed 9 years ago by Andrei Savici
- Status changed from verify to verifying
- Tester set to Andrei Savici
comment:7 Changed 9 years ago by Andrei Savici
Minor defects and enhancements needed
- Add a constructor that allows to set hkl and goniometer rotation matrix.Also initialize the rotation matrix to unity if not set otherwise
- In getWavelength check E_initial=E_final
- In getTOF, you should not assume elastic scattering. tof=d_samp_source/v_initial+d_sample_detector/v_final
- Point 3 is especially important for getting qlab
- In QSampleFrame you need to multiply with the inverse (or the transpose if you want to. they are the same for a rotation matrix)
Note: See
TracTickets for help on using
tickets.