In [1]:
using PyPlot,Seismic
In [7]:
# I lost link from USGS, data are now in our local rep.
download("http://seismic.physics.ualberta.ca/data/616_79_PR.SGY","616_79_PR.SGY");
SegyToSeis("616_79_PR.SGY","616_79_PR.seis");
In [6]:
d,h,e = SeisRead("616_79_PR.seis");
SeisPlot(d[1:500,:],e,cmap="PuOr",wbox=9);
In [ ]: