From 0e39aa8e9979b1e19fbac35095a610eae5752bb9 Mon Sep 17 00:00:00 2001 From: ldam <ldam@passcal.nmt.edu> Date: Fri, 8 Sep 2023 11:47:52 -0600 Subject: [PATCH] add Operating Mode definition to 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 cf8e16ff2..548fb9c78 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", "DATA", "CALIBRATION"]: + if parts[0] in ["STATION", "DATA", "CALIBRATION", "OPERATING"]: if self.is_log_file is False: try: epoch, _ = get_time_6(parts[-3]) -- GitLab