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 cfe0d4d commit e5a0ff5Copy full SHA for e5a0ff5
pyproject.toml
@@ -29,7 +29,7 @@ dependencies = [
29
"migas >= 0.4.0",
30
"nireports >= 25.0.1",
31
"niworkflows >= 1.11.0",
32
- "nitransforms >= 24.1.0",
+ "nitransforms >= 25.0.1",
33
"numpy >= 1.23",
34
"pybids >= 0.16.4",
35
"scikit-image >= 0.18",
sdcflows/transform.py
@@ -502,7 +502,7 @@ def apply(
502
# Reference image's voxel coordinates (in voxel units)
503
voxcoords = (
504
nt.linear.Affine(reference=moving)
505
- .reference.ndindex.reshape((ndim, *data.shape[:ndim]))
+ .reference.ndindex.T.reshape((ndim, *data.shape[:ndim]))
506
.astype('float32')
507
)
508
0 commit comments