This repo was started from ftp://rses.anu.edu.au/pub/ak135/.
Ellipticity corrections for travel times based on ak135
.
cd ellip-corr
make
from PyEllipCorr import PyEllipCorr
p = PyEllipCorr();
print(p.get_correction('P',65,124,40,39))
To run tests:
cd /path/to/ellip-corr/
pytest