-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hello Devin,
to read the data of logic-channels I added/changed the follwing lines to your code:
line 296:
num_bytes = []
for num,dk in enumerate(file_data['data_type']):
if (dk == 'IS2') or (dk == 'B16'):
num_bytes.append(2)
else:
num_bytes.append(int(dk[2]))
file_data['num_bytes'] = num_bytes
line 301:
letter = {'I':{'2':'h','4':'i','8':'q'},'F':{'4':'f','8':'d'},'B':{'6':'H'}}[fmt[0]][fmt[2]]
Thank you for your wvfreader. Now I'm able to analyse my wvf-data in python.
Kind regards
Tilo
Metadata
Metadata
Assignees
Labels
No labels