Ticket #9065 (assigned)

Opened 7 years ago

Last modified 5 years ago

Bugs in Load with operations

Reported by: Alex Buts Owned by: Alex Buts
Priority: major Milestone: Backlog
Component: Framework Keywords:
Cc: tatiana.guidi@… Blocked By:
Blocking: Tester:

Description

Two small bugfixes/enhancements related to load with operations requested by the instrument scientist

1) Try to load group of files which are absent (or one is absent) e.g.:

Load('LET00014305.nxs+LET00014300.nxs',OutputWorkspace='w1') # here second file is missing and first is in system tests data folder

Algorithm generates confusing message: RuntimeError: Instrument search object LET00014305.nxs+LET Which is incomplete (last file name is cut) and confusing. Should report: Can not find file LET00014300.nxs

2) Try to run:

Load('LET00014305.nxs+LET00014319.nxs',OutputWorkspace='w1',LoadMonitors='1')

These are two files collected in event mode with monitors collected in histogram mode.

Monitors are not loaded and not summed together -- just missed.

Should be loaded separately and summed together like main workspaces.

Change History

comment:1 Changed 7 years ago by Nick Draper

  • Owner set to Alex Buts
  • Status changed from new to assigned

comment:2 Changed 6 years ago by Alex Buts

  • Cc tatiana.guidi@… added

comment:3 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 9908

Note: See TracTickets for help on using tickets.