CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
RELEASE.rst
environment.yml
readthedocs.yaml
setup.cfg
setup.py
doc/Makefile
doc/changelog.rst
doc/conf.py
doc/index.rst
doc/make.bat
doc/_static/custom.css
doc/_static/img/inversion.png
doc/_static/img/inversion.svg
doc/_static/img/orientation-region-Oq.png
doc/_static/img/orientation.png
doc/_static/img/orientation.svg
doc/_static/img/orix_logo.png
doc/_static/img/rotation.png
doc/_static/img/rotation.svg
doc/_static/img/spherical-region-D3.png
doc/_static/img/triad-object.png
doc/_templates/custom-attribute-template.rst
doc/_templates/custom-class-template.rst
doc/_templates/custom-function-template.rst
doc/_templates/custom-method-template.rst
doc/_templates/custom-module-template.rst
doc/_templates/autosummary/base.rst
doc/dev/adding_to_data_module.rst
doc/dev/building_writing_documentation.rst
doc/dev/code_style.rst
doc/dev/continuous_integration.rst
doc/dev/handling_deprecations.rst
doc/dev/index.rst
doc/dev/running_writing_tests.rst
doc/dev/setting_up_development_installation.rst
doc/dev/using_git.rst
doc/reference/index.rst
doc/tutorials/clustering_across_fundamental_region_boundaries.ipynb
doc/tutorials/clustering_misorientations.ipynb
doc/tutorials/clustering_orientations.ipynb
doc/tutorials/crystal_directions.ipynb
doc/tutorials/crystal_map.ipynb
doc/tutorials/crystal_reference_frame.ipynb
doc/tutorials/index.rst
doc/tutorials/inverse_pole_figures.ipynb
doc/tutorials/point_groups.ipynb
doc/tutorials/pole_density_function.ipynb
doc/tutorials/s2_sampling.ipynb
doc/tutorials/stereographic_projection.ipynb
doc/tutorials/uniform_sampling_of_orientation_space.ipynb
doc/user/applications.rst
doc/user/bibliography.bib
doc/user/bibliography.rst
doc/user/index.rst
doc/user/installation.rst
doc/user/related_projects.rst
examples/README.txt
examples/crystal_maps/README.txt
examples/crystal_maps/select_modify_data.py
examples/inverse_pole_figures/README.txt
examples/inverse_pole_figures/inverse_pole_density_function.py
examples/misorientations/README.txt
examples/misorientations/misorientation_from_aligning_directions.py
examples/orientations/README.txt
examples/orientations/orientation_from_aligning_directions.py
examples/plotting/README.txt
examples/plotting/subplots.py
examples/stereographic_projection/README.txt
examples/stereographic_projection/plot_symmetry_operations.py
examples/stereographic_projection/restrict_to_fundamental_sector.py
examples/stereographic_projection/wulff_net.py
examples/stereographic_projection/zoom_inset_region.py
orix/__init__.py
orix/_util.py
orix.egg-info/PKG-INFO
orix.egg-info/SOURCES.txt
orix.egg-info/dependency_links.txt
orix.egg-info/requires.txt
orix.egg-info/top_level.txt
orix/base/__init__.py
orix/crystal_map/__init__.py
orix/crystal_map/crystal_map.py
orix/crystal_map/crystal_map_properties.py
orix/crystal_map/phase_list.py
orix/data/__init__.py
orix/data/_registry.py
orix/io/__init__.py
orix/io/plugins/__init__.py
orix/io/plugins/_h5ebsd.py
orix/io/plugins/ang.py
orix/io/plugins/bruker_h5ebsd.py
orix/io/plugins/emsoft_h5ebsd.py
orix/io/plugins/orix_hdf5.py
orix/measure/__init__.py
orix/measure/pole_density_function.py
orix/plot/__init__.py
orix/plot/_symmetry_marker.py
orix/plot/_util.py
orix/plot/crystal_map_plot.py
orix/plot/inverse_pole_figure_plot.py
orix/plot/rotation_plot.py
orix/plot/stereographic_plot.py
orix/plot/unit_cell_plot.py
orix/plot/direction_color_keys/__init__.py
orix/plot/direction_color_keys/_util.py
orix/plot/direction_color_keys/direction_color_key.py
orix/plot/direction_color_keys/direction_color_key_tsl.py
orix/plot/orientation_color_keys/__init__.py
orix/plot/orientation_color_keys/euler_color_key.py
orix/plot/orientation_color_keys/ipf_color_key.py
orix/plot/orientation_color_keys/ipf_color_key_tsl.py
orix/projections/__init__.py
orix/projections/stereographic.py
orix/quaternion/__init__.py
orix/quaternion/_conversions.py
orix/quaternion/orientation.py
orix/quaternion/orientation_region.py
orix/quaternion/quaternion.py
orix/quaternion/rotation.py
orix/quaternion/symmetry.py
orix/sampling/S2_sampling.py
orix/sampling/SO3_sampling.py
orix/sampling/__init__.py
orix/sampling/_cubochoric_sampling.py
orix/sampling/_polyhedral_sampling.py
orix/sampling/sample_generators.py
orix/tests/__init__.py
orix/tests/conftest.py
orix/tests/test_axangle.py
orix/tests/test_crystal_map.py
orix/tests/test_crystal_map_properties.py
orix/tests/test_fundamental_sector.py
orix/tests/test_measure.py
orix/tests/test_miller.py
orix/tests/test_neoeuler.py
orix/tests/test_object3d.py
orix/tests/test_phase_list.py
orix/tests/test_spherical_region.py
orix/tests/test_stereographic_projection.py
orix/tests/test_util.py
orix/tests/test_vector3d.py
orix/tests/data/__init__.py
orix/tests/data/test_data.py
orix/tests/io/__init__.py
orix/tests/io/test_ang.py
orix/tests/io/test_bruker_h5ebsd.py
orix/tests/io/test_emsoft_h5ebsd.py
orix/tests/io/test_h5ebsd.py
orix/tests/io/test_io.py
orix/tests/io/test_orix_hdf5.py
orix/tests/plot/__init__.py
orix/tests/plot/test_crystal_map_plot.py
orix/tests/plot/test_direction_color_keys.py
orix/tests/plot/test_inverse_pole_figure_plot.py
orix/tests/plot/test_orientation_color_keys.py
orix/tests/plot/test_rotation_plot.py
orix/tests/plot/test_stereographic_plot.py
orix/tests/plot/test_unit_cell_plot.py
orix/tests/quaternion/__init__.py
orix/tests/quaternion/test_conversions.py
orix/tests/quaternion/test_orientation.py
orix/tests/quaternion/test_orientation_region.py
orix/tests/quaternion/test_quaternion.py
orix/tests/quaternion/test_rotation.py
orix/tests/quaternion/test_symmetry.py
orix/tests/sampling/__init__.py
orix/tests/sampling/test_cubochoric_sampling.py
orix/tests/sampling/test_s2_sampling.py
orix/tests/sampling/test_sampling.py
orix/vector/__init__.py
orix/vector/fundamental_sector.py
orix/vector/miller.py
orix/vector/neo_euler.py
orix/vector/spherical_region.py
orix/vector/vector3d.py
tutorials/README.rst