Skip to content

Commit e85db1d

Browse files
committed
small fixes
1 parent bf00b12 commit e85db1d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

notebooks/collections_demos/nlm_visible_human_project.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"* metadata accompanying VHD is searchable\n",
2424
"* 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",
2525
"\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",
2727
"\n",
2828
"In this notebook we demonstrate interoperability and visualization of DICOM XC cryosection images using off-the-shelf open source tools.\n",
2929
"\n",
@@ -71,7 +71,7 @@
7171
},
7272
{
7373
"cell_type": "code",
74-
"execution_count": 1,
74+
"execution_count": null,
7575
"metadata": {
7676
"id": "IIwrQVHB1VXK",
7777
"outputId": "ede99bc5-e56a-44dd-aff3-013eca005db1",
@@ -143,7 +143,7 @@
143143
},
144144
{
145145
"cell_type": "code",
146-
"execution_count": 2,
146+
"execution_count": null,
147147
"metadata": {
148148
"colab": {
149149
"base_uri": "https://localhost:8080/"
@@ -177,7 +177,7 @@
177177
},
178178
{
179179
"cell_type": "code",
180-
"execution_count": 3,
180+
"execution_count": null,
181181
"metadata": {
182182
"id": "Olb_XnznSwje"
183183
},
@@ -221,7 +221,7 @@
221221
},
222222
{
223223
"cell_type": "code",
224-
"execution_count": 4,
224+
"execution_count": null,
225225
"metadata": {
226226
"colab": {
227227
"base_uri": "https://localhost:8080/",
@@ -1036,7 +1036,7 @@
10361036
"# download the file\n",
10371037
"!./s5cmd --no-sign-request --endpoint-url https://s3.amazonaws.com cp {sample_url} .\n",
10381038
"\n",
1039-
"image = load_vhd_xc_slice(\"./\"+sample_url.split(\"/\")[-1])\n",
1039+
"image = load_dicom_xc_slice(\"./\"+sample_url.split(\"/\")[-1])\n",
10401040
"\n",
10411041
"fig1 = plt.figure(figsize = (20,20))\n",
10421042
"ax1 = fig1.add_subplot()\n",

0 commit comments

Comments
 (0)