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 05ca44e commit f482310Copy full SHA for f482310
nipype/interfaces/ants/utils.py
@@ -158,7 +158,7 @@ class ImageMath(ANTSCommand, CopyHeaderInterface):
158
159
By default, Nipype copies headers from the first input image (``op1``)
160
to the output image.
161
- For the ``PadImage`` operation, the header cannot be copied from inputs to
+ For some operations, as the ``PadImage`` operation, the header cannot be copied from inputs to
162
outputs, and so ``copy_header`` option is automatically set to ``False``.
163
164
>>> pad = ImageMath(
0 commit comments