S receiver functions Peaks

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.

Hi! Nor sure what is going on. If you see these peaks before the moveout (at different times) everything is working as expected. Looks more like a wrap-around effect from the deconvolution. Couldn’t you simply use a longer time window for the response components and trim again after the deconvolution?

Sure! I will try! Thanks Tom!!