aremazeilles / beat_routine

Performance Indicators developed by BEAT consortium for the Eurobench project
0 stars 2 forks source link

Add header in PlatformData input and add automatic search of correct … #18

Closed juritaborri closed 4 years ago

juritaborri commented 4 years ago

Look at the changes and if you are ok, you can merge it.

Fix #10

aremazeilles commented 4 years ago

I am about to merge it. At some moment, we may have to discuss on the label format and naming, but that is ok for now

I just noticed something weird in your platformdata: : we get two lines of values with the same time stamp. I guess this is a rounding issue, can it be?

time;protocol_number;kx;ky;kz;cx;cy;cz;alfa;beta;gamma;Fx;Fy;Fz;Mx;My;Mz;CoP_x;CoP_y;pert_direction;right_stride;pert_value;left_stride
0;7;0.81031;0.27932;0.56338;0.25743;0.3117;0.14307;0.23097;0.53179;0.86411;0.91853;0.90268;0.56859;0.14846;0.88867;0.11618;0.097105;0.84898;0.0;0.0;0.0;0.0
0.01;7;0.35408;0.88769;0.37796;0.10252;0.50739;0.91574;0.28362;0.75533;0.23859;0.32885;0.16174;0.70887;0.44552;0.50873;0.073237;0.38617;0.42257;0.0;0.0;0.0;0.0
0.01;7;0.26367;0.76222;0.47058;0.011998;0.064447;0.19587;0.40913;0.48609;0.28864;0.24496;0.87758;0.90764;0.24117;0.16279;0.65415;0.0065785;0.51516;0.0;0.0;0.0;0.0

The two last lines have the same time stamp, 0.01

juritaborri commented 4 years ago

As previously said, I randomly create this file due the impossibility to perform real experimental protocol in lab. It is for sure a misprint during the generation.