NEUBIAS / training-resources

Resources for teaching/preparing to teach bioimage analysis
https://neubias.github.io/training-resources
Other
48 stars 21 forks source link

Updates for batch processing #706

Closed jhennies closed 3 months ago

jhennies commented 4 months ago

I've updated the batch processing module:

  1. save_ij_tiff instead of imsave
  2. Open the first image and resulting segmentation in the end to illustrate that the workflow was working
  3. Added the suggestion to first only build an empty analyse function and run it to make sure this works before filling in functionality
    1. Changed the variable name of the input directory outside of the function

Regarding 3., I'm not sure if this is understandable, any suggestions are welcome.

tischi commented 3 months ago

Awesome thanks @jhennies !