Ticket #7966: test_JumpFit.py
| File test_JumpFit.py, 321 bytes (added by Samuel Jackson, 7 years ago) |
|---|
| Line | |
|---|---|
| 1 | from IndirectJumpFit import JumpRun |
| 2 | sname = 'iris21360_graphite002_QLd_Workspace' |
| 3 | qrange = [0.0, 5.0] |
| 4 | verbOp = False |
| 5 | plotOp = False |
| 6 | saveOp = False |
| 7 | |
| 8 | filename = sname+'.nxs' # path name for nxs file |
| 9 | LoadNexusProcessed(Filename=filename, OutputWorkspace=sname) |
| 10 | JumpRun(sname,'CE',0,qrange[0],qrange[1],verbOp,plotOp,saveOp) |
