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 4650c08 commit 9bf6abdCopy full SHA for 9bf6abd
niworkflows/interfaces/registration.py
@@ -353,7 +353,7 @@ class EstimateReferenceImageInputSpec(BaseInterfaceInputSpec):
353
'are provided, they are assumed '
354
'to represent multiple echoes '
355
'from the same run.'))
356
- sbref_file = InputMultiPath(File(exists=True),
+ sbref_file = InputMultiObject(File(exists=True),
357
desc=("Single band reference image. "
358
"If multiple files are provided, "
359
"they are assumed to represent "
0 commit comments