Opened 9 years ago
Last modified 7 years ago
#460 new enhancement
Upgrade Linearized Fits — at Version 1
Reported by: | butler | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | SasView 5.0.0 |
Component: | SasView | Keywords: | |
Cc: | Work Package: | SasView Fitting Redesign |
Description (last modified by butler)
Currently linearized fits are quite un-intuitive and awkward. One needs to perform two steps in the following order
- click on plot menu and choose "Change Scale" and change the axis scaling (log, linear, y*x etc.) then exit.
- Click again on plot menu and choose "Linear Fit" set the range and fit.
Further the range is set in units of the scale. So if ln(q*I) then lower limit is not qmin but ln(qmin*I(qmin)). Finally there are no lines on the graph to enable a visual review of the range chosen.
The scale functionality can be useful in its own right to visualize in different ways, but it should be decoupled from the linearized fits. The linearized fit panel should allow for choosing the type of fit (or scale) desired and whether to set the range in the original q space or in the scale of the linearized x axis. Finally the range should be graphically shown just as it is in fitting.
A quick and dirty start that goes a long way might be to add a button on the lineraized plots panel to call the scale panel.