ivoflipse / Pawlabeling

Tool for processing and analyzing pressure measurements
Other
18 stars 1 forks source link

Use the frequency to replace frame counts with miliseconds #11

Open ivoflipse opened 11 years ago

ivoflipse commented 11 years ago

Currently all the results are displayed with frames on the X-axis. If I used the frequency of the measurement I could display actual miliseconds instead.

Note however, that I don't know the frequency for every measurement (not included in the header). Nor is it guaranteed to be the same for every measurement, even if its from the same vendor.

Perhaps I should start requiring a header? But then I have to fix the loading function too.

For now I'm putting this on hold or it would use some global setting.

ivoflipse commented 10 years ago

I've added an option to the new database widget where users can/should supply the frequency of a measurement/session, so at least the information should be available, though I can't guarantee its correctness.

One thing I could do is doing some sanity checks, so if I notice a human with 10 ms or 2000 ms contact durations, the frequency is likely to be incorrect.