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 5a31b01 commit 53db81aCopy full SHA for 53db81a
niworkflows/interfaces/nibabel.py
@@ -133,8 +133,7 @@ class _MergeSeriesOutputSpec(TraitedSpec):
133
134
135
class MergeSeries(SimpleInterface):
136
- """Merge a series of 3D volumes along the last dimension into a single
137
- 4D image."""
+ """Merge a series of 3D volumes along the last dimension into a single 4D image."""
138
139
input_spec = _MergeSeriesInputSpec
140
output_spec = _MergeSeriesOutputSpec
0 commit comments