Go to the list of seismic processes.      Go to SIOSEIS introduction.
      SIOSEIS script to plot a stacked line on the HP DesignJet



sioseis << eof1

procs diskin gains filter agc prout plot end

diskin
! ipath line.2 fno 8310 lno 11315 end
  ipath line.3 end
end

prout
 fno 0 lno 99999 ftr 1 ltr  1 trinc 1 end
end

gains
 type 3 alpha 1.75 end
end

filter 
 ftype 0 pass 5 60 dbdrop 60 end
end

agc 
 winlen .5 center .1 end
end

plot
! dir ltr 
  tlines 0.5 1 nibs 2859 ann rpno taginc 25
 scalar 2.0E-07 def 0.02 trpin 40
 nsecs 4 vscale 5
 opath siofil1 bcolor white end
end

end

eof1

sio2hp << eof2
ipath siofil opath hpfil.line3 end
eof2

lpr -Pplotter hpfil.line3
Go to the list of seismic processes.      Go to SIOSEIS introduction.