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 16d2b24 commit 326c6fdCopy full SHA for 326c6fd
src/imgtools/transforms/intensity_transforms.py
@@ -175,7 +175,9 @@ class N4BiasFieldCorrection(IntensityTransform):
175
176
Examples
177
--------
178
- >>> from imgtools.transforms.intensity_transforms import N4BiasFieldCorrection
+ >>> from imgtools.transforms.intensity_transforms import (
179
+ ... N4BiasFieldCorrection,
180
+ ... )
181
>>> corrector = N4BiasFieldCorrection()
182
>>> corrected_image = corrector(mr_image)
183
"""
0 commit comments