Skip to content
Snippets Groups Projects

add more definition to read for channel SOH/Data Def

Merged Lan Dam requested to merge i146_add_definition_info_to_log_info into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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])
Loading