Tom Slater
Tom Slater
At the moment, if particle_analysis is given a list of images, it will execute on one image at a time. It would make much more sense to fully parallelize this...
The rolling ball doesn't appear to work if the image is dark particles on a bright background. Inversion of the image intensity should be moved to be completed before the...
If you set the matplotlib backend to qt in ipython it cause the kernel to hang when closing SegUI.
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...