Skip to content

Python library/toolkit for analyzing differential aperture X-ray diffraction (DAXM) data.

License

Notifications You must be signed in to change notification settings

KedoKudo/daxmexplorer

Repository files navigation

DAXMexplorer

This is a package developed for processing indexation results from beamline 34-ID-E from APS.

Installation

Required third-party packages

DAXMexplorer uses Cython to compile a fast module for crystallographic calculations. After cloning and add the repository to your PYTHON_PATH, please install Cython through

pip install Cython

for system Python, or use the following command if using Anaconda Python.

conda install Cython

Compile with GCC

Use the following comand to compile

make all

Now you should be able to use daxmexplorer to process your data.

Sample usage

See examples/virtualDAXM.py for usage example.

NOTE: the example utilize the orientation library from DAMASK.

About

Python library/toolkit for analyzing differential aperture X-ray diffraction (DAXM) data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published