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 b3826e7 commit f091543Copy full SHA for f091543
niworkflows/interfaces/nibabel.py
@@ -90,6 +90,7 @@ def _run_interface(self, runtime):
90
91
return runtime
92
93
+
94
class _Save4Dto3DInputSpec(BaseInterfaceInputSpec):
95
in_file = File(exists=True, mandatory=True, desc='input 4d image')
96
0 commit comments