Description | Perl tools for X-ray Absorption Spectroscopy |
Demeter::Data::Parts - Handle fit. background, and residual parts a fit
This documentation refers to Demeter version 0.9.26.
These methods generate processing command for the fit, background, and residual parts of a fit using the processing parameters of the associated Data object.
part_fft
Forward Fourier transform the fit, background, or residual part of the data.
$dataobject -> part_fft($which);
The argument is one of 'fit', 'bkg', or 'res'.
part_bft
Backward Fourier transform the fit, background, or residual part of the data.
$dataobject -> part_bft($which);
The argument is one of 'fit', 'bkg', or 'res'.
part_plot
Plot the fit, background, or residual part of the data.
$dataobject -> part_plot($which);
The argument is one of 'fit', 'bkg', or 'res'.
See Demeter::Config for a description of the configuration system.
Demeter's dependencies are in the Build.PL file.
Cromer-Liberman normalization is not yet implemented.
Something like the Penner-Hahn mxan would be nice also.
There is currently no mechanism for importing an array into Ifeffit and associating an object with it.
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.