Ticket #9065 (assigned)
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
Note: See
TracTickets for help on using
tickets.