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

Fast (inaccurate) ODF Generation/Query Functionality #27

Closed rcasukhela closed 2 years ago

rcasukhela commented 2 years ago

Added fast_odf.py, which is a fast ODF class based on grids inputted into the class. The ODF class also allows querying for orientations.

PLEASE NOTE THAT SOME COMMENTS NEED TO BE ADDRESSED IN THE GENERATOR!!

Description of the change

Please check orix/odf/fast_odf.py for the ODF class.

Progress of the PR

Minimal example of the bug fix or new feature

>>> from orix import vector
>>> v = vector.Vector3d([1, 1, 1])
>>> # Your new feature...

For reviewers