@@ -2,40 +2,40 @@ package: dmriprep
2
2
sections :
3
3
- name : Summary
4
4
reportlets :
5
- - bids : {datatype: anat , desc: summary, suffix: T1w}
5
+ - bids : {datatype: figures , desc: summary, suffix: T1w}
6
6
- name : Anatomical
7
7
reportlets :
8
8
- bids :
9
- datatype : anat
9
+ datatype : figures
10
10
desc : conform
11
11
extension : [.html]
12
12
suffix : T1w
13
- - bids : {datatype: anat , suffix: dseg}
13
+ - bids : {datatype: figures , suffix: dseg}
14
14
caption : This panel shows the template T1-weighted image (if several T1w images
15
15
were found), with contours delineating the detected brain mask and brain tissue
16
16
segmentations.
17
17
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}
19
19
caption : Spatial normalization of the T1w image to the <code>{space}</code> template.
20
20
description : Results of nonlinear alignment of the T1w reference one or more template
21
21
space(s). Hover on the panels with the mouse pointer to transition between both
22
22
spaces.
23
23
static : false
24
24
subtitle : Spatial normalization of the anatomical T1w reference
25
- - bids : {datatype: anat , desc: reconall, suffix: T1w}
25
+ - bids : {datatype: figures , desc: reconall, suffix: T1w}
26
26
caption : Surfaces (white and pial) reconstructed with FreeSurfer (<code>recon-all</code>)
27
27
overlaid on the participant's T1w template.
28
28
subtitle : Surface reconstruction
29
29
- name : Diffusion
30
30
ordering : session,acquisition,run
31
31
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}
34
34
caption : Average b=0 that serves for reference in early preprocessing steps.
35
35
descriptions : The reference b=0 is obtained as the voxel-wise median across
36
36
all b=0 found in the dataset, after accounting for signal drift.
37
37
The red contour shows the brain mask calculated using this reference b=0.
38
38
subtitle : Reference b=0 and brain mask
39
39
- name : About
40
40
reportlets :
41
- - bids : {datatype: anat , desc: about, suffix: T1w}
41
+ - bids : {datatype: figures , desc: about, suffix: T1w}
0 commit comments