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 af12bf7 commit 8c30489Copy full SHA for 8c30489
nipype/interfaces/fsl/epi.py
@@ -611,6 +611,17 @@ class EddyInputSpec(FSLCommandInputSpec):
611
"strongly recommended"
612
),
613
)
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
625
field_mat = File(
626
exists=True,
627
argstr="--field_mat=%s",
0 commit comments