dcm2bids.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504
  1. {
  2. "post_op": [
  3. {
  4. "cmd": "pydeface --outfile dst_file src_file",
  5. "datatype": "anat",
  6. "suffix": [
  7. "T1w",
  8. "T2w"
  9. ]
  10. }
  11. ],
  12. "descriptions": [
  13. {
  14. "criteria": {
  15. "SeriesDescription": "T1w"
  16. },
  17. "datatype": "anat",
  18. "suffix": "T1w"
  19. },
  20. {
  21. "criteria": {
  22. "SeriesDescription": "T1w_PSIR"
  23. },
  24. "custom_entities": "acq-psir",
  25. "datatype": "anat",
  26. "suffix": "T1w"
  27. },
  28. {
  29. "criteria": {
  30. "SeriesDescription": "T2w"
  31. },
  32. "datatype": "anat",
  33. "suffix": "T2w"
  34. },
  35. {
  36. "criteria": {
  37. "SeriesDescription": "T2W_FFE"
  38. },
  39. "custom_entities": "acq-ffe",
  40. "datatype": "anat",
  41. "suffix": "T2w"
  42. },
  43. {
  44. "criteria": {
  45. "SeriesDescription": "T2W_TSE"
  46. },
  47. "custom_entities": "acq-tse",
  48. "datatype": "anat",
  49. "suffix": "T2w"
  50. },
  51. {
  52. "criteria": {
  53. "SeriesDescription": "FLAIR"
  54. },
  55. "datatype": "anat",
  56. "suffix": "FLAIR"
  57. },
  58. {
  59. "id": "task_rest",
  60. "criteria": {
  61. "SeriesDescription": {
  62. "any": [
  63. "Task_rest-bold",
  64. "task-rest_bold"
  65. ]
  66. }
  67. },
  68. "custom_entities": "task-rest",
  69. "datatype": "func",
  70. "suffix": "bold",
  71. "sidecar_changes": {
  72. "TaskName": "rest"
  73. }
  74. },
  75. {
  76. "id": "task_trends",
  77. "criteria": {
  78. "SeriesDescription": "task-trends_bold"
  79. },
  80. "custom_entities": "task-trends",
  81. "datatype": "func",
  82. "suffix": "bold",
  83. "sidecar_changes": {
  84. "TaskName": "trends"
  85. }
  86. },
  87. {
  88. "id": "task_vft",
  89. "criteria": {
  90. "SeriesDescription": "task-vft_bold"
  91. },
  92. "custom_entities": "task-vft",
  93. "datatype": "func",
  94. "suffix": "bold",
  95. "sidecar_changes": {
  96. "TaskName": "vft"
  97. }
  98. },
  99. {
  100. "criteria": {
  101. "SeriesDescription": {
  102. "any": [
  103. "REF_REST_SE_EPI_AP_SHORT",
  104. "Ref_rest_AP"
  105. ]
  106. }
  107. },
  108. "custom_entities": "acq-rest_dir-AP",
  109. "datatype": "fmap",
  110. "suffix": "epi",
  111. "sidecar_changes": {
  112. "IntendedFor": "task_rest"
  113. }
  114. },
  115. {
  116. "criteria": {
  117. "SeriesDescription": {
  118. "any": [
  119. "REF_REST_SE_EPI_PA_SHORT",
  120. "Ref_rest_PA"
  121. ]
  122. }
  123. },
  124. "custom_entities": "acq-rest_dir-PA",
  125. "datatype": "fmap",
  126. "suffix": "epi",
  127. "sidecar_changes": {
  128. "IntendedFor": "task_rest"
  129. }
  130. },
  131. {
  132. "criteria": {
  133. "SeriesDescription": {
  134. "any": [
  135. "REF_TRENDS_SE_EPI_AP_SHORT",
  136. "Ref_TRENDS_AP"
  137. ]
  138. }
  139. },
  140. "custom_entities": "acq-trends_dir-AP",
  141. "datatype": "fmap",
  142. "suffix": "epi",
  143. "sidecar_changes": {
  144. "IntendedFor": "task_trends"
  145. }
  146. },
  147. {
  148. "criteria": {
  149. "SeriesDescription": {
  150. "any": [
  151. "REF_TRENDS_SE_EPI_PA_SHORT",
  152. "Ref_TRENDS_PA"
  153. ]
  154. }
  155. },
  156. "custom_entities": "acq-trends_dir-PA",
  157. "datatype": "fmap",
  158. "suffix": "epi",
  159. "sidecar_changes": {
  160. "IntendedFor": "task_trends"
  161. }
  162. },
  163. {
  164. "criteria": {
  165. "SeriesDescription": {
  166. "any": [
  167. "REF_vft_SE_EPI_AP_SHORT",
  168. "Ref_VFT_AP"
  169. ]
  170. }
  171. },
  172. "custom_entities": "acq-vft_dir-AP",
  173. "datatype": "fmap",
  174. "suffix": "epi",
  175. "sidecar_changes": {
  176. "IntendedFor": "task_vft"
  177. }
  178. },
  179. {
  180. "criteria": {
  181. "SeriesDescription": {
  182. "any": [
  183. "REF_vft_SE_EPI_PA_SHORT",
  184. "Ref_VFT_PA"
  185. ]
  186. }
  187. },
  188. "custom_entities": "acq-vft_dir-PA",
  189. "datatype": "fmap",
  190. "suffix": "epi",
  191. "sidecar_changes": {
  192. "IntendedFor": "task_vft"
  193. }
  194. },
  195. {
  196. "id": "dki",
  197. "criteria": {
  198. "SeriesDescription": {
  199. "any": [
  200. "DKI",
  201. "DKI_56slices_SHIM_PB_VOLUME"
  202. ]
  203. }
  204. },
  205. "custom_entities": "acq-dki",
  206. "datatype": "dwi",
  207. "suffix": "dwi"
  208. },
  209. {
  210. "id": "dti",
  211. "criteria": {
  212. "SeriesDescription": "DTI"
  213. },
  214. "custom_entities": "acq-dti",
  215. "datatype": "dwi",
  216. "suffix": "dwi"
  217. },
  218. {
  219. "id": "dti06dir",
  220. "criteria": {
  221. "SeriesDescription": {
  222. "any": [
  223. "DTI_6dir",
  224. "DTI_B500_6DIR"
  225. ]
  226. }
  227. },
  228. "custom_entities": "acq-dti06dir",
  229. "datatype": "dwi",
  230. "suffix": "dwi"
  231. },
  232. {
  233. "id": "128dti",
  234. "criteria": {
  235. "SeriesDescription": "DTI_opt_128"
  236. },
  237. "custom_entities": "acq-128dti",
  238. "datatype": "dwi",
  239. "suffix": "dwi"
  240. },
  241. {
  242. "id": "128dti64dir",
  243. "criteria": {
  244. "SeriesDescription": "DTI_opt_128_64dir"
  245. },
  246. "custom_entities": "acq-128dti64dir",
  247. "datatype": "dwi",
  248. "suffix": "dwi"
  249. },
  250. {
  251. "id": "dti_lasi",
  252. "criteria": {
  253. "SeriesDescription": "DTI_LASI"
  254. },
  255. "custom_entities": "acq-lasi",
  256. "datatype": "dwi",
  257. "suffix": "dwi"
  258. },
  259. {
  260. "criteria": {
  261. "SeriesDescription": {
  262. "any": [
  263. "REF_DWI_SE_EPI_AP_SHORT",
  264. "Ref_DWI_AP"
  265. ]
  266. }
  267. },
  268. "custom_entities": "acq-dwi_dir-AP",
  269. "datatype": "fmap",
  270. "suffix": "epi",
  271. "sidecar_changes": {
  272. "IntendedFor": [
  273. "dki",
  274. "dti",
  275. "dti06dir",
  276. "128dti",
  277. "128dti64dir"
  278. ]
  279. }
  280. },
  281. {
  282. "criteria": {
  283. "SeriesDescription": {
  284. "any": [
  285. "REF_DWI_SE_EPI_PA_SHORT",
  286. "Ref_DWI_PA"
  287. ]
  288. }
  289. },
  290. "custom_entities": "acq-dwi_dir-PA",
  291. "datatype": "fmap",
  292. "suffix": "epi",
  293. "sidecar_changes": {
  294. "IntendedFor": [
  295. "dki",
  296. "dti",
  297. "dti06dir",
  298. "128dti",
  299. "128dti64dir"
  300. ]
  301. }
  302. },
  303. {
  304. "criteria": {
  305. "SeriesDescription": "DTI_LASI_AP"
  306. },
  307. "custom_entities": "acq-lasi_dir-AP",
  308. "datatype": "fmap",
  309. "suffix": "epi",
  310. "sidecar_changes": {
  311. "IntendedFor": "dti_lasi"
  312. }
  313. },
  314. {
  315. "criteria": {
  316. "SeriesDescription": "DTI_LASI_PA"
  317. },
  318. "custom_entities": "acq-lasi_dir-PA",
  319. "datatype": "fmap",
  320. "suffix": "epi",
  321. "sidecar_changes": {
  322. "IntendedFor": "dti_lasi"
  323. }
  324. },
  325. {
  326. "criteria": {
  327. "EchoNumber": 1,
  328. "ImageType": [
  329. "ORIGINAL",
  330. "PRIMARY",
  331. "M",
  332. "FFE",
  333. "M",
  334. "FFE"
  335. ],
  336. "SeriesDescription": "fieldmap"
  337. },
  338. "custom_entities": "acq-fieldmap",
  339. "datatype": "fmap",
  340. "suffix": "magnitude1"
  341. },
  342. {
  343. "criteria": {
  344. "EchoNumber": 2,
  345. "ImageType": [
  346. "ORIGINAL",
  347. "PRIMARY",
  348. "M",
  349. "FFE",
  350. "M",
  351. "FFE"
  352. ],
  353. "SeriesDescription": "fieldmap"
  354. },
  355. "custom_entities": "acq-fieldmap",
  356. "datatype": "fmap",
  357. "suffix": "magnitude2"
  358. },
  359. {
  360. "criteria": {
  361. "EchoNumber": 1,
  362. "ImageType": [
  363. "ORIGINAL",
  364. "PRIMARY",
  365. "PHASE MAP",
  366. "P",
  367. "FFE",
  368. "PHASE"
  369. ],
  370. "SeriesDescription": "fieldmap"
  371. },
  372. "custom_entities": "acq-fieldmap",
  373. "datatype": "fmap",
  374. "suffix": "phase1"
  375. },
  376. {
  377. "criteria": {
  378. "EchoNumber": 2,
  379. "ImageType": [
  380. "ORIGINAL",
  381. "PRIMARY",
  382. "PHASE MAP",
  383. "P",
  384. "FFE",
  385. "PHASE"
  386. ],
  387. "SeriesDescription": "fieldmap"
  388. },
  389. "custom_entities": "acq-fieldmap",
  390. "datatype": "fmap",
  391. "suffix": "phase2"
  392. },
  393. {
  394. "criteria": {
  395. "EchoNumber": 1,
  396. "ImageType": {
  397. "any": [
  398. [
  399. "ORIGINAL",
  400. "PRIMARY",
  401. "T1",
  402. "MIXED"
  403. ],
  404. [
  405. "ORIGINAL",
  406. "PRIMARY",
  407. "M",
  408. "FFE",
  409. "M",
  410. "FFE"
  411. ]
  412. ]
  413. },
  414. "SeriesDescription": "B0 map"
  415. },
  416. "custom_entities": "acq-B0map",
  417. "datatype": "fmap",
  418. "suffix": "magnitude1"
  419. },
  420. {
  421. "criteria": {
  422. "EchoNumber": 2,
  423. "ImageType": {
  424. "any": [
  425. [
  426. "ORIGINAL",
  427. "PRIMARY",
  428. "T1",
  429. "MIXED"
  430. ],
  431. [
  432. "ORIGINAL",
  433. "PRIMARY",
  434. "M",
  435. "FFE",
  436. "M",
  437. "FFE"
  438. ]
  439. ]
  440. },
  441. "SeriesDescription": "B0 map"
  442. },
  443. "custom_entities": "acq-B0map",
  444. "datatype": "fmap",
  445. "suffix": "magnitude2"
  446. },
  447. {
  448. "criteria": {
  449. "EchoNumber": 1,
  450. "ImageType": {
  451. "any": [
  452. [
  453. "ORIGINAL",
  454. "PRIMARY",
  455. "T1",
  456. "MIXED",
  457. "PHASE"
  458. ],
  459. [
  460. "ORIGINAL",
  461. "PRIMARY",
  462. "PHASE MAP",
  463. "P",
  464. "FFE",
  465. "PHASE"
  466. ]
  467. ]
  468. },
  469. "SeriesDescription": "B0 map"
  470. },
  471. "custom_entities": "acq-B0map",
  472. "datatype": "fmap",
  473. "suffix": "phase1"
  474. },
  475. {
  476. "criteria": {
  477. "EchoNumber": 2,
  478. "ImageType": {
  479. "any": [
  480. [
  481. "ORIGINAL",
  482. "PRIMARY",
  483. "T1",
  484. "MIXED",
  485. "PHASE"
  486. ],
  487. [
  488. "ORIGINAL",
  489. "PRIMARY",
  490. "PHASE MAP",
  491. "P",
  492. "FFE",
  493. "PHASE"
  494. ]
  495. ]
  496. },
  497. "SeriesDescription": "B0 map"
  498. },
  499. "custom_entities": "acq-B0map",
  500. "datatype": "fmap",
  501. "suffix": "phase2"
  502. }
  503. ]
  504. }