Ticket #4568 (closed: fixed)
EQSANS: fix flight path correction
Reported by: | Mathieu Doucet | Owned by: | Mathieu Doucet |
---|---|---|---|
Priority: | major | Milestone: | Release 2.1 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Stuart Campbell |
Description
Fix the flight path correction in EQSANSTofStructure by changing the line
if (flight_path_correction) it->m_tof *= tof_factor;
to
if (flight_path_correction) it->m_tof /= tof_factor;
Change History
comment:3 Changed 9 years ago by Mathieu Doucet
Re #4568 Fix flight path correction
Changeset: 7e03ed3b5f476981ce22eb32e1d71049dd48ecd4
comment:4 Changed 9 years ago by Mathieu Doucet
- Status changed from accepted to verify
- Resolution set to fixed
comment:5 Changed 9 years ago by Mathieu Doucet
Re #4568 Update system test after instrument scientists approved change
Changeset: 09eb2386c1fff77bd21a41554e55e49c041b75d1
comment:6 Changed 8 years ago by Stuart Campbell
- Status changed from verify to verifying
- Tester set to Stuart Campbell
Note: See
TracTickets for help on using
tickets.