Austin Gerlt
Austin Gerlt
NOTE AT THE TOP: This might end up making more sense to either merge into #412, or to resubmit as a new PR with better contribution tracking. I'm open to...
#### Describe the functionality you would like to see. I would like to add support for the NanoMegas Topspin app5 file format, which is a software/system by which 4D STEM...
This is less a bug report, more just creating a paper trail in hopes the next person doesn't also accidentally lose a day to library errors. If you are: 1)...
In the process of patching 0.14.1, I spent some time trying to understand why ReadtheDocs is failing now. It seems by default the pdf compiler allows 100 latex errors before...
I plan on leaving this open for a bit as additional potential downstream pipeline problems are reported, but this includes optional solutions to address #611 and #613 1) (optional) make...
Currently working on my thesis and I don't have the time to properly add this feature to orix, but as part of an unrelated project, I needed to segment a...
#### Description of the change This started as an update to the [plot_symmetry_operations](https://orix.readthedocs.io/en/stable/examples/stereographic_projection/plot_symmetry_operations.html#sphx-glr-examples-stereographic-projection-plot-symmetry-operations-py) example, which has a few errors and also does not match the symbol conventions in the International...
Messing around with #588 and #593, I've realized `Object3d.flatten()` flattens in column-major (Fortran-style) order, as opposed to the numpy default of row-major (C-style). more details [here](https://numpy.org/doc/stable/reference/generated/numpy.ndarray.flatten.html): The initial fix is...
This is a functionality I have had for a few months and wanted to add to ORIX for some time, but have not had the time to do correctly. Leaving...