pyxem / kikuchipy

Toolbox for analysis of electron backscatter diffraction (EBSD) patterns
https://kikuchipy.org
GNU General Public License v3.0
78 stars 30 forks source link

Post-process and index raw diffraction patterns in a .tif format #667

Open julienaub opened 3 months ago

julienaub commented 3 months ago

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 files. Could you add this feature, please?

Best regards,

Julien Aubourg

hakonanes commented 3 months ago

Hi Julien,

I believe this example in the IO tutorial does what you want. Can you try it out?

import kikuchipy as kp
s = kp.load("/path/to/files*.tif")

Also see the tutorial for details on how to return a signal with the correct 2D navigation shape.