You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the units in the toolbox are a mish-mash (eg: root.vel is in pixels/second, and some functions request thresholds in cm/second and other pix/second).
Add a flag field for units (frames/seconds, pixels/cm). Store raw data as whatever is given from the raw data, and multiply by the spatial_scale / fs_video accordingly when variable is called.
Functions taking in units should respect the current state, and when possible use the units in plotting as well, to remove ambiguity
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: