Håkon Wiik Ånes
Håkon Wiik Ånes
This `nbsphinx` gallery: ```rst Reference frames ================ These tutorials cover the relevant reference frames in EBSD and how to determine the detector-sample geometry, also known as the projection/pattern center (PC)....
#### Description of the change See #372. #### Progress of the PR - [ ] [Docstrings for all functions](https://github.com/numpy/numpy/blob/master/doc/example.py) - [ ] Unit tests with pytest for all lines -...
I suggest to publish a minor v0.10 release, as we have seven new unit vector sampling methods, pole density function calculation, and a convenience method for placing the IPF color...
Currently, many functions taking in a `direction` parameter, which defines a sample or crystal direction, requires a `Vector3d` when set. We should really allow a list, tuple or NumPy array...
The `Miller` class inherits methods and properties from `Vector3d` and thus also `Object3d`. Currently, these methods and properties aren't handled properly: `Vector3d` * `empty()` * `from_polar()` * `get_circle()` * `get_nearest()`...
@emichr asked how to include for example a `CrystalMap` plot with scalebar and an inverse pole figure in two separate axes but in the same figure. This isn't shown in...
The `Orientation` class inherits methods and properties from `Rotation`, `Quaternion` and `Object3d`. Currently, these methods and attributes aren't handled properly (e.g. symmetry isn't kept): `Rotation` * `__mul__()`: which object with...
I plan to restructure the orix documentation in a similar fashion as [I've done in kikuchipy](https://kikuchipy.org/en/latest/#learning-resources), based on the [Diátaxis](https://diataxis.fr/) framework. The changes I plan: * Separate the user guide...
The following error message is printed when trying to write a `CrystalMap` to an HDF5 file in a non-existing directory: ```python >>> from orix import io # Importing of other...
> On a tangentially related note now that I see it again, it would be handy to switch to using [ase](https://wiki.fysik.dtu.dk/ase/ase/ase.html#modules) instead of [diffpy](https://www.diffpy.org/diffpy.structure/package.html) in my opinion. _Originally posted by...