From fadd8476cc1c5491ba7e15d8d0cd15359e6760ee Mon Sep 17 00:00:00 2001 From: Peter Sobolewski <76622105+psobolewskiPhD@users.noreply.github.com> Date: Mon, 25 Mar 2024 21:00:15 -0400 Subject: [PATCH] [Bugfix] Stacks open on middle plane by default (#23) --- napari-workshops/notebooks/intro_bioimage_visualization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/napari-workshops/notebooks/intro_bioimage_visualization.md b/napari-workshops/notebooks/intro_bioimage_visualization.md index c7a5a2f..75f8b27 100644 --- a/napari-workshops/notebooks/intro_bioimage_visualization.md +++ b/napari-workshops/notebooks/intro_bioimage_visualization.md @@ -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]