Skip to content

Commit a3b4ace

Browse files
committed
Do not use dcmqi
1 parent ee7ffcc commit a3b4ace

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

examples/integrations/itk/IDC_Seg_Primer_Examples.ipynb

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,7 @@
101101
"source": [
102102
"%%capture\n",
103103
"if not Path('./s5cmd').exists():\n",
104-
" !wget https://github.com/peak/s5cmd/releases/download/v2.0.0/s5cmd_2.0.0_Linux-64bit.tar.gz && tar zxf s5cmd_2.0.0_Linux-64bit.tar.gz\n",
105-
"if not Path('./dcmqi-1.2.5-linux').exists():\n",
106-
" !wget https://github.com/QIICR/dcmqi/releases/download/v1.2.5/dcmqi-1.2.5-linux.tar.gz && tar zxf dcmqi-1.2.5-linux.tar.gz"
104+
" !wget https://github.com/peak/s5cmd/releases/download/v2.0.0/s5cmd_2.0.0_Linux-64bit.tar.gz && tar zxf s5cmd_2.0.0_Linux-64bit.tar.gz\n"
107105
]
108106
},
109107
{
@@ -127,20 +125,6 @@
127125
{
128126
"cell_type": "code",
129127
"execution_count": 5,
130-
"id": "18c12d55-a902-4423-a5c3-8fbbbe56af62",
131-
"metadata": {
132-
"tags": []
133-
},
134-
"outputs": [],
135-
"source": [
136-
"%%capture\n",
137-
"# convert DICOM SEG to ITK representation\n",
138-
"!./dcmqi-1.2.5-linux/bin/segimage2itkimage --inputDICOM ./SEG_DICOM_series/`ls ./SEG_DICOM_series` --outputDirectory ./SEG_DICOM_series"
139-
]
140-
},
141-
{
142-
"cell_type": "code",
143-
"execution_count": 6,
144128
"id": "RJzY1NUmneKZ",
145129
"metadata": {
146130
"id": "RJzY1NUmneKZ",

0 commit comments

Comments
 (0)