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 3bee02d commit 88a6e80Copy full SHA for 88a6e80
dmriprep/interfaces/images.py
@@ -84,7 +84,7 @@ def _run_interface(self, runtime):
84
return runtime
85
86
87
-class MatchTransformsInputSpec(BaseInterfaceInputSpec):
+class _MatchTransformsInputSpec(BaseInterfaceInputSpec):
88
b0_indices = traits.List(mandatory=True)
89
dwi_files = InputMultiObject(File(exists=True), mandatory=True)
90
transforms = InputMultiObject(File(exists=True), mandatory=True)
0 commit comments