Here is my question
wl = bruges.filters.wavelets.ricker(prm.t_lng, prm.dt, self.f0)
self.traces[i,:] = np.convolve(self.refl[i,:], wl, mode='same')
I found the same issue, but my situation is different from everyone else’s and I don’t know how to fix it。
New contributor
Mandy Natalie is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1