aimbat
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., 2012). 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.
Modules:
| Name | Description |
|---|---|
aimbat_types |
Custom types used in AIMBAT. |
app |
AIMBAT command line interface entrypoint for all other commands. |
cli |
|
core |
|
db |
Module to define the AIMBAT project file and create the database engine. |
io |
Functions to read and write data files used with AIMBAT |
logger |
Logging setup. |
models |
Models used in AIMBAT. |
utils |
Utils used in AIMBAT. |