Last change
on this file since 756 was
452,
checked in by srkline, 14 years ago
|
Changes to the XOP code to use the newly added functions (2008 models).
XOPs have been verified against the Igor version of the code.
|
File size:
707 bytes
|
Line | |
---|
1 | // header for TwoPhaseFit.c |
---|
2 | |
---|
3 | //function prototypes |
---|
4 | /* IGOR Fit Functions */ |
---|
5 | int TeubnerStreyModelX(FitParamsPtr p); |
---|
6 | int Power_Law_ModelX(FitParamsPtr p); |
---|
7 | int Peak_Lorentz_ModelX(FitParamsPtr p); |
---|
8 | int Peak_Gauss_ModelX(FitParamsPtr p); |
---|
9 | int Lorentz_ModelX(FitParamsPtr p); |
---|
10 | int FractalX(FitParamsPtr p); |
---|
11 | int DAB_ModelX(FitParamsPtr p); |
---|
12 | int OneLevelX(FitParamsPtr p); |
---|
13 | int TwoLevelX(FitParamsPtr p); |
---|
14 | int ThreeLevelX(FitParamsPtr p); |
---|
15 | int FourLevelX(FitParamsPtr p); |
---|
16 | // |
---|
17 | int BroadPeakX(FitParamsPtr p); |
---|
18 | int CorrLengthX(FitParamsPtr p); |
---|
19 | int TwoLorentzianX(FitParamsPtr p); |
---|
20 | int TwoPowerLawX(FitParamsPtr p); |
---|
21 | int PolyGaussCoilX(FitParamsPtr p); |
---|
22 | int GaussLorentzGelX(FitParamsPtr p); |
---|
23 | int GaussianShellX(FitParamsPtr p); |
---|
Note: See
TracBrowser
for help on using the repository browser.