Skip to content

Commit 829fc32

Browse files
committed
Add note to docstring
1 parent e726269 commit 829fc32

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

brainles_preprocessing/registration/ANTs/ANTs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ def transform(
153153
) -> None:
154154
"""
155155
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.
156157
157158
Args:
158159
fixed_image_path (str or Path): Path to the fixed image.

brainles_preprocessing/registration/niftyreg/niftyreg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ def transform(
160160
) -> None:
161161
"""
162162
Apply a transformation using NiftyReg.
163+
By default the padding value corresponds to the minimum of the moving image.
163164
164165
Args:
165166
fixed_image_path (str): Path to the fixed image.

0 commit comments

Comments
 (0)