kikuchipy icon indicating copy to clipboard operation
kikuchipy copied to clipboard

Toolbox for analysis of electron backscatter diffraction (EBSD) patterns

Results 22 kikuchipy issues
Sort by recently updated
recently updated
newest added

Hello, I am acquiring raw diffraction patterns in a .tif format and I wanted to post-process and index these with Kikuchipy. However, it seems like Kikuchipy does not support .tif...

HyperSpy 2.0 is slated for release around mid-September according to https://github.com/hyperspy/hyperspy/issues/2996#issuecomment-1657103453. What does it take for kikuchipy to be compatible with this release? An example of kikuchipy's failing test suite...

maintenance

#### Description of the change This PR is a step towards supporting HyperSpy 2.0 (see #650). kikuchipy's signals can currently be written to HyperSpy's HSPY (HDF5) file format via e.g....

enhancement
maintenance

I've received a master pattern file generated with EDAX OIM Matrix from a colleague. It's a binary file with file extension .oem of 157.3 MB (157 286 400 bytes). I...

enhancement

https://github.com/ericpre/hyperspy-bundle/actions/runs/6760600920/job/18374570541 ```python ================================== FAILURES =================================== ____________ TestKikuchipyH5EBSD.test_load_with_padding[h5-False] _____________ self = save_path_hdf5 = 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmp_cu9p8ve\\patterns.h5' lazy = False ni_small_axes_manager = {'axis-0': {'_type': 'UniformDataAxis', 'is_binned': False, 'name': 'y', 'navigate': True, ...}, 'axis-1': {'_type':...

maintenance

#### Description of the change Add documentation explaining how to do orientation refinemnet of crystal map with multiple phases from hough indexing. For more information see https://github.com/pyxem/kikuchipy/discussions/630. #### Progress of...

#### Description of the change Add fast PCA dictionary indexing #### Progress of the PR - [ ] [Docstrings for all functions](https://github.com/numpy/numpy/blob/master/doc/example.py) - [ ] Unit tests with pytest for...

enhancement

For creating the documentation: I tried following the steps in [contributing guide](https://kikuchipy.org/en/stable/dev/building_writing_documentation.html#writing-tutorial-notebooks), but when I do ``make html`` I get the error: ```python Traceback (most recent call last): File "C:\kikuchipy\env\lib\site-packages\sphinx\config.py",...

help wanted
documentation

There are a couple of things that I wanted to bring up and possibly offer solutions. @hakonanes maybe you can tell me if these are reasonable or not. ##Overlap causing...

enhancement
help wanted
discussion
documentation

We should try to take advantage of GPUs by writing some GPU kernels. I don't have an NVIDIA GPU available, so my choice would be to use PyOpenCL instead of...

enhancement
help wanted