particlespy
particlespy copied to clipboard
Package for analysing particles in electron microscopy data sets.
Had an interesting point raised that particle data could be stored as a Hyperspy Signal1D object where the navigation dimension is particle number and the signal dimension contains the signal...
Currently (as of v0.3.0), it is possible to add properties to particles after running ParticleAnalysis through the construction of a function that operates on individual particles. This assumes that the...
Hi, I am trying to use the code following the [doc](https://epsic-dls.github.io/particlespy/getting_started.html) and the [notebook](https://github.com/ePSIC-DLS/particlespy_examples/blob/main/Basic%20Example.ipynb). I install the code with ```mamba install particlespy```. However I keep meeting errors in running ```import...