Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallelize particle_analysis for multiple images #84

Open
TomSlater opened this issue May 15, 2024 · 0 comments
Open

Parallelize particle_analysis for multiple images #84

TomSlater opened this issue May 15, 2024 · 0 comments

Comments

@TomSlater
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant