From 2fb6ced622265d0ed0fa33cb74cb140c03cf9175 Mon Sep 17 00:00:00 2001 From: dave <dave@dtu.dk> Date: Wed, 16 Dec 2015 15:05:18 +0100 Subject: [PATCH] added missing sensor name category for details of unique HAWC2 channel naming scheme --- wetb/prepost/windIO.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wetb/prepost/windIO.py b/wetb/prepost/windIO.py index d9c2211..162e220 100755 --- a/wetb/prepost/windIO.py +++ b/wetb/prepost/windIO.py @@ -100,7 +100,8 @@ class LoadResults: # ch_df columns, these are created by LoadResults._unified_channel_names cols = set(['bearing_name', 'sensortag', 'bodyname', 'chi', 'component', 'pos', 'coord', 'sensortype', 'radius', 'blade_nr', 'units', - 'output_type', 'io_nr', 'io', 'dll', 'azimuth', 'flap_nr']) + 'output_type', 'io_nr', 'io', 'dll', 'azimuth', 'flap_nr', + 'direction']) # start with reading the .sel file, containing the info regarding # how to read the binary file and the channel information -- GitLab