Skip to content

v1.9.0

Compare
Choose a tag to compare
@ercius ercius released this 30 Dec 21:52

This release adds some new modules to ncempy and features to the io package and some bug fixes.

  1. Add peak_find module. This is used for finding peaks (i.e. atoms) in 2D (images) and 3D (volumes) numpy ndarrays. There is code to find peaks, fit peaks to a Gaussian, fit a set of peaks to a lattice, calculate displacements, calculate strain, and calculate a unit cell.
  2. Add the gaussND module. This is used for peak fitting 2D and 3D Gaussians.
  3. Allow input of an open file object to all io readers.
  4. Fix an issue with EMD memmaps being closed when used inside another function
  5. Fix issue with int64 data type in DM files

Please create an issue if anything is not working so I can fix it.