jacobjma / PyQSTEM

A Python interface to the electron microscopy simulation program QSTEM
GNU General Public License v3.0
60 stars 30 forks source link

Scipy.interpolate no longer contains spline #20

Open din14970 opened 4 years ago

din14970 commented 4 years ago

Super tiny thing which I was able to fix immediately, but I thought I'd report it anyway. I tried running your very old exit wave reconstruction example, which uses the CTF radial_plot function. Trying to call this function throws an error because spline is no longer part of scipy.interpolate. Looking below in the code, it doesn't look like spline is used anyway. Removing it makes radial_plot work again.