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

Ang.py symmetry unifier #67

Closed martint98 closed 2 years ago

martint98 commented 2 years ago

Description of the change

Reworked all of the symmetry cleaning for .ang headers. Now converts all known symmetries to their corresponding laue groups. Removed _get_point_group_from_space_group and replaced with _symmetry_unifier function

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