Hello!
I am working with the SRF and I have noticed that the move-out correction causes some peaks for later times(stream3c.moveout(phase=‘Sp’)). I think it is caused specifically by the stretch_delay_times() .
Are this peaks just expected because of the stretching manipulation of the trace? If they are artifacts noise, do you know how to remove it? Will be reasonable to just low-pass again to get rid of them?
I tested different values for the slowness, but it didn’t disappear. On my script. I am using the slowness=6.4.
stream3c.rf(method=‘S’, deconvolve=‘time’)
stream3c.moveout(phase=‘Sp’)
stream.extend(stream3c)
Here are some examples of my issue:
Thanks.