Skip to content

fixed td wavelet

recursion relationship for TD amplitude could be stuck on zero if t0 was far enough from 0. Now the time-domain wavelet code is smart enough to only calculate waveform from t0-3tau to t0+3tau (just like the FD wavelet code)

Merge request reports