Ticket #3510 (closed: fixed)
EQSANS: scale frame 1 to frame 2
| Reported by: | Mathieu Doucet | Owned by: | Mathieu Doucet |
|---|---|---|---|
| Priority: | major | Milestone: | Iteration 30 |
| Component: | Mantid | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Tester: | Peter Peterson |
Description
Sometimes the two frames don't overlap. Scale frame 1 to frame 2.
Change History
comment:2 Changed 9 years ago by Mathieu Doucet
- Status changed from accepted to verify
- Resolution set to fixed
In [13759]:
comment:4 Changed 9 years ago by Mathieu Doucet
To test, run the following in MantidPlot and check that the last item in the history of workspace EQSANS_4061_event_frame1_Iq is Scale, with a factor of about 1.15.
from reduction.instruments.sans.sns_command_interface import *
EQSANS(True)
AppendDataFile("../Data/EQSANS_4061_event.nxs")
SetBeamCenter(0.0,0.0)
UseConfigTOFTailsCutoff(False)
UseConfigMask(False)
TotalChargeNormalization(normalize_to_beam=False)
Reduce1D()
Note: See
TracTickets for help on using
tickets.
