Skip to content

Commit

Permalink
added line regarding 'which_indexes_lack_all_rois'
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmanderson committed Jul 13, 2021
1 parent 65a6350 commit 09ed103
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions Examples/DICOMRTTool_Tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,16 @@
"# Since we haven't defined anything yet, it prompts you to input a list of contour names"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"Dicom_reader.which_indexes_lack_all_rois() # Check to see which indexes LACK all of the rois we want\n",
"# Since we haven't defined any wanted ROI yet, it will prompt you to input a list of contour names"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -1644,7 +1654,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -1658,7 +1668,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.8"
"version": "3.8.10"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 09ed103

Please sign in to comment.