Skip to content

kikuchipy 0.8.6

Compare
Choose a tag to compare
@github-actions github-actions released this 29 May 08:44
· 315 commits to main since this release
f3d93d1

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

This is a patch release fixing two issues in the EDAX binary and Oxford Instruments' H5OINA readers.

See below, the changelog or the GitHub changelog for all updates from the previous release.

Changed

  • Use memory mapping (numpy.memmap()) instead of reading into memory (numpy.fromfile()) for non-lazy reading of EBSD patterns from EDAX binary .up1/2 files. (#641)

Fixed

  • EBSD patterns from some EDAX binary .up1/2 files were incorrectly read due to an incorrect file offset, making the patterns appear shifted horizontally. (#641)
  • Reading of EBSD patterns from H5OINA files with the "Camera Binning Mode" dataset not containing the detector binning. (#641)