|
gauss(x,
amp,
cen,
wid)
gaussian function: wid = half-width at half-max |
source code
|
|
|
loren(x,
amp,
cen,
wid)
lorenztian function: wid = half-width at half-max |
source code
|
|
|
gauss_area(x,
amp,
cen,
wid)
scaled gaussian function: wid = half-width at half-max |
source code
|
|
|
loren_area(x,
amp,
cen,
wid)
scaled lorenztian function: wid = half-width at half-max |
source code
|
|
|
pvoigt(x,
amp,
cen,
wid,
frac)
pseudo-voigt function: (1-frac)*gauss(amp, cen, wid) +
frac*loren(amp, cen, wid) |
source code
|
|
|
pvoigt_area(x,
amp,
cen,
wid,
frac)
scaled pseudo-voigt function: (1-frac)*gauss_area(amp, cen, wid) +
frac*loren_are(amp, cen, wid) |
source code
|
|
|
pearson7(x,
amp,
cen,
wid,
expon)
pearson peak function |
source code
|
|
|
pearson7_area(x,
amp,
cen,
wid,
expon)
scaled pearson peak function |
source code
|
|