Skip to content
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

Re-align a data set to GPS time #43

Open
sprinkjm opened this issue Aug 25, 2021 · 0 comments
Open

Re-align a data set to GPS time #43

sprinkjm opened this issue Aug 25, 2021 · 0 comments
Assignees

Comments

@sprinkjm
Copy link
Contributor

Given a CAN_Messages and a GPS_Messages tuple, re-export the CAN_Messages as aligned with GPS time (rather than system time).

Care should be taken to avoid out-of-order realignment, or jumps in data time. This may be related to strym_notebooks#1 in terms of how much the data drift over time.

Many of the initial challenges will be off by 3600 seconds. For the first pass here, simply remove by the largest offset seen between GPS time and system time---which is assuming that GPS time will never bee too early, only too late, with respect to system time errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants