File size: 54,227 Bytes
d42b0b4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
scan_id,subset,modality,modality_full,modality_type,subject,split,source_archive,license,ixi_image_overlap
asl_epi_101,asl,epi,PCASL 2D-EPI,MRI,101,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_epi_105,asl,epi,PCASL 2D-EPI,MRI,105,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_epi_106,asl,epi,PCASL 2D-EPI,MRI,106,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_epi_109,asl,epi,PCASL 2D-EPI,MRI,109,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_epi_110,asl,epi,PCASL 2D-EPI,MRI,110,validation,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_epi_111,asl,epi,PCASL 2D-EPI,MRI,111,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_epi_112,asl,epi,PCASL 2D-EPI,MRI,112,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_epi_113,asl,epi,PCASL 2D-EPI,MRI,113,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_epi_114,asl,epi,PCASL 2D-EPI,MRI,114,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_epi_115,asl,epi,PCASL 2D-EPI,MRI,115,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_epi_116,asl,epi,PCASL 2D-EPI,MRI,116,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_epi_117,asl,epi,PCASL 2D-EPI,MRI,117,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_epi_118,asl,epi,PCASL 2D-EPI,MRI,118,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_epi_119,asl,epi,PCASL 2D-EPI,MRI,119,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_epi_120,asl,epi,PCASL 2D-EPI,MRI,120,validation,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_epi_121,asl,epi,PCASL 2D-EPI,MRI,121,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_epi_122,asl,epi,PCASL 2D-EPI,MRI,122,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_epi_123,asl,epi,PCASL 2D-EPI,MRI,123,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_epi_124,asl,epi,PCASL 2D-EPI,MRI,124,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_epi_125,asl,epi,PCASL 2D-EPI,MRI,125,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_epi_126,asl,epi,PCASL 2D-EPI,MRI,126,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_epi_127,asl,epi,PCASL 2D-EPI,MRI,127,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_epi_128,asl,epi,PCASL 2D-EPI,MRI,128,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_epi_129,asl,epi,PCASL 2D-EPI,MRI,129,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_epi_130,asl,epi,PCASL 2D-EPI,MRI,130,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_epi_131,asl,epi,PCASL 2D-EPI,MRI,131,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_epi_132,asl,epi,PCASL 2D-EPI,MRI,132,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_epi_134,asl,epi,PCASL 2D-EPI,MRI,134,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_epi_135,asl,epi,PCASL 2D-EPI,MRI,135,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_epi_137,asl,epi,PCASL 2D-EPI,MRI,137,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_epi_138,asl,epi,PCASL 2D-EPI,MRI,138,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_epi_139,asl,epi,PCASL 2D-EPI,MRI,139,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_epi_140,asl,epi,PCASL 2D-EPI,MRI,140,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_epi_142,asl,epi,PCASL 2D-EPI,MRI,142,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_epi_143,asl,epi,PCASL 2D-EPI,MRI,143,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_epi_144,asl,epi,PCASL 2D-EPI,MRI,144,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_epi_145,asl,epi,PCASL 2D-EPI,MRI,145,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_epi_146,asl,epi,PCASL 2D-EPI,MRI,146,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_epi_147,asl,epi,PCASL 2D-EPI,MRI,147,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_epi_149,asl,epi,PCASL 2D-EPI,MRI,149,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_epi_150,asl,epi,PCASL 2D-EPI,MRI,150,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_epi_151,asl,epi,PCASL 2D-EPI,MRI,151,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_epi_152,asl,epi,PCASL 2D-EPI,MRI,152,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_t1_101,asl,t1,T1w MPRAGE,MRI,101,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_t1_105,asl,t1,T1w MPRAGE,MRI,105,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_t1_106,asl,t1,T1w MPRAGE,MRI,106,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_t1_109,asl,t1,T1w MPRAGE,MRI,109,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_t1_110,asl,t1,T1w MPRAGE,MRI,110,validation,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_t1_111,asl,t1,T1w MPRAGE,MRI,111,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_t1_112,asl,t1,T1w MPRAGE,MRI,112,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_t1_113,asl,t1,T1w MPRAGE,MRI,113,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_t1_114,asl,t1,T1w MPRAGE,MRI,114,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_t1_115,asl,t1,T1w MPRAGE,MRI,115,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_t1_116,asl,t1,T1w MPRAGE,MRI,116,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_t1_117,asl,t1,T1w MPRAGE,MRI,117,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_t1_118,asl,t1,T1w MPRAGE,MRI,118,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_t1_119,asl,t1,T1w MPRAGE,MRI,119,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_t1_120,asl,t1,T1w MPRAGE,MRI,120,validation,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_t1_121,asl,t1,T1w MPRAGE,MRI,121,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_t1_122,asl,t1,T1w MPRAGE,MRI,122,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_t1_123,asl,t1,T1w MPRAGE,MRI,123,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_t1_124,asl,t1,T1w MPRAGE,MRI,124,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_t1_125,asl,t1,T1w MPRAGE,MRI,125,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_t1_126,asl,t1,T1w MPRAGE,MRI,126,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_t1_127,asl,t1,T1w MPRAGE,MRI,127,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_t1_128,asl,t1,T1w MPRAGE,MRI,128,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_t1_129,asl,t1,T1w MPRAGE,MRI,129,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_t1_130,asl,t1,T1w MPRAGE,MRI,130,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_t1_131,asl,t1,T1w MPRAGE,MRI,131,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_t1_132,asl,t1,T1w MPRAGE,MRI,132,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_t1_134,asl,t1,T1w MPRAGE,MRI,134,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_t1_135,asl,t1,T1w MPRAGE,MRI,135,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_t1_137,asl,t1,T1w MPRAGE,MRI,137,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_t1_138,asl,t1,T1w MPRAGE,MRI,138,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_t1_139,asl,t1,T1w MPRAGE,MRI,139,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_t1_140,asl,t1,T1w MPRAGE,MRI,140,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_t1_142,asl,t1,T1w MPRAGE,MRI,142,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_t1_143,asl,t1,T1w MPRAGE,MRI,143,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_t1_144,asl,t1,T1w MPRAGE,MRI,144,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_t1_145,asl,t1,T1w MPRAGE,MRI,145,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_t1_146,asl,t1,T1w MPRAGE,MRI,146,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_t1_147,asl,t1,T1w MPRAGE,MRI,147,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_t1_149,asl,t1,T1w MPRAGE,MRI,149,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_t1_150,asl,t1,T1w MPRAGE,MRI,150,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_t1_151,asl,t1,T1w MPRAGE,MRI,151,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
asl_t1_152,asl,t1,T1w MPRAGE,MRI,152,test,HCP-Aging / MGH in-house (PCASL),CC BY 4.0,false
fsm_pd_01ob,fsm,pd,PDw 3D-FLASH,MRI,01ob,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_pd_02cd,fsm,pd,PDw 3D-FLASH,MRI,02cd,validation,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_pd_08un,fsm,pd,PDw 3D-FLASH,MRI,08un,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_pd_10cv,fsm,pd,PDw 3D-FLASH,MRI,10cv,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_pd_11ni,fsm,pd,PDw 3D-FLASH,MRI,11ni,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_pd_14pu,fsm,pd,PDw 3D-FLASH,MRI,14pu,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_pd_21em,fsm,pd,PDw 3D-FLASH,MRI,21em,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_pd_22db,fsm,pd,PDw 3D-FLASH,MRI,22db,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_pd_23qf,fsm,pd,PDw 3D-FLASH,MRI,23qf,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_pd_24dz,fsm,pd,PDw 3D-FLASH,MRI,24dz,validation,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_pd_27uz,fsm,pd,PDw 3D-FLASH,MRI,27uz,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_pd_30gy,fsm,pd,PDw 3D-FLASH,MRI,30gy,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_pd_39ap,fsm,pd,PDw 3D-FLASH,MRI,39ap,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_pd_40mn,fsm,pd,PDw 3D-FLASH,MRI,40mn,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_pd_42wk,fsm,pd,PDw 3D-FLASH,MRI,42wk,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_pd_50ww,fsm,pd,PDw 3D-FLASH,MRI,50ww,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_pd_54jc,fsm,pd,PDw 3D-FLASH,MRI,54jc,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_pd_57hp,fsm,pd,PDw 3D-FLASH,MRI,57hp,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_pd_59ce,fsm,pd,PDw 3D-FLASH,MRI,59ce,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_pd_64ps,fsm,pd,PDw 3D-FLASH,MRI,64ps,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_pd_66oo,fsm,pd,PDw 3D-FLASH,MRI,66oo,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_pd_67lq,fsm,pd,PDw 3D-FLASH,MRI,67lq,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_pd_70qy,fsm,pd,PDw 3D-FLASH,MRI,70qy,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_pd_76cw,fsm,pd,PDw 3D-FLASH,MRI,76cw,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_pd_79bf,fsm,pd,PDw 3D-FLASH,MRI,79bf,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_pd_85fp,fsm,pd,PDw 3D-FLASH,MRI,85fp,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_pd_87qb,fsm,pd,PDw 3D-FLASH,MRI,87qb,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_pd_90ao,fsm,pd,PDw 3D-FLASH,MRI,90ao,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_pd_91zs,fsm,pd,PDw 3D-FLASH,MRI,91zs,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_pd_93cs,fsm,pd,PDw 3D-FLASH,MRI,93cs,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_pd_96ry,fsm,pd,PDw 3D-FLASH,MRI,96ry,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_pd_99tc,fsm,pd,PDw 3D-FLASH,MRI,99tc,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_qt1_01ob,fsm,qt1,qT1 MP2RAGE,MRI,01ob,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_qt1_02cd,fsm,qt1,qT1 MP2RAGE,MRI,02cd,validation,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_qt1_08un,fsm,qt1,qT1 MP2RAGE,MRI,08un,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_qt1_10cv,fsm,qt1,qT1 MP2RAGE,MRI,10cv,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_qt1_11ni,fsm,qt1,qT1 MP2RAGE,MRI,11ni,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_qt1_14pu,fsm,qt1,qT1 MP2RAGE,MRI,14pu,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_qt1_21em,fsm,qt1,qT1 MP2RAGE,MRI,21em,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_qt1_22db,fsm,qt1,qT1 MP2RAGE,MRI,22db,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_qt1_23qf,fsm,qt1,qT1 MP2RAGE,MRI,23qf,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_qt1_24dz,fsm,qt1,qT1 MP2RAGE,MRI,24dz,validation,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_qt1_27uz,fsm,qt1,qT1 MP2RAGE,MRI,27uz,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_qt1_30gy,fsm,qt1,qT1 MP2RAGE,MRI,30gy,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_qt1_39ap,fsm,qt1,qT1 MP2RAGE,MRI,39ap,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_qt1_40mn,fsm,qt1,qT1 MP2RAGE,MRI,40mn,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_qt1_42wk,fsm,qt1,qT1 MP2RAGE,MRI,42wk,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_qt1_50ww,fsm,qt1,qT1 MP2RAGE,MRI,50ww,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_qt1_54jc,fsm,qt1,qT1 MP2RAGE,MRI,54jc,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_qt1_57hp,fsm,qt1,qT1 MP2RAGE,MRI,57hp,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_qt1_59ce,fsm,qt1,qT1 MP2RAGE,MRI,59ce,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_qt1_64ps,fsm,qt1,qT1 MP2RAGE,MRI,64ps,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_qt1_66oo,fsm,qt1,qT1 MP2RAGE,MRI,66oo,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_qt1_67lq,fsm,qt1,qT1 MP2RAGE,MRI,67lq,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_qt1_70qy,fsm,qt1,qT1 MP2RAGE,MRI,70qy,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_qt1_76cw,fsm,qt1,qT1 MP2RAGE,MRI,76cw,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_qt1_79bf,fsm,qt1,qT1 MP2RAGE,MRI,79bf,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_qt1_85fp,fsm,qt1,qT1 MP2RAGE,MRI,85fp,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_qt1_87qb,fsm,qt1,qT1 MP2RAGE,MRI,87qb,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_qt1_90ao,fsm,qt1,qT1 MP2RAGE,MRI,90ao,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_qt1_91zs,fsm,qt1,qT1 MP2RAGE,MRI,91zs,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_qt1_93cs,fsm,qt1,qT1 MP2RAGE,MRI,93cs,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_qt1_96ry,fsm,qt1,qT1 MP2RAGE,MRI,96ry,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_qt1_99tc,fsm,qt1,qT1 MP2RAGE,MRI,99tc,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t1_01ob,fsm,t1,T1w MPRAGE,MRI,01ob,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t1_02cd,fsm,t1,T1w MPRAGE,MRI,02cd,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t1_07tz,fsm,t1,T1w MPRAGE,MRI,07tz,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t1_08un,fsm,t1,T1w MPRAGE,MRI,08un,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t1_10cv,fsm,t1,T1w MPRAGE,MRI,10cv,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t1_11ni,fsm,t1,T1w MPRAGE,MRI,11ni,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t1_14pu,fsm,t1,T1w MPRAGE,MRI,14pu,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t1_21em,fsm,t1,T1w MPRAGE,MRI,21em,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t1_22db,fsm,t1,T1w MPRAGE,MRI,22db,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t1_23qf,fsm,t1,T1w MPRAGE,MRI,23qf,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t1_24dz,fsm,t1,T1w MPRAGE,MRI,24dz,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t1_25na,fsm,t1,T1w MPRAGE,MRI,25na,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t1_27uz,fsm,t1,T1w MPRAGE,MRI,27uz,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t1_30gy,fsm,t1,T1w MPRAGE,MRI,30gy,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t1_33qt,fsm,t1,T1w MPRAGE,MRI,33qt,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t1_39ap,fsm,t1,T1w MPRAGE,MRI,39ap,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t1_40mn,fsm,t1,T1w MPRAGE,MRI,40mn,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t1_42wk,fsm,t1,T1w MPRAGE,MRI,42wk,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t1_46th,fsm,t1,T1w MPRAGE,MRI,46th,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t1_50ww,fsm,t1,T1w MPRAGE,MRI,50ww,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t1_54jc,fsm,t1,T1w MPRAGE,MRI,54jc,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t1_55tg,fsm,t1,T1w MPRAGE,MRI,55tg,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t1_57hp,fsm,t1,T1w MPRAGE,MRI,57hp,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t1_59ce,fsm,t1,T1w MPRAGE,MRI,59ce,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t1_64ps,fsm,t1,T1w MPRAGE,MRI,64ps,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t1_66oo,fsm,t1,T1w MPRAGE,MRI,66oo,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t1_67lq,fsm,t1,T1w MPRAGE,MRI,67lq,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t1_70qy,fsm,t1,T1w MPRAGE,MRI,70qy,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t1_72kl,fsm,t1,T1w MPRAGE,MRI,72kl,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t1_76cw,fsm,t1,T1w MPRAGE,MRI,76cw,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t1_79bf,fsm,t1,T1w MPRAGE,MRI,79bf,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t1_85fp,fsm,t1,T1w MPRAGE,MRI,85fp,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t1_87qb,fsm,t1,T1w MPRAGE,MRI,87qb,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t1_90ao,fsm,t1,T1w MPRAGE,MRI,90ao,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t1_91zs,fsm,t1,T1w MPRAGE,MRI,91zs,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t1_93cs,fsm,t1,T1w MPRAGE,MRI,93cs,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t1_96ry,fsm,t1,T1w MPRAGE,MRI,96ry,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t1_99tc,fsm,t1,T1w MPRAGE,MRI,99tc,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t2_01ob,fsm,t2,T2w 3D-SPACE,MRI,01ob,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t2_02cd,fsm,t2,T2w 3D-SPACE,MRI,02cd,validation,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t2_07tz,fsm,t2,T2w 3D-SPACE,MRI,07tz,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t2_08un,fsm,t2,T2w 3D-SPACE,MRI,08un,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t2_10cv,fsm,t2,T2w 3D-SPACE,MRI,10cv,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t2_11ni,fsm,t2,T2w 3D-SPACE,MRI,11ni,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t2_14pu,fsm,t2,T2w 3D-SPACE,MRI,14pu,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t2_21em,fsm,t2,T2w 3D-SPACE,MRI,21em,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t2_22db,fsm,t2,T2w 3D-SPACE,MRI,22db,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t2_23qf,fsm,t2,T2w 3D-SPACE,MRI,23qf,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t2_24dz,fsm,t2,T2w 3D-SPACE,MRI,24dz,validation,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t2_25na,fsm,t2,T2w 3D-SPACE,MRI,25na,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t2_27uz,fsm,t2,T2w 3D-SPACE,MRI,27uz,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t2_30gy,fsm,t2,T2w 3D-SPACE,MRI,30gy,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t2_39ap,fsm,t2,T2w 3D-SPACE,MRI,39ap,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t2_40mn,fsm,t2,T2w 3D-SPACE,MRI,40mn,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t2_42wk,fsm,t2,T2w 3D-SPACE,MRI,42wk,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t2_46th,fsm,t2,T2w 3D-SPACE,MRI,46th,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t2_50ww,fsm,t2,T2w 3D-SPACE,MRI,50ww,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t2_54jc,fsm,t2,T2w 3D-SPACE,MRI,54jc,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t2_57hp,fsm,t2,T2w 3D-SPACE,MRI,57hp,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t2_59ce,fsm,t2,T2w 3D-SPACE,MRI,59ce,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t2_64ps,fsm,t2,T2w 3D-SPACE,MRI,64ps,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t2_66oo,fsm,t2,T2w 3D-SPACE,MRI,66oo,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t2_67lq,fsm,t2,T2w 3D-SPACE,MRI,67lq,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t2_70qy,fsm,t2,T2w 3D-SPACE,MRI,70qy,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t2_72kl,fsm,t2,T2w 3D-SPACE,MRI,72kl,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t2_76cw,fsm,t2,T2w 3D-SPACE,MRI,76cw,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t2_79bf,fsm,t2,T2w 3D-SPACE,MRI,79bf,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t2_85fp,fsm,t2,T2w 3D-SPACE,MRI,85fp,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t2_87qb,fsm,t2,T2w 3D-SPACE,MRI,87qb,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t2_90ao,fsm,t2,T2w 3D-SPACE,MRI,90ao,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t2_91zs,fsm,t2,T2w 3D-SPACE,MRI,91zs,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t2_93cs,fsm,t2,T2w 3D-SPACE,MRI,93cs,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t2_96ry,fsm,t2,T2w 3D-SPACE,MRI,96ry,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
fsm_t2_99tc,fsm,t2,T2w 3D-SPACE,MRI,99tc,test,FreeSurfer Maintenance (MGH in-house),CC BY 4.0,false
infant_t1_11,infant,t1,T1w MPRAGE,MRI,11,test,Boston Children's Hospital,CC BY 4.0,false
infant_t1_12,infant,t1,T1w MPRAGE,MRI,12,test,Boston Children's Hospital,CC BY 4.0,false
infant_t1_13,infant,t1,T1w MPRAGE,MRI,13,test,Boston Children's Hospital,CC BY 4.0,false
infant_t1_14,infant,t1,T1w MPRAGE,MRI,14,test,Boston Children's Hospital,CC BY 4.0,false
infant_t1_15,infant,t1,T1w MPRAGE,MRI,15,test,Boston Children's Hospital,CC BY 4.0,false
infant_t1_16,infant,t1,T1w MPRAGE,MRI,16,test,Boston Children's Hospital,CC BY 4.0,false
infant_t1_17,infant,t1,T1w MPRAGE,MRI,17,test,Boston Children's Hospital,CC BY 4.0,false
infant_t1_18,infant,t1,T1w MPRAGE,MRI,18,test,Boston Children's Hospital,CC BY 4.0,false
infant_t1_19,infant,t1,T1w MPRAGE,MRI,19,test,Boston Children's Hospital,CC BY 4.0,false
infant_t1_20,infant,t1,T1w MPRAGE,MRI,20,test,Boston Children's Hospital,CC BY 4.0,false
infant_t1_21,infant,t1,T1w MPRAGE,MRI,21,test,Boston Children's Hospital,CC BY 4.0,false
infant_t1_22,infant,t1,T1w MPRAGE,MRI,22,test,Boston Children's Hospital,CC BY 4.0,false
infant_t1_23,infant,t1,T1w MPRAGE,MRI,23,test,Boston Children's Hospital,CC BY 4.0,false
infant_t1_24,infant,t1,T1w MPRAGE,MRI,24,test,Boston Children's Hospital,CC BY 4.0,false
infant_t1_25,infant,t1,T1w MPRAGE,MRI,25,test,Boston Children's Hospital,CC BY 4.0,false
infant_t1_26,infant,t1,T1w MPRAGE,MRI,26,test,Boston Children's Hospital,CC BY 4.0,false
ixi_dwi_002,ixi,dwi,DWI,MRI,002,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_dwi_012,ixi,dwi,DWI,MRI,012,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_dwi_013,ixi,dwi,DWI,MRI,013,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_dwi_015,ixi,dwi,DWI,MRI,015,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_dwi_136,ixi,dwi,DWI,MRI,136,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_dwi_137,ixi,dwi,DWI,MRI,137,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_dwi_139,ixi,dwi,DWI,MRI,139,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_dwi_266,ixi,dwi,DWI,MRI,266,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_dwi_267,ixi,dwi,DWI,MRI,267,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_dwi_268,ixi,dwi,DWI,MRI,268,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_dwi_269,ixi,dwi,DWI,MRI,269,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_dwi_270,ixi,dwi,DWI,MRI,270,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_dwi_274,ixi,dwi,DWI,MRI,274,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_dwi_275,ixi,dwi,DWI,MRI,275,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_dwi_276,ixi,dwi,DWI,MRI,276,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_dwi_277,ixi,dwi,DWI,MRI,277,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_dwi_278,ixi,dwi,DWI,MRI,278,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_dwi_397,ixi,dwi,DWI,MRI,397,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_dwi_398,ixi,dwi,DWI,MRI,398,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_dwi_399,ixi,dwi,DWI,MRI,399,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_dwi_400,ixi,dwi,DWI,MRI,400,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_dwi_401,ixi,dwi,DWI,MRI,401,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_dwi_518,ixi,dwi,DWI,MRI,518,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_dwi_519,ixi,dwi,DWI,MRI,519,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_dwi_521,ixi,dwi,DWI,MRI,521,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_dwi_522,ixi,dwi,DWI,MRI,522,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_dwi_523,ixi,dwi,DWI,MRI,523,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_dwi_524,ixi,dwi,DWI,MRI,524,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_dwi_525,ixi,dwi,DWI,MRI,525,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_dwi_526,ixi,dwi,DWI,MRI,526,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_dwi_527,ixi,dwi,DWI,MRI,527,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_dwi_528,ixi,dwi,DWI,MRI,528,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_002,ixi,mra,MRA,MRI,002,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_012,ixi,mra,MRA,MRI,012,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_013,ixi,mra,MRA,MRI,013,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_015,ixi,mra,MRA,MRI,015,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_016,ixi,mra,MRA,MRI,016,validation,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_017,ixi,mra,MRA,MRI,017,validation,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_019,ixi,mra,MRA,MRI,019,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_020,ixi,mra,MRA,MRI,020,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_021,ixi,mra,MRA,MRI,021,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_022,ixi,mra,MRA,MRI,022,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_134,ixi,mra,MRA,MRI,134,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_135,ixi,mra,MRA,MRI,135,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_136,ixi,mra,MRA,MRI,136,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_137,ixi,mra,MRA,MRI,137,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_138,ixi,mra,MRA,MRI,138,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_139,ixi,mra,MRA,MRI,139,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_140,ixi,mra,MRA,MRI,140,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_141,ixi,mra,MRA,MRI,141,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_142,ixi,mra,MRA,MRI,142,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_143,ixi,mra,MRA,MRI,143,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_230,ixi,mra,MRA,MRI,230,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_231,ixi,mra,MRA,MRI,231,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_232,ixi,mra,MRA,MRI,232,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_234,ixi,mra,MRA,MRI,234,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_266,ixi,mra,MRA,MRI,266,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_267,ixi,mra,MRA,MRI,267,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_268,ixi,mra,MRA,MRI,268,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_269,ixi,mra,MRA,MRI,269,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_270,ixi,mra,MRA,MRI,270,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_274,ixi,mra,MRA,MRI,274,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_275,ixi,mra,MRA,MRI,275,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_276,ixi,mra,MRA,MRI,276,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_277,ixi,mra,MRA,MRI,277,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_278,ixi,mra,MRA,MRI,278,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_397,ixi,mra,MRA,MRI,397,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_398,ixi,mra,MRA,MRI,398,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_399,ixi,mra,MRA,MRI,399,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_400,ixi,mra,MRA,MRI,400,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_401,ixi,mra,MRA,MRI,401,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_518,ixi,mra,MRA,MRI,518,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_519,ixi,mra,MRA,MRI,519,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_521,ixi,mra,MRA,MRI,521,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_522,ixi,mra,MRA,MRI,522,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_523,ixi,mra,MRA,MRI,523,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_524,ixi,mra,MRA,MRI,524,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_525,ixi,mra,MRA,MRI,525,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_526,ixi,mra,MRA,MRI,526,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_527,ixi,mra,MRA,MRI,527,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_528,ixi,mra,MRA,MRI,528,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_mra_553,ixi,mra,MRA,MRI,553,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_002,ixi,pd,PDw MRI,MRI,002,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_012,ixi,pd,PDw MRI,MRI,012,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_013,ixi,pd,PDw MRI,MRI,013,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_015,ixi,pd,PDw MRI,MRI,015,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_016,ixi,pd,PDw MRI,MRI,016,validation,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_017,ixi,pd,PDw MRI,MRI,017,validation,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_019,ixi,pd,PDw MRI,MRI,019,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_020,ixi,pd,PDw MRI,MRI,020,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_021,ixi,pd,PDw MRI,MRI,021,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_022,ixi,pd,PDw MRI,MRI,022,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_134,ixi,pd,PDw MRI,MRI,134,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_135,ixi,pd,PDw MRI,MRI,135,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_136,ixi,pd,PDw MRI,MRI,136,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_137,ixi,pd,PDw MRI,MRI,137,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_138,ixi,pd,PDw MRI,MRI,138,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_139,ixi,pd,PDw MRI,MRI,139,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_140,ixi,pd,PDw MRI,MRI,140,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_141,ixi,pd,PDw MRI,MRI,141,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_142,ixi,pd,PDw MRI,MRI,142,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_143,ixi,pd,PDw MRI,MRI,143,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_230,ixi,pd,PDw MRI,MRI,230,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_231,ixi,pd,PDw MRI,MRI,231,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_232,ixi,pd,PDw MRI,MRI,232,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_234,ixi,pd,PDw MRI,MRI,234,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_266,ixi,pd,PDw MRI,MRI,266,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_267,ixi,pd,PDw MRI,MRI,267,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_268,ixi,pd,PDw MRI,MRI,268,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_269,ixi,pd,PDw MRI,MRI,269,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_270,ixi,pd,PDw MRI,MRI,270,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_274,ixi,pd,PDw MRI,MRI,274,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_275,ixi,pd,PDw MRI,MRI,275,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_276,ixi,pd,PDw MRI,MRI,276,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_277,ixi,pd,PDw MRI,MRI,277,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_278,ixi,pd,PDw MRI,MRI,278,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_397,ixi,pd,PDw MRI,MRI,397,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_398,ixi,pd,PDw MRI,MRI,398,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_399,ixi,pd,PDw MRI,MRI,399,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_400,ixi,pd,PDw MRI,MRI,400,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_401,ixi,pd,PDw MRI,MRI,401,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_518,ixi,pd,PDw MRI,MRI,518,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_519,ixi,pd,PDw MRI,MRI,519,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_521,ixi,pd,PDw MRI,MRI,521,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_522,ixi,pd,PDw MRI,MRI,522,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_523,ixi,pd,PDw MRI,MRI,523,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_524,ixi,pd,PDw MRI,MRI,524,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_525,ixi,pd,PDw MRI,MRI,525,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_526,ixi,pd,PDw MRI,MRI,526,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_527,ixi,pd,PDw MRI,MRI,527,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_528,ixi,pd,PDw MRI,MRI,528,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_pd_553,ixi,pd,PDw MRI,MRI,553,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_002,ixi,t1,T1w MRI,MRI,002,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_012,ixi,t1,T1w MRI,MRI,012,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_013,ixi,t1,T1w MRI,MRI,013,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_015,ixi,t1,T1w MRI,MRI,015,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_016,ixi,t1,T1w MRI,MRI,016,validation,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_017,ixi,t1,T1w MRI,MRI,017,validation,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_019,ixi,t1,T1w MRI,MRI,019,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_020,ixi,t1,T1w MRI,MRI,020,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_021,ixi,t1,T1w MRI,MRI,021,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_022,ixi,t1,T1w MRI,MRI,022,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_134,ixi,t1,T1w MRI,MRI,134,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_135,ixi,t1,T1w MRI,MRI,135,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_136,ixi,t1,T1w MRI,MRI,136,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_137,ixi,t1,T1w MRI,MRI,137,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_138,ixi,t1,T1w MRI,MRI,138,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_139,ixi,t1,T1w MRI,MRI,139,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_140,ixi,t1,T1w MRI,MRI,140,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_141,ixi,t1,T1w MRI,MRI,141,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_142,ixi,t1,T1w MRI,MRI,142,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_143,ixi,t1,T1w MRI,MRI,143,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_230,ixi,t1,T1w MRI,MRI,230,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_231,ixi,t1,T1w MRI,MRI,231,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_232,ixi,t1,T1w MRI,MRI,232,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_234,ixi,t1,T1w MRI,MRI,234,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_266,ixi,t1,T1w MRI,MRI,266,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_267,ixi,t1,T1w MRI,MRI,267,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_268,ixi,t1,T1w MRI,MRI,268,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_269,ixi,t1,T1w MRI,MRI,269,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_270,ixi,t1,T1w MRI,MRI,270,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_274,ixi,t1,T1w MRI,MRI,274,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_275,ixi,t1,T1w MRI,MRI,275,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_276,ixi,t1,T1w MRI,MRI,276,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_277,ixi,t1,T1w MRI,MRI,277,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_278,ixi,t1,T1w MRI,MRI,278,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_397,ixi,t1,T1w MRI,MRI,397,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_398,ixi,t1,T1w MRI,MRI,398,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_399,ixi,t1,T1w MRI,MRI,399,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_400,ixi,t1,T1w MRI,MRI,400,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_401,ixi,t1,T1w MRI,MRI,401,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_518,ixi,t1,T1w MRI,MRI,518,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_519,ixi,t1,T1w MRI,MRI,519,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_521,ixi,t1,T1w MRI,MRI,521,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_522,ixi,t1,T1w MRI,MRI,522,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_523,ixi,t1,T1w MRI,MRI,523,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_524,ixi,t1,T1w MRI,MRI,524,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_525,ixi,t1,T1w MRI,MRI,525,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_526,ixi,t1,T1w MRI,MRI,526,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_527,ixi,t1,T1w MRI,MRI,527,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_528,ixi,t1,T1w MRI,MRI,528,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t1_553,ixi,t1,T1w MRI,MRI,553,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_002,ixi,t2,T2w MRI,MRI,002,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_012,ixi,t2,T2w MRI,MRI,012,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_013,ixi,t2,T2w MRI,MRI,013,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_015,ixi,t2,T2w MRI,MRI,015,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_016,ixi,t2,T2w MRI,MRI,016,validation,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_017,ixi,t2,T2w MRI,MRI,017,validation,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_019,ixi,t2,T2w MRI,MRI,019,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_020,ixi,t2,T2w MRI,MRI,020,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_021,ixi,t2,T2w MRI,MRI,021,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_022,ixi,t2,T2w MRI,MRI,022,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_134,ixi,t2,T2w MRI,MRI,134,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_135,ixi,t2,T2w MRI,MRI,135,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_136,ixi,t2,T2w MRI,MRI,136,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_137,ixi,t2,T2w MRI,MRI,137,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_138,ixi,t2,T2w MRI,MRI,138,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_139,ixi,t2,T2w MRI,MRI,139,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_140,ixi,t2,T2w MRI,MRI,140,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_141,ixi,t2,T2w MRI,MRI,141,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_142,ixi,t2,T2w MRI,MRI,142,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_143,ixi,t2,T2w MRI,MRI,143,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_230,ixi,t2,T2w MRI,MRI,230,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_231,ixi,t2,T2w MRI,MRI,231,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_232,ixi,t2,T2w MRI,MRI,232,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_234,ixi,t2,T2w MRI,MRI,234,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_266,ixi,t2,T2w MRI,MRI,266,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_267,ixi,t2,T2w MRI,MRI,267,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_268,ixi,t2,T2w MRI,MRI,268,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_269,ixi,t2,T2w MRI,MRI,269,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_270,ixi,t2,T2w MRI,MRI,270,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_274,ixi,t2,T2w MRI,MRI,274,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_275,ixi,t2,T2w MRI,MRI,275,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_276,ixi,t2,T2w MRI,MRI,276,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_277,ixi,t2,T2w MRI,MRI,277,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_278,ixi,t2,T2w MRI,MRI,278,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_397,ixi,t2,T2w MRI,MRI,397,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_398,ixi,t2,T2w MRI,MRI,398,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_399,ixi,t2,T2w MRI,MRI,399,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_400,ixi,t2,T2w MRI,MRI,400,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_401,ixi,t2,T2w MRI,MRI,401,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_518,ixi,t2,T2w MRI,MRI,518,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_519,ixi,t2,T2w MRI,MRI,519,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_521,ixi,t2,T2w MRI,MRI,521,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_522,ixi,t2,T2w MRI,MRI,522,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_523,ixi,t2,T2w MRI,MRI,523,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_524,ixi,t2,T2w MRI,MRI,524,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_525,ixi,t2,T2w MRI,MRI,525,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_526,ixi,t2,T2w MRI,MRI,526,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_527,ixi,t2,T2w MRI,MRI,527,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_528,ixi,t2,T2w MRI,MRI,528,test,IXI (Imperial College London),CC BY-SA 4.0,true
ixi_t2_553,ixi,t2,T2w MRI,MRI,553,test,IXI (Imperial College London),CC BY-SA 4.0,true
qin_flair_01,qin,flair,T2-FLAIR 2D-FSE,MRI,01,validation,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_flair_02,qin,flair,T2-FLAIR 2D-FSE,MRI,02,validation,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_flair_03,qin,flair,T2-FLAIR 2D-FSE,MRI,03,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_flair_04,qin,flair,T2-FLAIR 2D-FSE,MRI,04,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_flair_05,qin,flair,T2-FLAIR 2D-FSE,MRI,05,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_flair_06,qin,flair,T2-FLAIR 2D-FSE,MRI,06,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_flair_07,qin,flair,T2-FLAIR 2D-FSE,MRI,07,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_flair_08,qin,flair,T2-FLAIR 2D-FSE,MRI,08,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_flair_09,qin,flair,T2-FLAIR 2D-FSE,MRI,09,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_flair_10,qin,flair,T2-FLAIR 2D-FSE,MRI,10,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_flair_13,qin,flair,T2-FLAIR 2D-FSE,MRI,13,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_flair_14,qin,flair,T2-FLAIR 2D-FSE,MRI,14,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_flair_15,qin,flair,T2-FLAIR 2D-FSE,MRI,15,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_flair_43,qin,flair,T2-FLAIR 2D-FSE,MRI,43,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_flair_44,qin,flair,T2-FLAIR 2D-FSE,MRI,44,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_flair_45,qin,flair,T2-FLAIR 2D-FSE,MRI,45,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_flair_46,qin,flair,T2-FLAIR 2D-FSE,MRI,46,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_01,qin,t1,T1w 2D-FLASH,MRI,01,validation,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_02,qin,t1,T1w 2D-FLASH,MRI,02,validation,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_03,qin,t1,T1w 2D-FLASH,MRI,03,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_04,qin,t1,T1w 2D-FLASH,MRI,04,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_05,qin,t1,T1w 2D-FLASH,MRI,05,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_06,qin,t1,T1w 2D-FLASH,MRI,06,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_07,qin,t1,T1w 2D-FLASH,MRI,07,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_08,qin,t1,T1w 2D-FLASH,MRI,08,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_09,qin,t1,T1w 2D-FLASH,MRI,09,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_10,qin,t1,T1w 2D-FLASH,MRI,10,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_11,qin,t1,T1w 2D-FLASH,MRI,11,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_12,qin,t1,T1w 2D-FLASH,MRI,12,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_13,qin,t1,T1w 2D-FLASH,MRI,13,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_14,qin,t1,T1w 2D-FLASH,MRI,14,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_15,qin,t1,T1w 2D-FLASH,MRI,15,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_17,qin,t1,T1w 2D-FLASH,MRI,17,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_18,qin,t1,T1w 2D-FLASH,MRI,18,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_19,qin,t1,T1w 2D-FLASH,MRI,19,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_20,qin,t1,T1w 2D-FLASH,MRI,20,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_21,qin,t1,T1w 2D-FLASH,MRI,21,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_23,qin,t1,T1w 2D-FLASH,MRI,23,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_24,qin,t1,T1w 2D-FLASH,MRI,24,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_25,qin,t1,T1w 2D-FLASH,MRI,25,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_26,qin,t1,T1w 2D-FLASH,MRI,26,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_27,qin,t1,T1w 2D-FLASH,MRI,27,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_28,qin,t1,T1w 2D-FLASH,MRI,28,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_29,qin,t1,T1w 2D-FLASH,MRI,29,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_30,qin,t1,T1w 2D-FLASH,MRI,30,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_31,qin,t1,T1w 2D-FLASH,MRI,31,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_32,qin,t1,T1w 2D-FLASH,MRI,32,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_33,qin,t1,T1w 2D-FLASH,MRI,33,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_34,qin,t1,T1w 2D-FLASH,MRI,34,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_35,qin,t1,T1w 2D-FLASH,MRI,35,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_36,qin,t1,T1w 2D-FLASH,MRI,36,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_37,qin,t1,T1w 2D-FLASH,MRI,37,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_38,qin,t1,T1w 2D-FLASH,MRI,38,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_39,qin,t1,T1w 2D-FLASH,MRI,39,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_40,qin,t1,T1w 2D-FLASH,MRI,40,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_41,qin,t1,T1w 2D-FLASH,MRI,41,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_42,qin,t1,T1w 2D-FLASH,MRI,42,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_43,qin,t1,T1w 2D-FLASH,MRI,43,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_44,qin,t1,T1w 2D-FLASH,MRI,44,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_45,qin,t1,T1w 2D-FLASH,MRI,45,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_46,qin,t1,T1w 2D-FLASH,MRI,46,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_47,qin,t1,T1w 2D-FLASH,MRI,47,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_48,qin,t1,T1w 2D-FLASH,MRI,48,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_49,qin,t1,T1w 2D-FLASH,MRI,49,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_50,qin,t1,T1w 2D-FLASH,MRI,50,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_51,qin,t1,T1w 2D-FLASH,MRI,51,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_52,qin,t1,T1w 2D-FLASH,MRI,52,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_54,qin,t1,T1w 2D-FLASH,MRI,54,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_55,qin,t1,T1w 2D-FLASH,MRI,55,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_56,qin,t1,T1w 2D-FLASH,MRI,56,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t1_57,qin,t1,T1w 2D-FLASH,MRI,57,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t2_01,qin,t2,T2w 2D-FSE,MRI,01,validation,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t2_02,qin,t2,T2w 2D-FSE,MRI,02,validation,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t2_03,qin,t2,T2w 2D-FSE,MRI,03,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t2_04,qin,t2,T2w 2D-FSE,MRI,04,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t2_05,qin,t2,T2w 2D-FSE,MRI,05,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t2_06,qin,t2,T2w 2D-FSE,MRI,06,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t2_07,qin,t2,T2w 2D-FSE,MRI,07,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t2_08,qin,t2,T2w 2D-FSE,MRI,08,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t2_09,qin,t2,T2w 2D-FSE,MRI,09,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t2_10,qin,t2,T2w 2D-FSE,MRI,10,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t2_11,qin,t2,T2w 2D-FSE,MRI,11,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t2_12,qin,t2,T2w 2D-FSE,MRI,12,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t2_13,qin,t2,T2w 2D-FSE,MRI,13,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t2_14,qin,t2,T2w 2D-FSE,MRI,14,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t2_15,qin,t2,T2w 2D-FSE,MRI,15,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t2_17,qin,t2,T2w 2D-FSE,MRI,17,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t2_18,qin,t2,T2w 2D-FSE,MRI,18,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t2_20,qin,t2,T2w 2D-FSE,MRI,20,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t2_21,qin,t2,T2w 2D-FSE,MRI,21,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t2_23,qin,t2,T2w 2D-FSE,MRI,23,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t2_25,qin,t2,T2w 2D-FSE,MRI,25,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t2_26,qin,t2,T2w 2D-FSE,MRI,26,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t2_27,qin,t2,T2w 2D-FSE,MRI,27,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t2_28,qin,t2,T2w 2D-FSE,MRI,28,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t2_29,qin,t2,T2w 2D-FSE,MRI,29,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t2_30,qin,t2,T2w 2D-FSE,MRI,30,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t2_31,qin,t2,T2w 2D-FSE,MRI,31,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t2_32,qin,t2,T2w 2D-FSE,MRI,32,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t2_33,qin,t2,T2w 2D-FSE,MRI,33,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t2_34,qin,t2,T2w 2D-FSE,MRI,34,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t2_35,qin,t2,T2w 2D-FSE,MRI,35,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t2_36,qin,t2,T2w 2D-FSE,MRI,36,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t2_37,qin,t2,T2w 2D-FSE,MRI,37,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t2_38,qin,t2,T2w 2D-FSE,MRI,38,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t2_39,qin,t2,T2w 2D-FSE,MRI,39,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t2_40,qin,t2,T2w 2D-FSE,MRI,40,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t2_46,qin,t2,T2w 2D-FSE,MRI,46,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t2_48,qin,t2,T2w 2D-FSE,MRI,48,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false
qin_t2_49,qin,t2,T2w 2D-FSE,MRI,49,test,QIN-GBM-Treatment-Response (TCIA),CC BY 4.0,false