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

Write/read support for EBSD signal with 0/1 navigation dimension in kikuchipy's h5ebsd format #276

Merged
merged 3 commits into from
Jan 10, 2021

Conversation

hakonanes
Copy link
Member

Description of the change

Write/read support for EBSD signal with 0/1 navigation dimension in kikuchipy's h5ebsd format.

Close #269.

Progress of the PR

Minimal example of the bug fix or new feature

>>> import kikuchipy as kp
>>> s = kp.data.nickel_ebsd_small()
>>> s
<EBSD, title: , (3, 3|60, 60)>
>>> s.inav[0].save("filename.h5")
>>> s2 = kp.load("filename.h5")
>>> s2
<EBSD, title: , (3|60, 60)>

For reviewers

  • Check that the PR title is short, concise, and will make sense 1 year
    later.
  • Check that new functions are imported in corresponding __init__.py.
  • Check that new features, API changes, and deprecations are mentioned in
    the unreleased section in doc/changelog.rst.

Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
@hakonanes hakonanes added the enhancement New feature or request label Jan 8, 2021
@hakonanes hakonanes added this to the v0.3.0 milestone Jan 8, 2021
@hakonanes hakonanes self-assigned this Jan 8, 2021
@hakonanes
Copy link
Member Author

Will merge when checks pass.

@hakonanes hakonanes merged commit c1c3d0d into pyxem:master Jan 10, 2021
@hakonanes hakonanes deleted the fix-269 branch January 10, 2021 10:52
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

Successfully merging this pull request may close these issues.

Enable save/load EBSD signal with 1D navigation axes to/from an h5ebsd file
1 participant