Ticket #8548 (closed: fixed)
Wrong loading in transmission mode
Reported by: | Gesner Passos | Owned by: | Gesner Passos |
---|---|---|---|
Priority: | major | Milestone: | Release 3.1 |
Component: | SANS | Keywords: | |
Cc: | peter.parker@… | Blocked By: | |
Blocking: | #6228, #8528 | Tester: | Peter Parker |
Description
Ticket #8505 introduces an error when putting event mode data as transmission.
import ISISCommandInterface as i MASKFILE = FileFinder.getFullPath('MaskSANS2DReductionGUI.txt') i.SANS2D() i.MaskFile(MASKFILE) i.AssignSample('22048') i.AssignCan('22023') i.TransmissionSample('22048','22023') reduced = i.WavRangeReduction()
First of all, transmission do not need to load all data, because, we need only the monitors. Besides, it was dealling with data as monitors, and that is the reason of the failure.
Change History
comment:2 Changed 7 years ago by Gesner Passos
- Status changed from new to inprogress
Refs #8548: Fix loading transmissions when event mode run is passed
Changeset: 85aa0125c1b30937cac9d14a1f67cd182b73a1d3
comment:3 Changed 7 years ago by Gesner Passos
- Status changed from inprogress to verify
- Cc peter.parker@… added
- Resolution set to fixed
comment:4 Changed 7 years ago by Peter Parker
- Status changed from verify to verifying
- Tester set to Peter Parker
comment:5 Changed 7 years ago by Peter Parker
- Status changed from verifying to closed
Merge remote-tracking branch 'origin/bugfix/8548_transmission_loader'
Full changeset: 5f070ac8b407780ac81cb61eb6e7c940cb753f93
Note: See
TracTickets for help on using
tickets.