Skip to content

Unit conversions#75

Merged
Simon-van-Diepen merged 2 commits intomainfrom
74-metadata-units
Dec 11, 2025
Merged

Unit conversions#75
Simon-van-Diepen merged 2 commits intomainfrom
74-metadata-units

Conversation

@Simon-van-Diepen
Copy link
Copy Markdown
Contributor

This PR updates the units of the following metadata parameter readouts:

  • first_range_time: milliseconds to seconds
  • range_sampling_rate: MHz to Hz
  • total_range_bandwidth: MHz to Hz

@Simon-van-Diepen Simon-van-Diepen linked an issue Dec 11, 2025 that may be closed by this pull request
@Simon-van-Diepen
Copy link
Copy Markdown
Contributor Author

The sonarQube fails because I added the unit multiplication functionality to metadata of type Array, Float, and Int, yet in the current configuration it is only used for metadata of type Float so the Array and Int implementations remain uncovered

@sonarqubecloud
Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
66.7% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

Copy link
Copy Markdown
Member

@rogerkuou rogerkuou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @Simon-van-Diepen, please go ahead and merge.

@Simon-van-Diepen Simon-van-Diepen merged commit a1000ea into main Dec 11, 2025
16 of 17 checks passed
@Simon-van-Diepen Simon-van-Diepen deleted the 74-metadata-units branch December 11, 2025 13:50
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.

Not all metadata is converted to SI-like units

2 participants