Skip to content

Commit

Permalink
fix: updated image file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
strixy16 committed Dec 8, 2023
1 parent 2b69fa1 commit 588ba46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"metadata": {},
"outputs": [],
"source": [
"ctImage = loadDicomSITK(\"../tests/R01-001/09-06-1990-NA-CT_CHEST_ABD_PELVIS_WITH_CON-98785/3.000000-THORAX_1.0_B45f-95741\")"
"ctImage = loadDicomSITK(\"../tests/NSCLC_Radiogenomics/R01-001/09-06-1990-NA-CT_CHEST_ABD_PELVIS_WITH_CON-98785/3.000000-THORAX_1.0_B45f-95741\")"
]
},
{
Expand All @@ -58,12 +58,12 @@
"name": "stdout",
"output_type": "stream",
"text": [
"{'Heart': <SimpleITK.SimpleITK.Image; proxy of <Swig Object of type 'itk::simple::Image *' at 0x7fdd6923c2a0> >}\n"
"{'Heart': <SimpleITK.SimpleITK.Image; proxy of <Swig Object of type 'itk::simple::Image *' at 0x7faadb122990> >}\n"
]
}
],
"source": [
"segImages = loadSegmentation(\"../tests/R01-001/09-06-1990-NA-CT_CHEST_ABD_PELVIS_WITH_CON-98785/1000.000000-3D_Slicer_segmentation_result-67652/1-1.dcm\",\n",
"segImages = loadSegmentation(\"../tests/NSCLC_Radiogenomics/R01-001/09-06-1990-NA-CT_CHEST_ABD_PELVIS_WITH_CON-98785/1000.000000-3D_Slicer_segmentation_result-67652/1-1.dcm\",\n",
" modality = 'SEG')\n",
"print(segImages)"
]
Expand Down

0 comments on commit 588ba46

Please sign in to comment.