Ticket #7966: test_JumpFit.py

File test_JumpFit.py, 321 bytes (added by Samuel Jackson, 7 years ago)

Testing script for JumpFit

Line 
1from IndirectJumpFit import JumpRun
2sname = 'iris21360_graphite002_QLd_Workspace'
3qrange = [0.0, 5.0]
4verbOp = False
5plotOp = False
6saveOp = False
7
8filename = sname+'.nxs' # path name for nxs file
9LoadNexusProcessed(Filename=filename, OutputWorkspace=sname)
10JumpRun(sname,'CE',0,qrange[0],qrange[1],verbOp,plotOp,saveOp)