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 ang example #24

Closed smason747 closed 2 years ago

smason747 commented 2 years ago

Description of the change

jupyter notebook named loadAng.ipynb to manually load a squaregrid and hexgrid ebsd file using orix testing graphcut network setup to cut single channel images

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