Ticket #3510 (closed: fixed)

Opened 9 years ago

Last modified 5 years ago

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:1 Changed 9 years ago by Mathieu Doucet

  • Status changed from new to accepted

comment:2 Changed 9 years ago by Mathieu Doucet

  • Status changed from accepted to verify
  • Resolution set to fixed

In [13759]:

Fixes #3510

comment:3 Changed 9 years ago by Mathieu Doucet

In [13760]:

clean up Re #3510

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()   		
Last edited 9 years ago by Mathieu Doucet (previous) (diff)

comment:5 Changed 9 years ago by Peter Peterson

  • Status changed from verify to verifying
  • Tester set to Peter Peterson

comment:6 Changed 9 years ago by Peter Peterson

  • Status changed from verifying to closed

Looks good.

comment:7 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 4357

Note: See TracTickets for help on using tickets.