pyxem / kikuchipy

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

EBSD static background written to HDF5 file should be fetched either from metadata or property #547

Closed hakonanes closed 2 years ago

hakonanes commented 2 years ago

Prior to v0.6.0, the NORDIF reader placed the static background pattern in the EBSD signal metadata, but now only places it in the EBSD.static_background property. The h5ebsd writer only looks for the static background pattern in the metadata, so the (NORDIF) static background pattern in the metadata is not written to file. This is a regression and should be fixed.

hakonanes commented 2 years ago

Fixed in #562.