Skip to content

Commit

Permalink
"Add activity to open CZI image refactored 2, #720"
Browse files Browse the repository at this point in the history
  • Loading branch information
felixS27 committed Sep 17, 2024
1 parent 5b3ac43 commit c5a3d73
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions _includes/image_file_formats/open_czi_bioio.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
# save file in the same directory as this notebook
# - Observe that BioImage chooses the correct reader plugin
from bioio import BioImage
# bioimage = BioImage('~/skimage-napari-tutorial/ExampleImages/xyz__multiple_images.czi')
bioimage = BioImage('/Users/fschneider/Training/skimage-napari-tutorial/ExampleImages/xyz__multiple_images.czi')
bioimage = BioImage('~/skimage-napari-tutorial/ExampleImages/xyz__multiple_images.czi')
print(bioimage)
print(type(bioimage))

Expand Down

0 comments on commit c5a3d73

Please sign in to comment.