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

jupyter notebook for ang loading and GC test w data #23

Closed smason747 closed 2 years ago

smason747 commented 2 years ago

Description of the change

example notebook for manually loading ang with Orix

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