mesoOSU / Mart2Aust_Hackathon

Fork of Orix for developing tools necessary to make the AusRecon package in python
https://orix.readthedocs.io
GNU General Public License v3.0
2 stars 13 forks source link

|Auslogo|

Mart2Aust Hackathon

.. |Auslogo| image:: https://raw.githubusercontent.com/mesoOSU/Mart2Aust_Hackathon/master/doc/_static/img/hackathon_logo.png :width: 400

Mart2Aust is a port of the Matlab Proect AusRecon written in python. AusRecon was originally written using MTEX, and as Orix is the closest comaparable tool in python, AusRecon is built with Orix as the base. If this project in successful or useful, this fork will eventually become a pull request for Orix.

In the meantime, any work based off of this repo should cite the manuscript at the following link <https://onlinelibrary.wiley.com/iucr/doi/10.1107/S1600576720011103>, as well as the AusRecon Paper <https://link.springer.com/article/10.1007/s11661-019-05514-4>.

The current Alpha version of AusRecon can be found here <https://github.com/mesoOSU/AusRecon>_

Below this point is the original orix Readme.rst

=========== |logo| orix

.. raw:: html

<p>
  <h1>
    <a href="https://orix.readthedocs.io"><img valign="middle" src="https://raw.githubusercontent.com/pyxem/orix/master/doc/_static/img/orix_logo.png" width="50" alt="orix logo"/></a>
    orix
  </h1>
</p>

.. Content above here until EXCLUDE plus one line is excluded from the long description .. in the source distributions uploaded to PyPI .. EXCLUDE

|binder|_ |buildstatus| |Coveralls| |docs| |pypiversion| |downloads| |black| |doi|_

.. |binder| image:: https://mybinder.org/badge_logo.svg .. _binder: https://mybinder.org/v2/gh/pyxem/orix/HEAD

.. |build_status| image:: https://github.com/pyxem/orix/workflows/build/badge.svg .. _build_status: https://github.com/pyxem/orix/actions

.. |Coveralls| image:: https://coveralls.io/repos/github/pyxem/orix/badge.svg?branch=master .. _Coveralls: https://coveralls.io/github/pyxem/orix?branch=master

.. |docs| image:: https://readthedocs.org/projects/orix/badge/?version=latest .. _docs: https://orix.readthedocs.io/en/latest

.. |pypi_version| image:: https ://img.shields.io/pypi/v/orix.svg?style=flat .. _pypi_version: https://pypi.python.org/pypi/orix

.. |downloads| image:: https://anaconda.org/conda-forge/orix/badges/downloads.svg .. _downloads: https://anaconda.org/conda-forge/orix

.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg .. _black: https://github.com/psf/black

.. |doi| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3459662.svg .. _doi: https://doi.org/10.5281/zenodo.3459662

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 <https://www.numpy.org> and Matplotlib <https://matplotlib.org> and is heavily inspired by the MATLAB package MTEX <https://mtex-toolbox.github.io>_.

If analysis using orix forms a part of published work please cite the paper (journal <https://doi.org/10.1107/S1600576720011103>, arXiv <https://arxiv.org/abs/2001.02716>).

Documentation <https://orix.readthedocs.io> is hosted on Read the Docs with a complete reference for functions and classes, as well as a user guide in the form of Jupyter notebooks. These notebooks can be inspected statically on the web page or via nbviewer <https://nbviewer.org/github/pyxem/orix/tree/master/doc>, interactively in the browser by clicking the Binder link above and navigating to the doc/ directory, or on your own computer by downloading them and the corresponding data. We hope you find them useful!

orix is released under the GPL v3 license.