Skip to content

Commit 6caf121

Browse files
committed
update colab nb to be more explicit about channel selection
1 parent de041ff commit 6caf121

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

notebooks/run_Cellpose-SAM.ipynb

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,13 @@
219219
"id": "CfhdXrkmMV2p"
220220
},
221221
"source": [
222-
"Use the dropdowns below to select the _zero-indexed_ channels of your image to segment. The order does not matter. Remember to rerun the cell after you edit the dropdowns."
222+
"### Channel Selection: \n",
223+
"\n",
224+
"- Use the dropdowns below to select the _zero-indexed_ channels of your image to segment. The order does not matter. Remember to rerun the cell after you edit the dropdowns.\n",
225+
"\n",
226+
"- If you have a histological image taken in brightfield, you don't need to adjust the channels.\n",
227+
"\n",
228+
"- If you have a fluroescent image with multiple stains, choosing multiple channels may produce segmentaiton of all the structures in the image. If you don't want to segment all the structures in the image set the channels that you don't want to be segmented to `None`, below. "
223229
]
224230
},
225231
{

0 commit comments

Comments
 (0)