MarcYin / SIAC

A sensor invariant Atmospheric Correction (SIAC)
http://www2.geog.ucl.ac.uk/~ucfafyi/Atmo_Cor/
GNU Affero General Public License v3.0
61 stars 17 forks source link

Replace window-import from scipy.signal by scipy.signal.windows #32

Open nbennasr opened 4 months ago

nbennasr commented 4 months ago

Importing window functions directly from scipy.signal has been deprecated since SciPy 1.1.0 and they are removed in SciPy 1.13.0. We should instead import them from scipy.signal.windows.