You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pydra/tasks/mrtrix3/v3_1/mrregister.py
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -427,17 +427,17 @@ class Outputs(shell.Outputs):
427
427
path_template="transformed.mif",
428
428
help="""image1 after registration transformed and regridded to the space of image2. Note that -transformed needs to be repeated for each contrast if multi-contrast registration is used.""",
429
429
)
430
-
transformed_midway: MultiInputObj[
431
-
tuple[ImageOut, ImageOut]
432
-
] |bool|None=shell.outarg(
433
-
default=None,
434
-
argstr="-transformed_midway",
435
-
path_template=(
436
-
"transformed_midway0.mif",
437
-
"transformed_midway1.mif",
438
-
),
439
-
help="""image1 and image2 after registration transformed and regridded to the midway space. Note that -transformed_midway needs to be repeated for each contrast if multi-contrast registration is used.""",
help="""image1 and image2 after registration transformed and regridded to the midway space. Note that -transformed_midway needs to be repeated for each contrast if multi-contrast registration is used.""",
0 commit comments