@@ -312,7 +312,7 @@ class Eddy(shell.Task["Eddy.Outputs"]):
312
312
)
313
313
out_base : str = shell .arg (
314
314
help = "Basename for output image" ,
315
- formatter = " out_base_formatter" ,
315
+ formatter = out_base_formatter ,
316
316
default = "eddy_corrected" ,
317
317
)
318
318
session : File = shell .arg (
@@ -322,14 +322,14 @@ class Eddy(shell.Task["Eddy.Outputs"]):
322
322
in_topup_fieldcoef : File | None = shell .arg (
323
323
help = "Topup results file containing the field coefficients" ,
324
324
requires = ["in_topup_movpar" ],
325
- formatter = " in_topup_fieldcoef_formatter" ,
325
+ formatter = in_topup_fieldcoef_formatter ,
326
326
)
327
327
in_topup_movpar : File | None = shell .arg (
328
328
help = "Topup results file containing the movement parameters (movpar.txt)" ,
329
329
requires = ["in_topup_fieldcoef" ],
330
330
)
331
331
field : File = shell .arg (
332
- help = "Non-topup derived fieldmap scaled in Hz" , formatter = " field_formatter"
332
+ help = "Non-topup derived fieldmap scaled in Hz" , formatter = field_formatter
333
333
)
334
334
field_mat : File = shell .arg (
335
335
help = "Matrix specifying the relative positions of the fieldmap, --field, and the first volume of the input file, --imain" ,
0 commit comments