Data mismatch between GUI and Python (.1 uV board)
Hi,
I have the faulty 32-bit HW that reportedly outputs smaller than 0.1 uV values on all channels, waiting for the replacement to arrive.
In the meantime, I set up all the software: GUI, Python, LSL, Matlab on Win 10 x64 and all seems to work fine.
I indeed can see that the GUI outputs <0.1 uV values on all channels.
But with Python, both with the print and LSL plugins, I get values different from <0.1 uV.
For example, from print plugin I get:
---------------------------------
ID: 111.000000
14.014543773477529, -25.391581701228823, -2.726912823547462, -2.3692849122625486, -4.269183190963649, -146.33687094889535, 89.92106794370031, -89.31757084340703
0.096, -0.006, 1.002
---------------------------------
---------------------------------
ID: 112.000000
14.215709473575291, -25.436285190139436, -3.3304099238407523, -1.5199186229608803, -2.7045610790921546, -146.2698157155294, 89.92106794370031, -89.33992258786233
0.0, 0.0, 0.0
---------------------------------
I think that these are indeed uV values, since in user.py the board object is created with scaled_output=True.
Please advise.
Thx,
David
Comments