Ticket #4385 (closed: fixed)
Add ExpDecayOsc Fit Function to Mantid
Reported by: | Anders Markvardsen | Owned by: | Karl Palmen |
---|---|---|---|
Priority: | critical | Milestone: | Release 2.0 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Anders Markvardsen |
Description
1) add attached Fit Function to Mantid (in curvefitting)
2) with categories: virtual const std::string category() const { return "General;Muon";} (same as ExpDecay.h)
3) add unit test
Attachments
Change History
comment:2 Changed 9 years ago by Anders Markvardsen
In addition change the parameter names as follows:
A -> Height lambda -> Lambda frequency -> Frequency phi -> Phi
Note the fit function equation is then
Height * exp(-Lambda*x) * cos(2*Pi*Frequency*x+Phi)
comment:3 Changed 9 years ago by Anders Markvardsen
Minor adjustment after speaking to Steve. He wants parameter 'A' to keep this name. So this means change of parameter names are:
A -> A
lambda -> Lambda
frequency -> Frequency
phi -> Phi
comment:5 Changed 9 years ago by Karl Palmen
- Status changed from accepted to verify
- Resolution set to fixed
comment:6 Changed 9 years ago by Anders Markvardsen
- Status changed from verify to verifying
- Tester set to Anders Markvardsen
Note: See
TracTickets for help on using
tickets.
Add wiki page. To start with copy http://www.mantidproject.org/ExpDecay