Ticket #4434 (closed: fixed)
MUON: Fix problems with load current run.
Reported by: | Robert Whitley | Owned by: | Robert Whitley |
---|---|---|---|
Priority: | critical | Milestone: | Release 2.0 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Anders Markvardsen |
Description (last modified by Robert Whitley) (diff)
Problems:
1) Re-plotting current run causes the graph to look different.
2) Grouping doesn't happen correctly after a fitting.
3) Warning message to appear when results tab doesn't find any log files in common between the files.
4) Fitting against a raw data set needs to be fixed if count or logorithms is selected
Change History
comment:3 Changed 9 years ago by Robert Whitley
Refs #4434. Add warning message when no log values are in common.
Changeset: 0aad1f26a63c891ff877299260804a7f91118ca5
comment:4 Changed 9 years ago by Robert Whitley
Refs #4434. Fix re-plotting.
Changeset: f24c46137817b6a305d08a491474a92f18d45789
comment:5 Changed 9 years ago by Robert Whitley
- Status changed from new to accepted
- Description modified (diff)
comment:6 Changed 9 years ago by Robert Whitley
Refs #4434 Fix fitting against raw data if type is count or logorithm
Changeset: 1a05e366916f7e28954660ff220a937e1322445b
comment:7 Changed 9 years ago by Robert Whitley
- Status changed from accepted to verify
- Resolution set to fixed
comment:8 Changed 9 years ago by Anders Markvardsen
- Status changed from verify to verifying
- Tester set to Anders Markvardsen
comment:9 Changed 9 years ago by Anders Markvardsen
- Status changed from verifying to closed
All looks good and ready to go:)
comment:10 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 5281
Refs #4434. Make grouping work for current run.
PlotSpectrum changes "_" to a "-" when constructing the graph. This means that muon analysis can't find it when searching. Simple fix by changing all "_" to a "-" until ticket #4421 is completed.