-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/sportec tracking #208
Commits on Jul 21, 2023
-
Refactor Sportec.event deserializer to read all metadata in a separat…
…e method. This way the metadata parsing for Sportec can be shared between the event- and trackingdata Deserializers
Configuration menu - View commit details
-
Copy full SHA for b8802ec - Browse repository at this point
Copy the full SHA b8802ecView commit details
Commits on Jul 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 459df20 - Browse repository at this point
Copy the full SHA 459df20View commit details -
Configuration menu - View commit details
-
Copy full SHA for ced42fc - Browse repository at this point
Copy the full SHA ced42fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a82fe5f - Browse repository at this point
Copy the full SHA a82fe5fView commit details -
Change implementation a bit: keep original XML attribute as long as p…
…ossible and only convert string attributes to float when constructing a Frame. When only_alive or sample_rate are set this will prevent lots of unnecessary type convertions
Configuration menu - View commit details
-
Copy full SHA for df58a87 - Browse repository at this point
Copy the full SHA df58a87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fff037 - Browse repository at this point
Copy the full SHA 5fff037View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2034364 - Browse repository at this point
Copy the full SHA 2034364View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0549413 - Browse repository at this point
Copy the full SHA 0549413View commit details -
Configuration menu - View commit details
-
Copy full SHA for 468f54f - Browse repository at this point
Copy the full SHA 468f54fView commit details
Commits on Jul 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 64aea81 - Browse repository at this point
Copy the full SHA 64aea81View commit details
Commits on Jul 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bb536e9 - Browse repository at this point
Copy the full SHA bb536e9View commit details
Commits on Jul 26, 2023
-
Some providers - like Sportec - use different CoordinateSystems for e…
…vent vs tracking data. Therefore, Provider alone cannot be used to identify a CoordinateSystem. Use DatasetType to determine correct CoordinateSystem. Also refactor construction of DatasetTransformer into DatasetTransformerBuilder, and use it from both TrackingDataDeserializer as EventDataDeserializer.
Configuration menu - View commit details
-
Copy full SHA for 8787ac5 - Browse repository at this point
Copy the full SHA 8787ac5View commit details
Commits on Jul 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cad6474 - Browse repository at this point
Copy the full SHA cad6474View commit details
Commits on Jul 29, 2023
-
Use 'constants' for Sportec starting frame ids for each half + code f…
…ormatting improvement
Configuration menu - View commit details
-
Copy full SHA for d8eeb5e - Browse repository at this point
Copy the full SHA d8eeb5eView commit details
Commits on Jul 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for edfb935 - Browse repository at this point
Copy the full SHA edfb935View commit details