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
115 stars 32 forks source link

Issue on page /12a_image_file_formats/opening_czi_files.html #41

Open tuhulab opened 11 months ago

tuhulab commented 11 months ago

The code shown in the notebook used czifile.

we will open a .czi file using the czifile library.

But a later sentence contradicts with the previous statement.

It is recommended to use AICSImageIO for reading CZI files as shown in this notebook.

Have I misunderstood anything?

haesleinhuepf commented 11 months ago

Good catch! The second sentence should contain a link to this page : https://haesleinhuepf.github.io/BioImageAnalysisNotebooks/12a_image_file_formats/opening_images_using_aicsimageio.html

I'll fix that soon. Thanks for reporting!