Ticket #9532 (closed: fixed)
Quasi Plotting
Reported by: | Samuel Jackson | Owned by: | Samuel Jackson |
---|---|---|---|
Priority: | major | Milestone: | Release 3.2 |
Component: | Indirect Inelastic | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Peter Parker |
Description
Spencer is reporting the following bug:
If program is Lorentzian & plot option is all then all the parameters are plotted. Discovered that if spectra_indicies is empty it plots all spectra. It works if I change to:
if len(spectra_indicies) > 0: plotSpectra(ws_name, 'Beta', indicies=spectra_indicies[:3])
Change History
comment:2 Changed 6 years ago by Samuel Jackson
- Status changed from assigned to inprogress
Refs #9532 Correct plotting and refactor code into function.
Changeset: 522d6055cd0a695916a3d25a08a6c5539ca5bfdb
comment:3 Changed 6 years ago by Samuel Jackson
To Test
This ticket is for a windows tester and should be built in release mode.
- Open the Indirect Bayes interface
- Run Quasi, following the instructions from: http://www.mantidproject.org/Indirect:Indirect_Bayes
- Try selecting the different plotting options and check they work
- Try to test all possible options
- Change the program to stretched exponential and try the Beta option as well.
comment:4 Changed 6 years ago by Samuel Jackson
Refs #9532 Correct plot label.
Changeset: c3e949fdb59191cc8551017ac10807a5778218f5
comment:5 Changed 6 years ago by Samuel Jackson
- Status changed from inprogress to verify
- Resolution set to fixed
comment:6 Changed 6 years ago by Peter Parker
- Status changed from verify to verifying
- Tester set to Peter Parker
comment:7 Changed 6 years ago by Peter Parker
- Status changed from verifying to closed
Merge remote-tracking branch 'origin/bugfix/9532_quasi_plotting'
Full changeset: a7f33ef7520e701b45e677c17288526c86abdc13
Note: See
TracTickets for help on using
tickets.