xrdfit is a Python package for fitting the diffraction peaks in synchrotron X-ray diffraction (SXRD) and XRD spectra. It is designed to be an easy to use tool for quick analysis of spectra. Features are included for automating fitting over many spectra to enable tracking of peaks as they shift throughout an experiment. xrdfit uses the Python module lmfit for the underlying fitting. xrdfit is designed to be accessible for all researchers who need to process SXRD spectra and so does not require a detailed knowledge of programming or fitting.
To install as a Python module, type
python -m pip install xrdfit
from the root directory. For developers, you should install in linked .egg mode using
python -m pip install -e .
If you are using a Python virtual environment, you should activate this first before using the above commands.
Documentation including an API reference is provided at: https://xrdfit.readthedocs.io/en/latest/
The majority of the documentation is provided as example driven interactive Jupyter notebooks. These are included along with the source code in the "tutorial notebooks" folder. If this package was downloaded from pip, the source can be found on GitHub: https://github.com/LightForm-group/xrdfit
You can try out xrdfit
directly in your browser with Binder by clicking here.
Note that Tutorial Notebook 4
will not run correctly in Binder as it requires the download of a supplementary dataset which is not included in the source repository due to its size.
The latest version of xrdfit was tested with Python version 3.10. The minimum required Python version is 3.7.
This module uses the Python libraries:
The following libraries are required to use the tutorial documentation workbooks: