Pyr_sm = savgol_filter(Pyr, window_length=19, polyorder=1, axis=0) Pyr_sm = savgol_filter(Pyr_sm, window_length=28, polyorder=1, axis=1) Grs = np.array(df["C[Gt(W)2 ...
Before using this code, make sure you have configured the driver correctly. Then you need to install csiread https://github.com/citysu/csiread, for python>=3.8 pip ...