Skip to content
Snippets Groups Projects
Commit 430066d1 authored by Lan Dam's avatar Lan Dam
Browse files

add more definition to read for channel SOH/Data Def

parent 3c79ae4e
No related branches found
No related tags found
1 merge request!166add more definition to read for channel SOH/Data Def
......@@ -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", "OPERATING"]:
if self.is_log_file is False:
try:
epoch, _ = get_time_6(parts[-3])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment