Anders Christian Mathisen

Results 6 issues of Anders Christian Mathisen

#### Description of the change Because of discussions in #401, #345 and #373, it seemed like there is a need to move the `to_` and `from_` methods of `Rotation` to...

#### Description of the change This PR is a result of an ongoing recent [discussion](https://github.com/pyxem/orix/discussions/400). I have made functions to wrap `scipy.spacial.transform.Rotation.align_vectors()` to initialize Quaternion, Misorientation or Orientation objects which...

enhancement

#### Description of the change Added override to the `mean()` function in the `Orientation` class with the option to calculate the mean in the euler fundamental region. Also keeps the...

Hi, This is not really an issue, but something I have been working on and thought would be productive to share. Did not know if this is too specific to...

documentation

A few times now I have been puzzled by Miller giving "wrong" angles between vectors. The issue every time is that I forget to add a `Structure` argument to the...

enhancement

I am trying to calculate some angles between `Orientations` by using the `angle_with()` function and getting some weird numbers. Below is a code showing what I mean. ```python from orix.quaternion...