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 bfe592d commit 5b1736bCopy full SHA for 5b1736b
nitransforms/resampling.py
@@ -98,6 +98,7 @@ def apply(
98
if data.ndim < transform.ndim:
99
data = data[..., np.newaxis]
100
101
+ # For model-based nonlinear transforms, generate the corresponding dense field
102
if hasattr(transform, "to_field") and callable(transform.to_field):
103
targets = ImageGrid(spatialimage).index(
104
_as_homogeneous(
0 commit comments