Skip to content
Snippets Groups Projects
Commit 997f9b48 authored by David Verelst's avatar David Verelst
Browse files

prepost.windIO.LoadResults: add missing sensor description for df

parent 7e700c88
No related branches found
No related tags found
No related merge requests found
......@@ -1189,6 +1189,8 @@ class LoadResults(ReadHawc2):
channelinfo['units'] = units
channelinfo['chi'] = ch
channelinfo['sensortag'] = sensortag
# FIXME: direction is the same as component, right?
channelinfo['direction'] = direction
# WIND SPEED AT BLADE
# 0: WSP Vx, glco, R= 61.5
......@@ -1209,6 +1211,7 @@ class LoadResults(ReadHawc2):
# save all info in the dict
channelinfo = {}
channelinfo['coord'] = coord
# FIXME: direction is the same as component, right?
channelinfo['direction'] = direction
channelinfo['blade_nr'] = int(blade_nr)
channelinfo['radius'] = float(radius)
......
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