Austin Gerlt

Results 19 issues of Austin Gerlt

**What is the problem** This is the simplest version of the code I could write to reproduce the problem: ===================== ebsd = EBSD.load([mtexEBSDPath filesep 'martensite.cpr'],'convertEuler2SpatialReferenceFrame') ebsd.export('test.h5') ebsd_from_h5 = EBSD.load('test.h5') and...

I'd like to write some class method constructors for Misorientations which generates them from paired lists or arrays of orientations, as well as some other misorientation-specific functions. Right now, Orientations...

enhancement

General new-to-orix question, while thinking about code simplification: What is the purpose of the neo_eulerian classes in vector/neo_euler.py? All of Orix's math, by design, is done with quaternions. As such,...

enhancement

Scipy now has a rotation object, and it might be handy to utilize it in orix PROS: - In my (limited) testing, it is significantly faster at calculating misorientations between...

I've spent some time over the past few weeks working on this with limited success. Raising an issue here in hopes that some other people can weigh in with alternatives...

enhancement
help-wanted

I am writing a virtual diffractometer using Orix, and it would be useful to allow rotation of a vector by a rotation, ideally by doing: ```python import numpy as np...

documentation-examples

This is a continuation from #406, but with a slightly expanded scope. I would like to add an open source datasets page to ORIX, similar to [Kikuchipy](https://kikuchipy.org/en/stable/user/open_datasets.html) or [Pyxem](https://pyxem.readthedocs.io/en/stable/open_datasets_workflows.html). In...

documentation

Is there a good reason for not implementing coveralls in the hexrd default PR actions? For reference, coveralls gives the percentage of code called by unit tests, which is necessary...

I had a feature I wanted to add, but I want to make sure it doesn't already exist in a way I don't know about, and possibly have some experts...

low priority

single line change to fix the bug described in https://github.com/mtex-toolbox/mtex/issues/2327