Skip to content

Commit 4af4c07

Browse files
committed
enh: note that new -r option works only with ants>=2.1.0 [skip ci]
1 parent 0b695ae commit 4af4c07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/interfaces/ants/segmentation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ class N4BiasFieldCorrectionInputSpec(ANTSCommandInputSpec):
311311
rescale_intensities = traits.Bool(
312312
False, usedefault=True, argstr='-r',
313313
desc="""\
314+
[NOTE: Only ANTs>=2.1.0]
314315
At each iteration, a new intensity mapping is calculated and applied but there
315316
is nothing which constrains the new intensity range to be within certain values.
316317
The result is that the range can "drift" from the original at each iteration.

0 commit comments

Comments
 (0)