Skip to content

kikuchipy 0.3.3

Compare
Choose a tag to compare
@hakonanes hakonanes released this 21 Apr 13:23

kikuchipy 0.3.3 is a patch release of kikuchipy, an open-source Python library for processing and analysis of electron backscatter diffraction (EBSD) patterns.

The release fixes bugs related to merging of crystal maps, getting markers from a geometrical EBSD simulation, removing the static background in an EBSD signal with non-square patterns, and reading of EBSD patterns from Bruker h5ebsd (HDF5) datasets created with a region of interest.

See other changes in the 0.3.x minor release cycle in the changelog.

Contributors

  • Håkon Wiik Ånes
  • Ole Natlandsmyr

Fixed

  • Reading of EBSD patterns from Bruker h5ebsd with a region of interest (#339)
  • Merging of (typically refined) crystal maps, where either a simulation indices array is not present or the array contains more indices per point than scores. (#335)
  • Bugs in getting plot markers from geometrical EBSD simulation. (#334)
  • Passing a static background pattern to EBSD.remove_static_background() for a non-square detector dataset works. (#331)