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
"`idc-index` contains the two main components:\n",
128
133
"* index: a table containing most important metadata attributes describing DICOM series contained in IDC\n",
@@ -133,8 +138,10 @@
133
138
},
134
139
{
135
140
"cell_type": "code",
136
-
"execution_count": 2,
137
-
"metadata": {},
141
+
"execution_count": null,
142
+
"metadata": {
143
+
"id": "nOFBo8J6DnmH"
144
+
},
138
145
"outputs": [],
139
146
"source": [
140
147
"from idc_index import index\n",
@@ -144,24 +151,31 @@
144
151
},
145
152
{
146
153
"cell_type": "markdown",
147
-
"metadata": {},
154
+
"metadata": {
155
+
"id": "6gs3Q__BDnmI"
156
+
},
148
157
"source": [
149
-
"IDC data is versioned. When you work with `idc-index` it is important to take note of the IDC data release for the installed package. If you check IDC Portal, you will see the current version of IDC data in the bottom left corner.\n",
158
+
"IDC data is versioned. When you work with `idc-index` it is important to take note of the IDC data release for the installed package. If you check IDC Portal, you will see the current version of IDC data in the bottom left corner.\n",
"Now that you have `idc-index` install, among many other things, you can download files corresponding to the individual collections, patients, or studies to your computer.\n",
186
202
"\n",
@@ -191,7 +207,9 @@
191
207
},
192
208
{
193
209
"cell_type": "markdown",
194
-
"metadata": {},
210
+
"metadata": {
211
+
"id": "Z43rsoBfDnmK"
212
+
},
195
213
"source": [
196
214
"If you followed the demo above precisely, you shuld have this string in your clipboard: `1.2.840.113654.2.55.68425808326883186792123057288612355322`. This identifier is all that is needed to fetch the files contained in that DICOM study with just a single function call using `idc-index`! In the following cell these files will be downloaded to the current directory.\n",
"Once the download is completed, you can check the current directory to examine the content. Note that files are downloaded in to a folder hierarchy to make navigation easier. The default hierarchy is `collection_id` > `PatientID` > `StudyInstanceUID` > `Modality`_`SeriesInstanceUID`. You can configure this hierarchy - see documentation for the `download_from_selection()` function [here](https://idc-index.readthedocs.io/en/latest/api/idc_index.html#idc_index.index.IDCClient.download_from_selection).\n",
236
259
"\n",
@@ -251,11 +274,11 @@
251
274
"\n",
252
275
"To get started with BigQuery you need is a Google account (google identity) and a web browser. If you don't have a Google account, you can learn how to get one [here](https://accounts.google.com/signup/v2/webcreateaccount?dsh=308321458437252901&continue=https%3A%2F%2Faccounts.google.com%2FManageAccount&flowName=GlifWebSignIn&flowEntry=SignUp#FirstName=&LastName=). Note that you do NOT need a Gmail email account - [you can use your non-Gmail email address to create one instead](https://support.google.com/accounts/answer/27441?hl=en#existingemail).\n",
253
276
"\n",
254
-
"[!WARNING]\n",
277
+
"[!WARNING]\n",
255
278
"\n",
256
279
"The code cells in this section of the notebook should work if you run it in Google Colab. They will not work on your computer!\n",
257
280
"\n",
258
-
"[!WARNING]\n",
281
+
"[!WARNING]\n",
259
282
"\n",
260
283
"If you have a Google account that was provided by your organization, it may not be suitable for this tutorial if the organization managing your account has restrictions in place related to GCP! If you experience issues using your organization account, please switch to a personal one (you can create one just for the purposes of this tutorial, if you prefer)."
261
284
]
@@ -266,9 +289,9 @@
266
289
"id": "PPIHDykYodXO"
267
290
},
268
291
"source": [
269
-
"The first step is to activate Google Cloud Platform product for the Google account you will be using.\n",
292
+
"The first step is to activate Google Cloud Platform product for the Google account you will be using.\n",
270
293
"\n",
271
-
"You do not need to connect your credit card, and you will not need any special permissions or credits to create a project and use it in the subsequent parts of this tutorial series.\n",
294
+
"You do not need to connect your credit card, and you will not need any special permissions or credits to create a project and use it in the subsequent parts of this tutorial series.\n",
272
295
"\n",
273
296
"To activate Google Cloud Platform for your account, follow these steps.\n",
0 commit comments