Analysis Tools for XPD
Note that this code is still in beta testing, so things may change. Please let me know if you run into any issues.
-
Install conda
-
Add conda-forge to conda:
conda config add --channels conda-forge
-
Create a new environment (optional):
conda create -n xpdtools python=3 pip
-
If running on windows install pyFAI
pip install pyfai
-
Install the build requirements:
conda install xpdtools
To use the command line interface (CLI) type
image_to_iq <poni_file> <image_file>
.
For more information about CLI options image_to_iq -- --help
will provide
the help information.