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

Also read crystal map together with EBSD patterns from a Bruker HDF5 file #670

Open
hakonanes opened this issue May 28, 2024 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@hakonanes
Copy link
Member

orix can read orientation data from a Bruker HDF5 file. We should use this reader to populate the EBSD.xmap property returned when reading EBSD data from a Bruker HDF5 file.

For safety, we can do this in a try/except.

@hakonanes hakonanes added the enhancement New feature or request label May 28, 2024
@hakonanes hakonanes added this to the v0.10.0 milestone May 28, 2024
@hakonanes
Copy link
Member Author

This will have to wait for the next minor release, 0.11, as it requires a bit more work.

orix' Bruker reader function takes an HDF5 file path. We want to use this function before returning an EBSD signal from our Bruker HDF5 reader. The reader is implemented in a file_reader() function. In there, though, we parse the already opened HDF5 top group. orix cannot take an HDF5 top group, although that would be very convenient!

@hakonanes hakonanes modified the milestones: v0.10.0, v0.11.0 Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant