Skip to content

Commit 27b9259

Browse files
slimnsouroesteban
authored andcommitted
Added eddy to report specification file and updated desc tag
1 parent b151e6d commit 27b9259

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

dmriprep/config/reports-spec.yml

100644100755
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,13 @@ sections:
9191
the final images are resampled using cubic B-Spline interpolation.
9292
static: false
9393
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
94101
- name: About
95102
reportlets:
96103
- bids: {datatype: figures, desc: about, suffix: T1w}

dmriprep/workflows/dwi/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def _bold_reg_suffix(fallback):
210210
ds_report_eddy = pe.Node(
211211
DerivativesDataSink(
212212
base_directory=str(config.execution.output_dir),
213-
desc="eddy_corrected",
213+
desc="eddy",
214214
datatype="figures",
215215
),
216216
name="ds_report_eddy",

0 commit comments

Comments
 (0)