Skip to content

Commit

Permalink
mask tutorial: fix manual mask download
Browse files Browse the repository at this point in the history
  • Loading branch information
sitic committed Dec 6, 2023
1 parent e196ff2 commit 6149649
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tutorials/mask.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
},
"outputs": [],
"source": [
"fn = om.utils.retrieve_example_data('Example_02_VF_Rabbit_Di-4-ANEPPS_Basler_acA720-520um_warped_manual_mask.npy', silent=True)\n",
"fn = om.utils.retrieve_example_data('Example_02_VF_Rabbit_Di-4-ANEPPS_Basler_acA720-520um_warped_mask.npy', silent=True)\n",
"manual_mask = om.load_mask(fn)"
]
},
Expand Down
4 changes: 3 additions & 1 deletion optimap/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@
"sha256:0d3cfca36d8e3ad935de4d0681ddd510c1590212a99dccb196353c8ce85b7491",
# warped version of Example_02, used to speed up documentation build
"Example_02_VF_Rabbit_Di-4-ANEPPS_Basler_acA720-520um_warped.npy":
"sha256:a1781582b669a69a9753b1c43d23e0acf26fb372426eeb6d880d2e66420b2107"
"sha256:a1781582b669a69a9753b1c43d23e0acf26fb372426eeb6d880d2e66420b2107",
"Example_02_VF_Rabbit_Di-4-ANEPPS_Basler_acA720-520um_warped_mask.npy":
"sha256:3f5d8402c8251f3cb8e8d235b459264ff7e7e2cf2b81f08129f0897baa262db6"
}


Expand Down

0 comments on commit 6149649

Please sign in to comment.