Ticket #11676 (closed: duplicate)
Allow PlotPeakByLogValue to take multiple minimizers
Reported by: | Dan Nixon | Owned by: | Dan Nixon |
---|---|---|---|
Priority: | major | Milestone: | Release 3.5 |
Component: | Framework | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Nick Draper |
Description (last modified by Dan Nixon) (diff)
Currently (or at least after #11651) using FABADA with PlotPeakByLogValue is still fairly pointless as each time a fit is performed FABADA will overwrite the PDF, etc of the previous fit, hence only the PDF of the last workspace will exist after the fit of all the spectra. Since the minimizer can only be set once for all spectra to be fitted, the name of the output workspaces cannot be changed.
This ticket will modify PlotPeakByLogValue such that the minimizer can be specified per spectrum to be fitted, this will be done by providing multiple minimizer strings delimited by ;.
Change History
comment:3 Changed 5 years ago by Dan Nixon
- Status changed from new to assigned
- Description modified (diff)
- Summary changed from Create a version of PlotPeakByLogValue for FABADA to Allow PlotPeakByLogValue to take multiple minimizers
comment:4 Changed 5 years ago by Dan Nixon
- Status changed from assigned to verify
- Resolution set to duplicate
Since this is now just going to change the way minimizers are passed to PlotPeakByLogValue I'll just do the work in #11651.