Skip to content

Commit

Permalink
[Bugfix] Stacks open on middle plane by default (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
psobolewskiPhD authored Mar 26, 2024
1 parent 3bdd778 commit fadd847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion napari-workshops/notebooks/intro_bioimage_visualization.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Now that we have the data array loaded, we can directly add it to the viewer.
viewer.add_image(nuclei)
```

Don't forget to change windows so you can now see the viewer. By default you'll just be looking at the 1st plane of the 3D data, which is the 0th slice of 60. You should see a single slider at the buttom of the viewer that will allow you to scroll through the rest of the z-stack. If you find the 30th slice then you should see the same as in the screenshot below.
Don't forget to change windows so you can now see the viewer. By default you'll just be looking at the middle plane of the 3D data, which a z-stack with 60 slices. You should see a single slider at the buttom of the viewer that will allow you to scroll through the rest of the z-stack. If you find the 30th slice then you should see the same as in the screenshot below.

```{code-cell} ipython3
:tags: [remove-cell]
Expand Down

0 comments on commit fadd847

Please sign in to comment.