ePSIC-DLS / particlespy

Package for analysing particles in electron microscopy data sets.
GNU General Public License v3.0
19 stars 9 forks source link

Parallelize particle_analysis for multiple images #84

Open TomSlater opened 3 months ago

TomSlater commented 3 months ago

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 process.

It would also make sense to parallelize any processes that run on the particle_list object. For instance, EDX quantification takes some time to run on many particles and might be parallelizable.