Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
julienaub opened this issue Apr 23, 2024 · 1 comment
Open

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

julienaub opened this issue Apr 23, 2024 · 1 comment

Comments

@julienaub
Copy link

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
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants