vanvalenlab / kiosk-imageJ-plugin

An ImageJ Plugin for interacting with the DeepCell Kiosk
Other
3 stars 2 forks source link

Only allow image files to be processed. #10

Closed willgraf closed 4 years ago

willgraf commented 4 years ago

Check the mime type of the selected file, and only allow values of "image/*" to be uploaded.

Remove the unused ZipJobManager, with a link to release 0.1.0 if we need to remember the code.

Additionally, update the status during failures, using a map with pre-defined progress values.