Ticket #3800 (closed: fixed)
HFIR SANS: add commands to set beam center for transmission
Reported by: | Mathieu Doucet | Owned by: | Mathieu Doucet |
---|---|---|---|
Priority: | major | Milestone: | Release 2.0 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Anders Markvardsen |
Description
Currently, the transmission runs assume that the beam center is at the same position as for the sample runs. That might not be the case. Add the following commands to set the beam center for transmission runs:
SetTransmissionBeamCenter() TransmissionDirectBeamCenter()
SetBckTransmissionBeamCenter() BckTransmissionDirectBeamCenter()
Change History
comment:5 Changed 9 years ago by Mathieu Doucet
Re #3800 Fix bug with transmission beam center
Changeset: 01b8677fce924b4128c205ffefd34ad19a34185e
comment:6 Changed 9 years ago by Mathieu Doucet
- Status changed from accepted to verify
- Resolution set to fixed
To test, try running the last unit tests in scripts/reduction/instruments/sans/utest_command_interface.py. For instance, if you run a reduction with and without calling SetTransmissionBeamCenter(), the results should be different.
comment:7 Changed 9 years ago by Anders Markvardsen
- Status changed from verify to verifying
- Tester set to Anders Markvardsen
In [14841]: