From 90ab70552e93b0d85a71339560dda60ebc381235 Mon Sep 17 00:00:00 2001 From: ldam <ldam@passcal.nmt.edu> Date: Fri, 8 Sep 2023 11:44:17 -0600 Subject: [PATCH] add more definition to read for channel SOH/Data Def --- sohstationviewer/model/reftek_data/log_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sohstationviewer/model/reftek_data/log_info.py b/sohstationviewer/model/reftek_data/log_info.py index 486efcb06..cf8e16ff2 100644 --- a/sohstationviewer/model/reftek_data/log_info.py +++ b/sohstationviewer/model/reftek_data/log_info.py @@ -244,7 +244,7 @@ class LogInfo(): # saved until the DAS is reset, so if this is a log file then use the # current SOH time for plotting the points, instead of what is in the # message line. - if parts[0] in ["STATION"]: + if parts[0] in ["STATION", "DATA", "CALIBRATION"]: if self.is_log_file is False: try: epoch, _ = get_time_6(parts[-3]) -- GitLab