Skip to content

Commit

Permalink
Merge pull request #8 from zoccoler/add_notebooks
Browse files Browse the repository at this point in the history
minor fixes to images and notebook paths
  • Loading branch information
haesleinhuepf authored May 10, 2022
2 parents 417aeb8 + fc6a38a commit 2ddeb66
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 26 deletions.
16 changes: 8 additions & 8 deletions notebooks_and_napari/batch_segmentation_workflow.ipynb

Large diffs are not rendered by default.

Binary file added notebooks_and_napari/data/nuclei3d.tif
Binary file not shown.
Binary file added notebooks_and_napari/data/nuclei3d_cropped.tif
Binary file not shown.
31 changes: 18 additions & 13 deletions notebooks_and_napari/my_segmentation_workflow.ipynb

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions notebooks_and_napari/save_image_locally.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 5,
"id": "7821bc45-75ae-4968-b432-007646a73525",
"metadata": {},
"outputs": [],
Expand All @@ -29,18 +29,18 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 6,
"id": "b4ff20e4-3190-4e89-ace9-20149bf68fea",
"metadata": {},
"outputs": [],
"source": [
"image = cells3d()[:,0]\n",
"image = cells3d()[:,1]\n",
"image_cropped = image[:,45:230,25:220]"
]
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 7,
"id": "5829401d-833e-4322-9d72-6e1ea12ba59c",
"metadata": {},
"outputs": [],
Expand All @@ -50,7 +50,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 8,
"id": "bcb856e6-a03c-4ba8-8b55-7d60be3f3fbc",
"metadata": {},
"outputs": [],
Expand Down

0 comments on commit 2ddeb66

Please sign in to comment.