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

display new multi dynamic notch values properly in log header for 4.3 #511

Closed
wants to merge 1 commit into from

Conversation

ctzsnooze
Copy link
Member

The dynamic notch has changed recently. This PR idisplays the new values in the gyro filters section of the log.

I thought it might be worth exploring using the same html fields for the old values that are replaced, since they are, sort of, comparable.

The old dynamic notch width parameter determined whether there was one or two notches while the new count parameter sets the actual number of notches. Likewise the old Q factor determined notch bandwidth, and the new bandwidth parameter sets it directly.

Hence I am using the one html field for count / width, and the other for bandwidth / Q, depending on the version of the flight code.

The alternative is to force zeroes for count and bandwidth for <4.3, and put the older fields into the unrecognised headers.

I appreciate feedback on this.

@ctzsnooze
Copy link
Member Author

This shows a 4.3 log with one notch and bandwidth 30
Screen Shot 2021-05-24 at 11 58 06
And this shows a 4.2 log with width 0 and Q of 250
Screen Shot 2021-05-24 at 11 57 39

@sonarqubecloud
Copy link

SonarCloud Quality Gate failed.

Bug A 1 Bug
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

No Coverage information No Coverage information
4.7% 4.7% Duplication

@ctzsnooze
Copy link
Member Author

Closing since superseded now by #512

@ctzsnooze ctzsnooze closed this May 24, 2021
@ctzsnooze ctzsnooze deleted the multi-dyn-notch-10554 branch September 3, 2021 11:35
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.

1 participant