virtualcell / vcell-fiji

MIT License
2 stars 0 forks source link

Load Cursor and One Thread #22

Closed AvocadoMoon closed 7 months ago

AvocadoMoon commented 8 months ago

The ImageJ plugin now displays a cursor that signifies that the plugin is working to the user. Also refactored the code that loads the list of N5 datasets to use one thread object, and remove redundant code.

AvocadoMoon commented 7 months ago

This PR contains code that will make the ImageJ plugin have a loading cursor when doing work, utilize one format of threads when listing datasets in N5 file, adds the export table GUI, and have the recent export button actually work.