Ticket #1619 (closed: fixed)
Commands to be added to HFIR SANS reduction
Reported by: | Mathieu Doucet | Owned by: | Mathieu Doucet |
---|---|---|---|
Priority: | major | Milestone: | Iteration 20 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
Add the following to HFIRCommandInterface.py
SetWavelength: overwrites the wavelength read from the data file
SetDistanceOffset: set the offset to be added to the sample-detector distance read from the data file.
SetDistance: set the sample-detector distance
SetPixelSize
KeepIntermediateWorkspace: option to keep intermediate workspaces.
Change History
comment:2 Changed 10 years ago by Mathieu Doucet
- Component set to Mantid
Skipping SetPixelSize. Should have an easy way to modify geometry description instead.
comment:5 Changed 10 years ago by Mathieu Doucet
- Status changed from new to accepted
- Milestone changed from Iteration 25 to Iteration 26
Moving this ticket to Iter 26 to deal with KeepIntermediateWorkspace
comment:6 Changed 10 years ago by Mathieu Doucet
- Milestone changed from Iteration 26 to Unassigned
Low priority. I'm leaving this as unassigned.
comment:8 Changed 9 years ago by Mathieu Doucet
- Status changed from accepted to verify
- Resolution set to fixed
This is now obsolete. We don't need a command to keep the intermediate workspaces.
comment:9 Changed 9 years ago by Nick Draper
- Status changed from verify to closed
mass closed in cleanup
comment:11 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 2466
(In [6145]) Added SetSampleDetectorDistance and SetSampleDetectorOffset. Re #1619