We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30039bb commit 7d69717Copy full SHA for 7d69717
dmriprep/workflows/dwi/base.py
@@ -41,10 +41,17 @@ def init_dwi_preproc_wf(dwi_file, has_fieldmap=False):
41
File path of the b-vectors
42
in_bval
43
File path of the b-values
44
+ fmap
45
+ File path of the fieldmap
46
+ fmap_ref
47
+ File path of the fieldmap reference
48
fmap_coeff
49
File path of the fieldmap coefficients
50
fmap_mask
51
File path of the fieldmap mask
52
+ fmap_id
53
+ The BIDS modality label of the fieldmap being used
54
+
55
56
Outputs
57
-------
@@ -88,6 +95,7 @@ def init_dwi_preproc_wf(dwi_file, has_fieldmap=False):
88
95
"fmap_ref",
89
96
"fmap_coeff",
90
97
"fmap_mask",
98
+ "fmap_id",
91
99
# From anatomical
92
100
"t1w_preproc",
93
101
"t1w_mask",
0 commit comments