Back to SIOSEIS examples.          Back to January 2003 Edgetech processing example. Go to SIOSEIS introduction.          Go to the list of seismic processes.

     Generate a SIOSEIS rasterfile and header file for program
SIOPLT.  Use a 3 trace mix to smooth the event a little.  Use
AGC to make the pick event very big.  Use stime .1 nsecs .15 so
there's room at the bottom of the screen so that the SIOPLT picks
are visible during picking.


sioseis << eof
procs diskin mix filter agc plot end
diskin
   set 0 .3
   ipath line164.segy end
end
mix
   weight 1 1 1 end
end
agc
    center .01 winlen .2 end
end
filter
   ftype 0 pass 500 1000 dbdrop 48 end
end
plot 
    stime .1  wiggle 0 ann shotno anninc 5 ftag 5 taginc 20
     nibs 2859 vscale 25 nsecs .15 tlines .01 .05 .1 
    opath siofil hpath hdrfil
     def .002 trpin 300 srpath sunfil.ras end 
 end 
end
eof

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