v1.9.0
This release adds some new modules to ncempy
and features to the io
package and some bug fixes.
- Add
peak_find
module. This is used for finding peaks (i.e. atoms) in 2D (images) and 3D (volumes) numpyndarrays
. 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. - Add the
gaussND
module. This is used for peak fitting 2D and 3D Gaussians. - Allow input of an open file object to all
io
readers. - Fix an issue with EMD memmaps being closed when used inside another function
- Fix issue with
int64
data type in DM files
Please create an issue if anything is not working so I can fix it.