xpdAcq / xpdtools

Stand alone data processing tools
https://xpdacq.github.io/xpdtools/
Other
2 stars 10 forks source link

xpdtools

Build Status codecov Code Health

Analysis Tools for XPD

Installation

Note that this code is still in beta testing, so things may change. Please let me know if you run into any issues.

  1. Install conda

  2. Add conda-forge to conda: conda config add --channels conda-forge

  3. Create a new environment (optional): conda create -n xpdtools python=3 pip

  4. If running on windows install pyFAI pip install pyfai

  5. Install the build requirements: conda install xpdtools

Quickstart

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.