Ticket #11620 (new)
Fit Wizard of MantidPlot shows incorrect value for parameter Scaling of TabulatedFunction
Reported by: | Jose Borreguero | Owned by: | Jose Borreguero |
---|---|---|---|
Priority: | major | Milestone: | Release 3.5 |
Component: | GUI | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
In MantidPlot, if one tries to fit a spectrum with a TabulatedFunction using a workspace of type Histogram, the value of parameter Scaling shown in the Fit Wizard corresponds to the actual value of parameter Scaling divided by the spacing in the X-axis. This division should not take place. On the other hand, if TabulatedFunction uses a workspace of type 'Distribution', then the value of parameter Scaling is not divided by the spacing in the X-axis, as it should be.
If one uses a python script for the fitting, instead of the Fit Wizard, then the reported optimized value of parameter Scaling is the correct one, irrespective of the type of the workspace used in TabulatedFunction. Thus the problem seems to be of the Fit Wizard.
Moved to R3.5 at the R3.4 code freeze