Demeter

Description Perl tools for X-ray Absorption Spectroscopy
Demeter > Perl Modules > Demeter::Data::Parts
Source

NAME

Demeter::Data::Parts - Handle fit. background, and residual parts a fit

VERSION

This documentation refers to Demeter version 0.9.26.

METHODS

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'.

CONFIGURATION

See Demeter::Config for a description of the configuration system.

DEPENDENCIES

Demeter's dependencies are in the Build.PL file.

BUGS AND LIMITATIONS

Please report problems to the Ifeffit Mailing List (http://cars9.uchicago.edu/mailman/listinfo/ifeffit/)

Patches are welcome.

AUTHOR

Bruce Ravel, http://bruceravel.github.io/home

http://bruceravel.github.io/demeter/

LICENCE AND COPYRIGHT

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.