Ticket #5092 (closed: fixed)
MUON: Various improvements to way files are loaded in muon analysis.
Reported by: | Robert Whitley | Owned by: | Robert Whitley |
---|---|---|---|
Priority: | major | Milestone: | Release 2.1 |
Component: | Mantid | Keywords: | |
Cc: | anders.markvardsen@… | Blocked By: | |
Blocking: | Tester: | Anders Markvardsen |
Description
1) Current file should be displayed in the box when first loaded.
2) Previous and next buttons should work when the user has loaded the current run.
3) If a file can't be found have a suitable error message and return to last known working data set. (Blank if first data set).
4) Remove need for network check within Muon Analysis and move into FileFinder.
5) Stop fatal error when making a range like this example "MUSR0000001-MUSR0000003".
Change History
comment:2 Changed 8 years ago by Robert Whitley
Refs #5092. Fix warning. Remove useless comment.
Changeset: 50d795907a2c6c2a828c05744498043f7046d76e
comment:3 Changed 8 years ago by Robert Whitley
Refs #5092. Fix Warning.
Changeset: 9ea76246de4f46ce25adf6ba5c504a41cc1dd048
comment:5 Changed 8 years ago by Robert Whitley
- Status changed from accepted to verify
- Resolution set to fixed
comment:6 Changed 8 years ago by Robert Whitley
- Status changed from verify to reopened
- Resolution fixed deleted
Problem loading file with a '-' at the end. For example "\musr\data\afile.nxs-"
comment:8 Changed 8 years ago by Robert Whitley
Refs #5092. Fix major error throwing when wrong string is passed.
Changeset: a48c510441af9c6c95ba0c4b9e55743057e3509f
comment:9 Changed 8 years ago by Robert Whitley
Refs #5092. Fix major error throwing when wrong string is passed.
Changeset: a48c510441af9c6c95ba0c4b9e55743057e3509f
comment:10 Changed 8 years ago by Robert Whitley
- Status changed from accepted to verify
- Resolution set to fixed
comment:11 Changed 8 years ago by Anders Markvardsen
- Status changed from verify to verifying
- Tester set to Anders Markvardsen
comment:12 Changed 8 years ago by Anders Markvardsen
- Status changed from verifying to closed
Worked pretty well I think.
Only comment is that:
15192-15193
00015192-00015193
works, but typing in:
MUSR00015192-MUSR00015193
is not allowed - is this by purpose? Anyway this is minor
comment:13 Changed 8 years ago by Robert Whitley
MUSR00015192-MUSR00015193 is not allowed because of the way FileFinder works. It expects a string in the format of MUSR00015192-00015193 or MUSR00015192-15193 when specifying the instrument at the start.
comment:14 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 5938
Refs #5092. Improve the way MWRunFiles handles files.
Improve the way current data files are manipulated in muon analysis.