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 a1b1f11 commit b5ef2ccCopy full SHA for b5ef2cc
brainles_preprocessing/registration/registrator.py
@@ -36,7 +36,7 @@ def transform(
36
transformed_image_path: Any,
37
matrix_path: Any,
38
log_file_path: str,
39
- interpolator: str,
+ interpolator: str = "default",
40
**kwargs
41
):
42
"""
@@ -61,7 +61,7 @@ def inverse_transform(
61
62
63
64
65
66
67
Abstract method for inverse transforming images.
0 commit comments