diff --git a/pyqstem/imaging.py b/pyqstem/imaging.py index 531bab5..b9af124 100644 --- a/pyqstem/imaging.py +++ b/pyqstem/imaging.py @@ -194,7 +194,7 @@ def get_chi(self,theta,phi,wavelength): def radial_plot(self,shape=None,sampling=None,wavelength=None,energy=None, max_freq=2,ax=None,interpolate=True): - from scipy.interpolate import spline,interp1d + from scipy.interpolate import interp1d if ax is None: fig, ax = plt.subplots()