SIOSEIS script to filter and copy latest.shot.segy


sioseis << eof
procs diskin filter diskoa end
diskin
    ipath /export/home/EW0008/Realtimestack/latest.shot.segy end
end
filter
   ftype 0 dbdrop 48 pass 20 220 end
end
header
   fno 0 lno 99999 lhdr 6 1  lhdr 51 0 end
end
diskoa
   opath data end
end
end
eof

Then:
>lsd data 1 1
      SHOT   TR       RP    TR ID  RANGE DELAY NSAMPS    SI   YR DAY HR MIN SEC
    117541     1  704919     0  1  -4092     0   4608  2000 2000 273 13  28  22
>mv data shot117541.filt20x220

Return to EW0008 example.      Return to SIOSEIS examples.

Go to the list of seismic processes.      Go to SIOSEIS introduction.