MarDiehl / orix

Analysing crystal orientations and symmetry in Python

Home Page:https://orix.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

orix logo orix

binder build_status Coveralls docs pypi_version downloads black doi

orix is an open-source Python library for analysing orientations and crystal symmetry.

The package defines objects and functions for the analysis of orientations represented as quaternions or 3D rotation vectors accounting for crystal symmetry. Functionality builds primarily on NumPy and Matplotlib and is heavily inspired by the MATLAB package MTEX.

orix is released under the GPL v3 license.

Documentation

Refer to the documentation for detailed installation instructions, a user guide, and the changelog.

Installation

orix can be installed with pip:

pip install orix

or conda:

conda install orix -c conda-forge

You can also visit PyPI, Anaconda or GitHub to download the source.

Further details are available in the installation guide.

Citing orix

If analysis using orix forms a part of published work please cite the paper (journal, arXiv) and/or the software.

About

Analysing crystal orientations and symmetry in Python

https://orix.readthedocs.io

License:GNU General Public License v3.0


Languages

Language:Python 100.0%