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

add more definition to read for channel SOH/Data Def

parent c20000d0
No related branches found
No related tags found
1 merge request!166add more definition to read for channel SOH/Data Def
Pipeline #2911 failed with stage
in 1 minute and 18 seconds
...@@ -244,7 +244,7 @@ class LogInfo(): ...@@ -244,7 +244,7 @@ class LogInfo():
# saved until the DAS is reset, so if this is a log file then use the # 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 # current SOH time for plotting the points, instead of what is in the
# message line. # message line.
if parts[0] in ["STATION"]: if parts[0] in ["STATION", "DATA", "CALIBRATION"]:
if self.is_log_file is False: if self.is_log_file is False:
try: try:
epoch, _ = get_time_6(parts[-3]) 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