Go to the list of seismic processes. Go to SIOSEIS introduction.
There are four plots associated with this decon example:
1)  a plot of the stacked data without decon.
2)  A plot of the autocorrelations of the stacked data, showing the
    periods to be removed.
3)  A plot of the stacked data after decon.
4)  A plot of the autocorrelations after decon showing that the
    periodic data has been removed.


sioseis << eof
procs diskin filter agc plot end
diskin
  set 5 8 ipath data.mit end
end
filter
   ftype 2 pass 5 end
end
agc
  winlen .5  end
end
plot
   nibs 75 nsecs 3 ann rpno trpin 20 def .04
   srpath sunfil
   end
end
end
eof
xv sunfil
sioseis << eof
procs diskin acorr plot end
diskin
  set 5 8 ipath data.mit end
end
acorr
   sets 5.3 6.3 olens 1 end
end
plot
   nibs 75 nsecs 1 ann rpno trpin 20 def .04
   srpath sunfil
   end
end
end
xv sunfil
sioseis << eof
procs diskin decon filter agc plot end
diskin
  set 5 8 ipath data.mit end
end
decon
   prewhi .01 sedts 5.3 6.3 fillen .4 pdist .05 end
end
filter
   ftype 2 pass 5 end
end
agc
  winlen .5  end
end
plot
   nibs 75 nsecs 3 ann rpno trpin 20 def .04
   srpath sunfil
   end
end
end
xv sunfil
sioseis << eof
procs diskin decon acorr plot end
diskin
  set 5 8 ipath data.mit end
end
decon
   prewhi .01 sedts 5.3 6.3 fillen .4 pdist .05 end
end
acorr
   sets 5.3 6.3 olens 1 end
end
plot
   nibs 75 nsecs 1 ann rpno trpin 20 def .04
   srpath sunfil
   end
end
end
xv sunfil