Closed OverLordGoldDragon closed 4 months ago
ssq_cwt handles the inversion more accurately than icwt via const = np.log(2) / nv.
ssq_cwt
icwt
const = np.log(2) / nv
Hmm, no, ssq_cwt is correct. Unclear variable names.
Turns out nothing's wrong except my memory of this code. But also the less important scales='linear'.
scales='linear'
ssq_cwt
handles the inversion more accurately thanicwt
viaconst = np.log(2) / nv
.