Håkon Wiik Ånes
Håkon Wiik Ånes
Have you looked at [the data selection part](https://orix.readthedocs.io/en/stable/crystal_map.html#Select-and-modify-data-from-criteria) of the crystal map tutorial? Your cluster labels in `DBSCAN.labels_` can be used to obtain a flat boolean mask to get a...
Great! Please report back if it didn't work as you expected or you found an alternative solution. I'm reopening this issue as I want us to remember to include an...
> But if I could do a slice like this on the data, then this makes constructing pole figures from specific variants with appropriately chosen colours rather easy to do...
I realize this is covered in the docs already.
Glad that you brought this up @harripj. It seems to me like the course of action is to: 1. Make a PR dropping support for Python 3.6 2. Continue with...
`__annotations__` can now be used in PRs to `develop`. Note that Python 3.6 is still supported for orix 0.9.x, so any patches have to respect this.
Relevant comment on type *checking* by @harripj: https://github.com/pyxem/orix/pull/340#discussion_r883537419
Completed in #378.
`Orientation.get_distance_matrix()` runs in parallel with both NumPy (`lazy=False`) and Dask (`True`) on my machine, does it not do so on yours? With my use of the method, I usually fill...
The [method reference](https://orix.readthedocs.io/en/stable/reference.html#orix.quaternion.Orientation.get_distance_matrix) is always a good place to see what the method can do! Please close the issue if you're happy. If not, is there anything we should fix...