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

Return to SIOSEIS examples.          Return to Revelle HiRes example.

SIOSEIS script to kill traces with noise bursts AND stack.

sioseis << eof
procs diskin tredit nmo stack diskoa end
diskin
   ipath 5a.cmp end
end
tredit
     set 3 4 thres -.1E+06 .1E+06 kill yes end
end
nmo
   vtp 1500 0 end
end
diskoa
   opath 5a.stk end
end
end
eof