4.13. seismo_logs¶
Functions to read log-files for seismic data to determine whether there are timing issues present. Designed to be used with the EQcorrscan package and to flag data that has more than a threshold timing issue.
Note
Currently only written to read RefTek rt130 log-files, and will not read all parameters - only for use when checking logs during cross-correlation. For full log-file exploration, Passcal tools: logpeek is useful.
copyright: | EQcorrscan developers. |
---|---|
license: | GNU Lesser General Public License, Version 3 (https://www.gnu.org/copyleft/lesser.html) |
4.13.1. Classes & Functions¶
check_all_logs |
Check all the log-files in a directory tree for timing errors. |
flag_time_err |
Find large time errors in list. |
rt_location_log |
Extract location information from a RefTek raw log-file. |
rt_time_log |
Open and read reftek raw log-file. |