|
23 | 23 | "* metadata accompanying VHD is searchable\n", |
24 | 24 | "* image files are available from either Google Cloud Platform or AWS buckets, and can be downloaded efficiently at any level (e.g., as the entire collection, or individual DICOM series)\n", |
25 | 25 | "\n", |
26 | | - "The IDC release of the VHD dataset includes both the radiology (CT and MR) and digitized cryosections images for both Visible Male and Visible Female. As part of data harmonization, images were converted into standard DICOM representation (from the original proprietary GE Signa format and PNG for the radiology and cryosection images, respectively), while maintaining the acquisition metadata in standard DICOM fields. Cryosection images are available as External Camera Photography (XC) modality DICOM series.\n", |
| 26 | + "The IDC release of the VHD dataset includes both the radiology (CT and MR) and digitized cryosections images for both Visible Male and Visible Female. As part of data harmonization, images were converted into standard DICOM representation (from the original [proprietary GE Signa format](https://discourse.slicer.org/t/visible-human-project-mri-dataset-loading/8034/) and PNG for the radiology and cryosection images, respectively), while maintaining the acquisition metadata in standard DICOM fields. Cryosection images are available as External Camera Photography (XC) modality DICOM series.\n", |
27 | 27 | "\n", |
28 | 28 | "In this notebook we demonstrate interoperability and visualization of DICOM XC cryosection images using off-the-shelf open source tools.\n", |
29 | 29 | "\n", |
|
71 | 71 | }, |
72 | 72 | { |
73 | 73 | "cell_type": "code", |
74 | | - "execution_count": 1, |
| 74 | + "execution_count": null, |
75 | 75 | "metadata": { |
76 | 76 | "id": "IIwrQVHB1VXK", |
77 | 77 | "outputId": "ede99bc5-e56a-44dd-aff3-013eca005db1", |
|
143 | 143 | }, |
144 | 144 | { |
145 | 145 | "cell_type": "code", |
146 | | - "execution_count": 2, |
| 146 | + "execution_count": null, |
147 | 147 | "metadata": { |
148 | 148 | "colab": { |
149 | 149 | "base_uri": "https://localhost:8080/" |
|
177 | 177 | }, |
178 | 178 | { |
179 | 179 | "cell_type": "code", |
180 | | - "execution_count": 3, |
| 180 | + "execution_count": null, |
181 | 181 | "metadata": { |
182 | 182 | "id": "Olb_XnznSwje" |
183 | 183 | }, |
|
221 | 221 | }, |
222 | 222 | { |
223 | 223 | "cell_type": "code", |
224 | | - "execution_count": 4, |
| 224 | + "execution_count": null, |
225 | 225 | "metadata": { |
226 | 226 | "colab": { |
227 | 227 | "base_uri": "https://localhost:8080/", |
|
1036 | 1036 | "# download the file\n", |
1037 | 1037 | "!./s5cmd --no-sign-request --endpoint-url https://s3.amazonaws.com cp {sample_url} .\n", |
1038 | 1038 | "\n", |
1039 | | - "image = load_vhd_xc_slice(\"./\"+sample_url.split(\"/\")[-1])\n", |
| 1039 | + "image = load_dicom_xc_slice(\"./\"+sample_url.split(\"/\")[-1])\n", |
1040 | 1040 | "\n", |
1041 | 1041 | "fig1 = plt.figure(figsize = (20,20))\n", |
1042 | 1042 | "ax1 = fig1.add_subplot()\n", |
|
0 commit comments