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

windIO was missing something that went wrong in an earlier merge in the original prepost repository

parent ea897170
No related branches found
No related tags found
No related merge requests found
......@@ -96,6 +96,10 @@ class LoadResults:
ch_dict[tag]['units']
"""
# 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'])
# start with reading the .sel file, containing the info regarding
# how to read the binary file and the channel information
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment