Skip to content

Commit

Permalink
Add little excersie block
Browse files Browse the repository at this point in the history
  • Loading branch information
felixS27 committed Jul 25, 2024
1 parent e07cca3 commit 7d3e5e6
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
print(type(bioimage))

# %%
# lession in between
# little excersise in between
# Access image dimensions
print(bioimage.dims)

Expand Down Expand Up @@ -174,6 +174,10 @@
# - Observe that numpy.array shape is 2 dimensional representing y,x
print(img_2d.shape)

# %%
# little excercise:
# paticipants should try to open one of their files with python

# %%
# Save image as .ome.tif
# Option 1: directly from the BioImage object
Expand Down

0 comments on commit 7d3e5e6

Please sign in to comment.