Skip to content

Commit 7d69717

Browse files
authored
update dwi preproc inputs
1 parent 30039bb commit 7d69717

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dmriprep/workflows/dwi/base.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,17 @@ def init_dwi_preproc_wf(dwi_file, has_fieldmap=False):
4141
File path of the b-vectors
4242
in_bval
4343
File path of the b-values
44+
fmap
45+
File path of the fieldmap
46+
fmap_ref
47+
File path of the fieldmap reference
4448
fmap_coeff
4549
File path of the fieldmap coefficients
4650
fmap_mask
4751
File path of the fieldmap mask
52+
fmap_id
53+
The BIDS modality label of the fieldmap being used
54+
4855
4956
Outputs
5057
-------
@@ -88,6 +95,7 @@ def init_dwi_preproc_wf(dwi_file, has_fieldmap=False):
8895
"fmap_ref",
8996
"fmap_coeff",
9097
"fmap_mask",
98+
"fmap_id",
9199
# From anatomical
92100
"t1w_preproc",
93101
"t1w_mask",

0 commit comments

Comments
 (0)