Ticket #8548 (closed: fixed)

Opened 7 years ago

Last modified 5 years ago

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:1 Changed 7 years ago by Gesner Passos

  • Blocking 8528 added

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

comment:6 Changed 7 years ago by Gesner Passos

  • Blocking 6228 added

comment:7 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 9392

Note: See TracTickets for help on using tickets.