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

Added processSteeredAngle #5

Closed
wants to merge 8 commits into from
Closed

Conversation

aklundt
Copy link
Member

@aklundt aklundt commented Sep 21, 2024

Takes a dataframe column and scales it to fit within the bounds [-10,10]
should close #3

Takes a dataframe column and scales it to fit within the bounds [-10,10]
Added the transformation from Arjun's Grafana and changed process_steered_angle.py to scale to MoTec's steered angle range properly. Also added a function to interpolate data so it has regularly spaced data points and can be put into a certain MoTec LD converter
Added ldparser.py to allow my code to write a MoTec LD file
Removed the Plotly demonstration in example.py because I'm not debugging the data transformation anymore
I replaced ldparser.py with a new python file that can write .ld files better. With the new writer, we can configure units for each channel.
Changed interpolation method so it interpolates the data according to a whole number frequency; large batches of data shouldn't get misaligned like they would have. Interpolation and data processing methods return the HZ of a processed channel. I added a throttle data file and a processing method for that. I reorganized the code to be better to use.
Updated requirements, and the readme to explain why my program exists this way
@aklundt aklundt closed this Oct 24, 2024
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

Successfully merging this pull request may close these issues.

Steering Angle Sensor
1 participant