Description | Perl tools for X-ray Absorption Spectroscopy |
Demeter::PeakFit::Larch - Larch backend to Demeter's peak fitting tool
This documentation refers to Demeter version 0.9.26.
These are Larch's available lineshapes. Note that the format of this document section is parsed by the reporting methods of this object.
yint + slope * x
height*exp(-1*((x-center)/(2*sigma))^2) / (sigma*sqrt(2*pi)
(height*sigma/(2*pi)) / ((x-center)^2 * (sigma/2)^2)
convolution of Lorentzian and Gaussian functions
eta*loren + (1-eta)*gauss
step*[atan((x-E0)/width)/pi + 0.5]
step*(erf((x-e0)/width) + 1)
Pearson7 lineshape
height*(q*sigma/2 + x - center)**2 / ( (sigma/2)**2 + (x - center)**2 )
height*(1 - 1 / (1 + exp((x-center)/sigma)))
(height/x) * exp(-(ln(x) - center)/ (2* sigma**2))
height*gamma((sigma+1)/2) * (1 + (x-center)**2/sigma)^(-(sigma+1)/2) / (sqrt(sigma*pi)gamma(sigma/2))
See Demeter::Config for a description of the configuration system.
Demeter's dependencies are in the Build.PL file.
???
Please report problems to the Ifeffit Mailing List (http://cars9.uchicago.edu/mailman/listinfo/ifeffit/)
Patches are welcome.
Bruce Ravel, http://bruceravel.github.io/home
http://bruceravel.github.io/demeter/
Copyright (c) 2006-2018 Bruce Ravel (http://bruceravel.github.io/home). All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlgpl.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.