Ticket #4521 (closed: fixed)
Add improved names for fit function categories
Reported by: | Anders Markvardsen | Owned by: | Karl Palmen |
---|---|---|---|
Priority: | major | Milestone: | Release 2.1 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Stuart Campbell |
Description
For example ExpDecayOsc may be categoried as Muon, General
Exponential (I think the notation is
for sub-category check IFunction header)
Change History
comment:2 Changed 9 years ago by Karl Palmen
I find that in the code for Curve Fitting all 14 fit functions declared as functions and also
Bivarate Normal,
Convolution,
MultiBG,
ProductFunctionMW,
QuadraticBackground
comment:5 Changed 9 years ago by Karl Palmen
I'll proceed with the following categorisation. Further categorisation may be done later on.
Background LinearBackground, Quadratic, QuadraticBackground, MultiBG
General ExpDecay, StretchExp, UserFunction, Resolution, Convolution, ProductFunctionMW,
Muon ExpDecayMuon, ExpDecayOsc, GausDecay, GausDecayOsc
Peak BackToBackExponential, IkedaCarpenterPV, Chebyshev, DeltaFunction, Gaussian, LogNormal, Lorentzian, BivarateNormal
comment:6 Changed 9 years ago by Karl Palmen
Add categories test for re #4521 to BackToBackExponentialTest.h
Signed-off-by: Karl Palmen <karl.palmen@…>
Changeset: afdf0bd03f4aa50cc689e38b6c646f5905cc2c10
comment:7 Changed 9 years ago by Karl Palmen
- Status changed from accepted to verify
- Resolution set to fixed
comment:8 Changed 8 years ago by Stuart Campbell
- Status changed from verify to verifying
- Tester set to Stuart Campbell
comment:9 Changed 8 years ago by Stuart Campbell
- Status changed from verifying to closed
This just seems to modify the tests to check for the categories. The tests pass ok.
comment:10 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 5368
I find 14 fit functions currently documented in the wiki and wiki-categorised as fit functions. See http://www.mantidproject.org/Category:Fit_functions . Are there any others? Any others expected to be added?