Description
Hi,
For now JUDI supports judiDataMute
that is a linear function so it can mute the date above or below line defined by t0
and vp
.
I would like to do some experiments with muter that uses first break picks. For example for each shot I will have first break picks that define start of muting with some window width and maybe offset.
To do that I'm going into the source code.
Here I can see that under the hood it uses joAbstractLinearOperator.
For my case I think this is not the way to go as for each shot there will be a vector of predefined first break picks.
So I'm thinking for the fastest way to get some first results. Probably there is some explicit function where the muting is done and I could simply modify it to get first results.
@mloubout maybe you have some thoughts on this?