On Sun, 11 Aug 2024 14:16:44 +0300, Erdi Apatay eapatay@mtu.edu wrote:
If you define the mute window based on offset it will work like there is an implicit loop. As an example:
$ sumute < $indata key=offset xmute=10,200,1000 tmute=0.050,0.400,0.40
$outdata
Those offset values I took from the header listing of your message.
If instead of a single window you desire to define many along the line/prospect, try using files as parameter input.
See the self doc of sumute:
$ sumute
SUMUTE - MUTE above (or below) a user-defined polygonal curve with the distance along the curve specified by key header word
sumute <stdin >stdout xmute= tmute= [optional parameters]
Required parameters: xmute= array of position values as specified by the `key' parameter tmute= array of corresponding time values (sec) in case of air wave muting, correspond to air blast duration ... or input via files: ......................................
HTH
Hi all!
I have real seismic data and I want to apply top mute to this data. Actually, I can apply top mute to shot gathers one by one, but I wanted to create a script that could apply top mute to all of them, but I could not get a good result. Do I need to create a script that includes a loop to do this properly? What path should I follow?
I would be happy if you could help Best Erdi
P.S.: I attached a script I wrote ( I tried to do top mute only for the right upper side of the shot gathers for testing), and how they look after applying my script, and output of surange command.
Roxo