Ticket #6503 (closed: fixed)
Sum of workspaces in Load algorithm does not work any more
Reported by: | Alex Buts | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | critical | Milestone: | Release 2.4 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Alex Buts |
Description
If one types e.g.
Load("MAP17269+17589.raw") (the files are in SystemTests directory) this used to produce single workspace with spectra which are the sums of the two contributing.
Now it produces group workspace with two separate workspaces included.
Plus option will be highly missed by instrument scientists.
Change History
comment:1 Changed 8 years ago by Nick Draper
- Owner set to Martyn Gigg
- Priority changed from major to critical
- Status changed from new to assigned
comment:2 Changed 8 years ago by Martyn Gigg
Fix summed & stepped loading from LoadDialog. Refs #6503
Changeset: 7fc487f687324ead3d5a8451dd1f2805171c5c06
comment:4 Changed 8 years ago by Martyn Gigg
- Status changed from accepted to verify
- Resolution set to fixed
Tester: Please ensure that all of the options here, http://www.mantidproject.org/MultiFileLoading, work as expected.
comment:5 Changed 8 years ago by Martyn Gigg
Another note to tester: This did NOT affect the python command, only the Load dialog.
comment:6 Changed 8 years ago by Peter Peterson
- Status changed from verify to verifying
- Tester set to Peter Peterson
comment:7 Changed 8 years ago by Peter Peterson
- Status changed from verifying to reopened
- Resolution fixed deleted
This has a hard time with long extensions like "_event.nxs". To use it for a comma separated list, I had to use the string "PG312390,12391.nxs" rather than the *more* correct "PG312390,12391_event.nxs". Also, when using this I need to "Run" the algorithm twice: first time tells me the file property is bad, the second time works.
comment:9 Changed 8 years ago by Martyn Gigg
- Status changed from accepted to verify
- Resolution set to fixed
Opened #6509 for next release to look at the specific issue.
comment:10 Changed 8 years ago by Alex Buts
- Status changed from verify to verifying
- Tester changed from Peter Peterson to Alex Buts
comment:11 Changed 8 years ago by Alex Buts
- Status changed from verifying to closed
woks as expected. All sum operations work fine
The problem was related to transferring data from GUI to the parser. The ticket #6509 definitely relates to the parser and deals with another issue.
comment:12 Changed 8 years ago by Martyn Gigg
Fix summed & stepped loading from LoadDialog. Refs #6503
Changeset: 7fc487f687324ead3d5a8451dd1f2805171c5c06
comment:13 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 7349