Skip to content

Commit 8c30489

Browse files
Michael Josepheffigies
authored andcommitted
initial eddy update
1 parent af12bf7 commit 8c30489

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

nipype/interfaces/fsl/epi.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -611,6 +611,17 @@ class EddyInputSpec(FSLCommandInputSpec):
611611
"strongly recommended"
612612
),
613613
)
614+
field_mat = File(
615+
exists=True, requires=["in_topup_fieldcoef"], desc="topup movpar.txt file"
616+
)
617+
field = File(
618+
argstr="--field=%s",
619+
desc=(
620+
"NonTOPUP fieldmap scaled in Hz - filename has "
621+
"to be provided without an extension. TOPUP is "
622+
"strongly recommended"
623+
),
624+
)
614625
field_mat = File(
615626
exists=True,
616627
argstr="--field_mat=%s",

0 commit comments

Comments
 (0)