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 f396f94 commit a150da4Copy full SHA for a150da4
nitransforms/base.py
@@ -15,7 +15,6 @@
15
from nibabel import funcs as _nbfuncs
16
from nibabel.nifti1 import intent_codes as INTENT_CODES
17
from nibabel.cifti2 import Cifti2Image
18
-from scipy import ndimage as ndi
19
20
EQUALITY_TOL = 1e-5
21
nitransforms/resampling.py
@@ -10,6 +10,7 @@
10
from pathlib import Path
11
import numpy as np
12
from nibabel.loadsave import load as _nbload
13
+from scipy import ndimage as ndi
14
from nitransforms.base import (
ImageGrid,
@@ -18,6 +19,7 @@
_as_homogeneous,
)
22
+
23
def apply(
24
transform,
25
spatialimage,
0 commit comments