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

Fixed typo #46

Closed YitengDang closed 1 month ago

YitengDang commented 1 month ago

In opening_lif_files.ipynb, in the function lif_to_numpy_stack(lif_image), the for loop should run over lif_image.get_frame(z=z) instead of lif_image.get_frame(z=0).