File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed
examples/integrations/itk Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change 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 {
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",
You can’t perform that action at this time.
0 commit comments