5.14.1.4. eqcorrscan.utils.seismo_logs.rt_time_log

eqcorrscan.utils.seismo_logs.rt_time_log(logfile, startdate)[source]

Open and read reftek raw log-file.

Function to open and read a log-file as written by a RefTek RT130 datalogger. The information within is then scanned for timing errors above the threshold.

Parameters:
  • logfile (str) The logfile to look in
  • startdate (datetime.date) The start of the file as a date - files contain timing and the julian day, but not the year.
Returns:

List of tuple of (datetime.datetime, float) as time stamps and phase error.