diff --git a/stglib/core/waves.py b/stglib/core/waves.py index a16d25b1..db6595ae 100644 --- a/stglib/core/waves.py +++ b/stglib/core/waves.py @@ -68,7 +68,7 @@ def make_diwasp_pres(ds): SMout, EPout = pyDIWASP.dirspec.dirspec( ID, SM, EP, ["MESSAGE", 0, "PLOTTYPE", 0] ) - print(f"{EPout=}") + # print(f"{EPout=}") S[burst, :, :] = SMout["S"] H[burst], Tp[burst], DTp[burst], Dp[burst] = pyDIWASP.infospec.infospec(SMout) diff --git a/stglib/rsk/nc2waves.py b/stglib/rsk/nc2waves.py index fa637392..e6b36064 100644 --- a/stglib/rsk/nc2waves.py +++ b/stglib/rsk/nc2waves.py @@ -57,7 +57,7 @@ def nc_to_waves(nc_filename): utils.check_compliance(nc_filename, conventions=ds.attrs["Conventions"]) if dodiwasp: - diwasp_filename = ds.attrs["filename"] + "_diwasp-cal.nc.nc" + diwasp_filename = ds.attrs["filename"] + "_diwasp-cal.nc" diwasp.to_netcdf(diwasp_filename) utils.check_compliance(diwasp_filename, conventions=ds.attrs["Conventions"])