@@ -312,7 +312,7 @@ class Eddy(shell.Task["Eddy.Outputs"]):
312312 )
313313 out_base : str = shell .arg (
314314 help = "Basename for output image" ,
315- formatter = " out_base_formatter" ,
315+ formatter = out_base_formatter ,
316316 default = "eddy_corrected" ,
317317 )
318318 session : File = shell .arg (
@@ -322,14 +322,14 @@ class Eddy(shell.Task["Eddy.Outputs"]):
322322 in_topup_fieldcoef : File | None = shell .arg (
323323 help = "Topup results file containing the field coefficients" ,
324324 requires = ["in_topup_movpar" ],
325- formatter = " in_topup_fieldcoef_formatter" ,
325+ formatter = in_topup_fieldcoef_formatter ,
326326 )
327327 in_topup_movpar : File | None = shell .arg (
328328 help = "Topup results file containing the movement parameters (movpar.txt)" ,
329329 requires = ["in_topup_fieldcoef" ],
330330 )
331331 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
333333 )
334334 field_mat : File = shell .arg (
335335 help = "Matrix specifying the relative positions of the fieldmap, --field, and the first volume of the input file, --imain" ,
0 commit comments