File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,13 @@ sections:
91
91
the final images are resampled using cubic B-Spline interpolation.
92
92
static : false
93
93
subtitle : Alignment of diffusion and anatomical MRI data (surface driven)
94
+ - bids : {datatype: figures, desc: eddy, suffix: dwi}
95
+ caption : Head-motion and eddy current corrected diffusion data
96
+ description : Geometrical distortions derived from the so-called Eddy-currents,
97
+ and head-motion realignment parameters were estimated with the joint modeling of
98
+ <code>{eddy_openmp}</code>, included in FSL.
99
+ static : false
100
+ subtitle : Eddy corrected diffusion data
94
101
- name : About
95
102
reportlets :
96
103
- bids : {datatype: figures, desc: about, suffix: T1w}
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ def _bold_reg_suffix(fallback):
210
210
ds_report_eddy = pe .Node (
211
211
DerivativesDataSink (
212
212
base_directory = str (config .execution .output_dir ),
213
- desc = "eddy_corrected " ,
213
+ desc = "eddy " ,
214
214
datatype = "figures" ,
215
215
),
216
216
name = "ds_report_eddy" ,
You can’t perform that action at this time.
0 commit comments