haesleinhuepf / BioImageAnalysisNotebooks

Python Jupyter notebooks for BioImageAnalysis, GPU-accelerated image processing, bio-image data science and more
https://haesleinhuepf.github.io/BioImageAnalysisNotebooks
BSD 3-Clause "New" or "Revised" License
123 stars 35 forks source link

Issue on page /12_image_analysis_basics/02_Working_with_images.html - data #12

Closed ElisabethKugler closed 1 year ago

ElisabethKugler commented 2 years ago

Hey @haesleinhuepf,

working through the section "12_image_analysis_basics/02_Working_with_images" I found the "blobs.tif" using Fiji, but I am not sure where I would find the dataset "banana020.tif" for the exercise? Have I missed any links to data?

Thank you for the fantastic course.

Eli

haesleinhuepf commented 2 years ago

Hi Eli @ElisabethKugler ,

the image is located here: https://github.com/haesleinhuepf/BioImageAnalysisNotebooks/blob/main/data/banana/banana0020.tif

In the course we use this exercise indeed to make the students search for data in the repository and teach them the concepts of folders and paths. But I agree, a hint would make sense there to make the reader search in the right directory.

Thanks for the feedback!

Robert

ElisabethKugler commented 2 years ago

Many thanks for the swift reply @haesleinhuepf!

Ah, yes I think it would be good to just hint people to the fact that these notebooks are built on a course as well as image.sc discussions. e.g. "Looking for things" and "discussing solutions" is part of this :) I was naturally looking for it in Fiji (as for blobs and hela-cells), so maybe just a hint for the banana file would be enough.

Thanks!