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

Return to SIOSEIS examples.          Return to Revelle HiRes example.

SIOSEIS script to plot a shot

sioseis << eof
procs diskin agc plot end
diskin
  si .0005 sort shot
   ftr 0 ltr 23
  fno 51 lno 51 allno no ipath smcs05a.sgy end
end
agc
    winlen 1 end
end
plot
   nibs 2858 srpath sunfil.ras taginc 1 ann sh&tr
   def .01 clip .1  nsecs 4 vscale 1.25
   end
end
end
eof