GNU General Public License, Version 3 (GPLv3)
Copyright (c) 2016 Arnav Sankaran
Copyright (c) 2009-2012 Xiaoting Lou
AIMBAT (Automated and Interactive Measurement of Body-wave Arrival Times) is an open-source software package for efficiently measuring teleseismic body wave arrival times for large seismic arrays Lou et al., 2013. It is based on a widely used method called MCCC (multi-channel cross-correlation) developed by VanDecar and Crosson (1990). The package is automated in the sense of initially aligning seismograms for MCCC which is achieved by an ICCS (iterative cross-correlation and stack) algorithm. Meanwhile, a graphical user interface is built to perform seismogram quality control interactively. Therefore, user processing time is reduced while valuable input from a user's expertise is retained. As a byproduct, SAC Goldstein et al., 2003 plotting and phase picking functionalities are replicated and enhanced.
For more informaton visit the project website or the Pysmo repository.
Read about the features and their usage in the latest version of AIMBAT-Qt on github here.
Additionally you will find valuable information in the documentation written for the original version of AIMBAT here.
Each time you make changes to any of the files in this repository, run
sudo python setup.py build --fcompiler=gfortran
sudo python setup.py install
To build again and allow the changes to take place.