diff --git a/sohstationviewer/model/reftek_data/log_info.py b/sohstationviewer/model/reftek_data/log_info.py index 486efcb069cedebd70ce136d9f5bb2bdcb9d1b98..cf8e16ff2f0b1f9b236975051624f23df7f80b0a 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])