├── COR_TA.M14A_TA.M17A.SAC ├── FTAN.cpt ├── README.md ├── __pycache__ └── pyaftan.cpython-36.pyc ├── aftan.so ├── aftan_demo.py ├── aftan_demo1.py ├── aftan_demo2.py ├── aftanf77 ├── aftan.cpython-36m-x86_64-linux-gnu.so ├── aftan.pyf ├── aftan2Py.sh ├── aftanipg.f ├── aftanpg.f ├── fftw3.h ├── fmax.f ├── ftfilt.f ├── mspline.f ├── phtovel.f ├── pred_cur.f ├── taper.f ├── tapers.f ├── tgauss.f └── trigger.f ├── ak135.disp ├── pyaftan.py ├── pyaftan.pyc ├── pyaftan_py2.py ├── sac_data ├── SES.98S43.SAC ├── SES.98S44.SAC ├── SES.98S45.SAC ├── SES.98S46.SAC └── SES.98S47.SAC ├── test.sac ├── test2.sac ├── test_aftan.py ├── test_gauss.py └── test_snr.py /COR_TA.M14A_TA.M17A.SAC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lfengmle/pyaftan/HEAD/COR_TA.M14A_TA.M17A.SAC -------------------------------------------------------------------------------- /FTAN.cpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lfengmle/pyaftan/HEAD/FTAN.cpt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lfengmle/pyaftan/HEAD/README.md -------------------------------------------------------------------------------- /__pycache__/pyaftan.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lfengmle/pyaftan/HEAD/__pycache__/pyaftan.cpython-36.pyc -------------------------------------------------------------------------------- /aftan.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lfengmle/pyaftan/HEAD/aftan.so -------------------------------------------------------------------------------- /aftan_demo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lfengmle/pyaftan/HEAD/aftan_demo.py -------------------------------------------------------------------------------- /aftan_demo1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lfengmle/pyaftan/HEAD/aftan_demo1.py -------------------------------------------------------------------------------- /aftan_demo2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lfengmle/pyaftan/HEAD/aftan_demo2.py -------------------------------------------------------------------------------- /aftanf77/aftan.cpython-36m-x86_64-linux-gnu.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lfengmle/pyaftan/HEAD/aftanf77/aftan.cpython-36m-x86_64-linux-gnu.so -------------------------------------------------------------------------------- /aftanf77/aftan.pyf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lfengmle/pyaftan/HEAD/aftanf77/aftan.pyf -------------------------------------------------------------------------------- /aftanf77/aftan2Py.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lfengmle/pyaftan/HEAD/aftanf77/aftan2Py.sh -------------------------------------------------------------------------------- /aftanf77/aftanipg.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lfengmle/pyaftan/HEAD/aftanf77/aftanipg.f -------------------------------------------------------------------------------- /aftanf77/aftanpg.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lfengmle/pyaftan/HEAD/aftanf77/aftanpg.f -------------------------------------------------------------------------------- /aftanf77/fftw3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lfengmle/pyaftan/HEAD/aftanf77/fftw3.h -------------------------------------------------------------------------------- /aftanf77/fmax.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lfengmle/pyaftan/HEAD/aftanf77/fmax.f -------------------------------------------------------------------------------- /aftanf77/ftfilt.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lfengmle/pyaftan/HEAD/aftanf77/ftfilt.f -------------------------------------------------------------------------------- /aftanf77/mspline.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lfengmle/pyaftan/HEAD/aftanf77/mspline.f -------------------------------------------------------------------------------- /aftanf77/phtovel.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lfengmle/pyaftan/HEAD/aftanf77/phtovel.f -------------------------------------------------------------------------------- /aftanf77/pred_cur.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lfengmle/pyaftan/HEAD/aftanf77/pred_cur.f -------------------------------------------------------------------------------- /aftanf77/taper.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lfengmle/pyaftan/HEAD/aftanf77/taper.f -------------------------------------------------------------------------------- /aftanf77/tapers.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lfengmle/pyaftan/HEAD/aftanf77/tapers.f -------------------------------------------------------------------------------- /aftanf77/tgauss.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lfengmle/pyaftan/HEAD/aftanf77/tgauss.f -------------------------------------------------------------------------------- /aftanf77/trigger.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lfengmle/pyaftan/HEAD/aftanf77/trigger.f -------------------------------------------------------------------------------- /ak135.disp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lfengmle/pyaftan/HEAD/ak135.disp -------------------------------------------------------------------------------- /pyaftan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lfengmle/pyaftan/HEAD/pyaftan.py -------------------------------------------------------------------------------- /pyaftan.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lfengmle/pyaftan/HEAD/pyaftan.pyc -------------------------------------------------------------------------------- /pyaftan_py2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lfengmle/pyaftan/HEAD/pyaftan_py2.py -------------------------------------------------------------------------------- /sac_data/SES.98S43.SAC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lfengmle/pyaftan/HEAD/sac_data/SES.98S43.SAC -------------------------------------------------------------------------------- /sac_data/SES.98S44.SAC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lfengmle/pyaftan/HEAD/sac_data/SES.98S44.SAC -------------------------------------------------------------------------------- /sac_data/SES.98S45.SAC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lfengmle/pyaftan/HEAD/sac_data/SES.98S45.SAC -------------------------------------------------------------------------------- /sac_data/SES.98S46.SAC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lfengmle/pyaftan/HEAD/sac_data/SES.98S46.SAC -------------------------------------------------------------------------------- /sac_data/SES.98S47.SAC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lfengmle/pyaftan/HEAD/sac_data/SES.98S47.SAC -------------------------------------------------------------------------------- /test.sac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lfengmle/pyaftan/HEAD/test.sac -------------------------------------------------------------------------------- /test2.sac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lfengmle/pyaftan/HEAD/test2.sac -------------------------------------------------------------------------------- /test_aftan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lfengmle/pyaftan/HEAD/test_aftan.py -------------------------------------------------------------------------------- /test_gauss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lfengmle/pyaftan/HEAD/test_gauss.py -------------------------------------------------------------------------------- /test_snr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lfengmle/pyaftan/HEAD/test_snr.py --------------------------------------------------------------------------------