virtualcell / vcell-fiji

A tool that loads VCell simulation results into ImageJ and performs statistical analysis.
https://vcell.org/
MIT License
2 stars 1 forks source link

ImageJ Freezing #10

Closed AvocadoMoon closed 1 year ago

AvocadoMoon commented 1 year ago

Currently the plugin freezes ImageJ in its entirety when doing any intensive tasks. It'll need to add some worker threads to the plugin to speed up its work.

AvocadoMoon commented 1 year ago

Fixed it by adding some swing worker threads.