@@ -2,40 +2,40 @@ package: dmriprep
22sections :
33- name : Summary
44 reportlets :
5- - bids : {datatype: anat , desc: summary, suffix: T1w}
5+ - bids : {datatype: figures , desc: summary, suffix: T1w}
66- name : Anatomical
77 reportlets :
88 - bids :
9- datatype : anat
9+ datatype : figures
1010 desc : conform
1111 extension : [.html]
1212 suffix : T1w
13- - bids : {datatype: anat , suffix: dseg}
13+ - bids : {datatype: figures , suffix: dseg}
1414 caption : This panel shows the template T1-weighted image (if several T1w images
1515 were found), with contours delineating the detected brain mask and brain tissue
1616 segmentations.
1717 subtitle : Brain mask and brain tissue segmentation of the T1w
18- - bids : {datatype: anat , space: .*, suffix: T1w, regex_search: True}
18+ - bids : {datatype: figures , space: .*, suffix: T1w, regex_search: True}
1919 caption : Spatial normalization of the T1w image to the <code>{space}</code> template.
2020 description : Results of nonlinear alignment of the T1w reference one or more template
2121 space(s). Hover on the panels with the mouse pointer to transition between both
2222 spaces.
2323 static : false
2424 subtitle : Spatial normalization of the anatomical T1w reference
25- - bids : {datatype: anat , desc: reconall, suffix: T1w}
25+ - bids : {datatype: figures , desc: reconall, suffix: T1w}
2626 caption : Surfaces (white and pial) reconstructed with FreeSurfer (<code>recon-all</code>)
2727 overlaid on the participant's T1w template.
2828 subtitle : Surface reconstruction
2929- name : Diffusion
3030 ordering : session,acquisition,run
3131 reportlets :
32- - bids : {datatype: dwi , desc: validation, suffix: dwi}
33- - bids : {datatype: dwi , desc: brain, suffix: mask}
32+ - bids : {datatype: figures , desc: validation, suffix: dwi}
33+ - bids : {datatype: figures , desc: brain, suffix: mask}
3434 caption : Average b=0 that serves for reference in early preprocessing steps.
3535 descriptions : The reference b=0 is obtained as the voxel-wise median across
3636 all b=0 found in the dataset, after accounting for signal drift.
3737 The red contour shows the brain mask calculated using this reference b=0.
3838 subtitle : Reference b=0 and brain mask
3939- name : About
4040 reportlets :
41- - bids : {datatype: anat , desc: about, suffix: T1w}
41+ - bids : {datatype: figures , desc: about, suffix: T1w}
0 commit comments