You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"ROI refers to FrameOfReferenceUID: 1.3.6.1.4.1.5962.99.1.3178953502.1272538196.1686806166302.7.0\n",
1331
+
"\n",
1332
+
"\n",
1333
+
"Finding type: Embryonal rhabdomyosarcoma\n",
1334
+
"ROI GraphicTypeValues3D.POLYGON\n",
1335
+
"[[ 9.6064043 37.8423233 0. ]\n",
1336
+
" [ 9.6607132 37.67055511 0. ]\n",
1337
+
" [ 9.66349125 37.65438843 0. ]\n",
1338
+
" ...\n",
1339
+
" [ 9.59806824 37.86126709 0. ]\n",
1340
+
" [ 9.59806824 37.85848999 0. ]\n",
1341
+
" [ 9.6064043 37.8423233 0. ]]\n",
1342
+
"ROI refers to FrameOfReferenceUID: 1.3.6.1.4.1.5962.99.1.3178953502.1272538196.1686806166302.7.0\n",
1343
+
"\n",
1344
+
"\n",
1345
+
"Finding type: Embryonal rhabdomyosarcoma\n",
1346
+
"ROI GraphicTypeValues3D.POLYGON\n",
1347
+
"[[ 7.47041845 34.06241608 0. ]\n",
1348
+
" [ 7.45526218 33.97905731 0. ]\n",
1349
+
" [ 7.44642115 33.96390152 0. ]\n",
1350
+
" ...\n",
1351
+
" [ 7.46915531 34.06115341 0. ]\n",
1352
+
" [ 7.46915531 34.05862808 0. ]\n",
1353
+
" [ 7.47041845 34.06241608 0. ]]\n",
1354
+
"ROI refers to FrameOfReferenceUID: 1.3.6.1.4.1.5962.99.1.3178953502.1272538196.1686806166302.7.0\n",
1355
+
"\n",
1356
+
"\n"
1357
+
]
1358
+
}
1359
+
],
1333
1360
"source": [
1334
1361
"# Extract different attributes from the measurement group\n",
1335
1362
"for m_group in planar_measurement_groups_example1[:3]:\n",
@@ -3528,7 +3555,7 @@
3528
3555
"source": [
3529
3556
"# Advanced topic: Querying annotations using BigQuery\n",
3530
3557
"\n",
3531
-
"In the exercises above we fetched all of the DICOM SR files before examining them locally using highdicom.\n",
3558
+
"In the exercises above we fetched all of the DICOM SR files before examining them locally using highdicom.\n",
3532
3559
"Yet, all of the metadata available in IDC's DICOM files are also extracted to and searchable in Google BigQuery tables. With BigQuery search, you do not need to download anything if all you need to do is examine the metadata.\n",
3533
3560
"\n",
3534
3561
"If you would like to use BigQuery, you will need to complete the advanced prerequisites in [part 1](https://github.com/ImagingDataCommons/IDC-Tutorials/blob/master/notebooks/getting_started/part1_prerequisites.ipynb) of the \"Getting started\" tutorial series before running the following cells. You can also check out [part 3](https://github.com/ImagingDataCommons/IDC-Tutorials/blob/master/notebooks/getting_started/part3_exploring_cohorts.ipynb) of that series to get started with the IDC BigQuery content.\n",
0 commit comments