Håkon Wiik Ånes
Håkon Wiik Ånes
We should have some convenience methods for plotting pole figures (PFs) and inverse pole figures (IPFs). The following are on my todo-list, but any help is appreciated if people find...
The new weekly testing of user guide notebooks using [nbval](https://nbval.readthedocs.io/en/latest/) works as expected. The action log is [here](https://github.com/pyxem/orix/runs/6346988629?check_suite_focus=true). The only notebook with cell outputs stored is the "Clustering orientations" one....
The outer products between quaternion-quaternion or quaternion-vector are usually the most demanding tasks, I find. Having lazy computations for them all would be convenient. I had a look at which...
As discussed in #296, we should expand our tests of calculations of disorientation angles between orientations of various point groups as returned from `Orientation.angle_with()`. We can use MTEX as the...
.ang files from EDAX TSL contain the mean projection/pattern center (PC) for the whole map, in their convention x*, y*, z*, in the header: ```text # TEM_PIXperUM 1.000000 # x-star...
#### Problem We store dictionary indexing and orientation refinement results from kikuchipy in `CrystalMap`, typically in orix' HDF5 format. It would be good if kikuchipy could return the crystal map...
After @magnunor set up testing of docstring examples in pyxem with [doctest](https://docs.python.org/3/library/doctest.html) via [pytest](https://docs.pytest.org/en/stable/doctest.html), I did that for kikuchipy as well. All docstring examples are now tested via the [GitHub...
We have this functionality in kikuchipy: https://github.com/pyxem/kikuchipy/blob/master/kikuchipy/indexing/_merge_crystal_maps.py. I hope we can move this to a `orix.crystal_map.merge()` function (not `CrystalMap` method) for v0.7.
EMsoft provides the orientation similarity metric (OSM). From [their wiki](https://github.com/EMsoft-org/EMsoft/wiki/EMgetOSM): > [...] a map for which the intensity in each pixel measures how many of the top N matches that...