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 e726269 commit 829fc32Copy full SHA for 829fc32
brainles_preprocessing/registration/ANTs/ANTs.py
@@ -153,6 +153,7 @@ def transform(
153
) -> None:
154
"""
155
Apply a transformation using ANTs.
156
+ By default the padding value corresponds to the minimum of the moving image. Can be adjusted using the defaultvalue parameter.
157
158
Args:
159
fixed_image_path (str or Path): Path to the fixed image.
brainles_preprocessing/registration/niftyreg/niftyreg.py
@@ -160,6 +160,7 @@ def transform(
160
161
162
Apply a transformation using NiftyReg.
163
+ By default the padding value corresponds to the minimum of the moving image.
164
165
166
fixed_image_path (str): Path to the fixed image.
0 commit comments