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

Support SPK Type 3 chebyshev position and velocity #321

Conversation

ChristopherRabotin
Copy link
Member

Summary

Add support for SPK type 3 BSP

Fix #320

Architectural Changes

No public changes.

Internally, because the dataset for type 2 and type 3 Chebyshev is identical, I've created a private trait that avoids code duplication.

New Features

Support SPK type3 Chebyshev interpolation.

Improvements

No change

Bug Fixes

No change

Testing and validation

A new DE440-type3 BSP file is added to the tests and validated as part of the validation suite. This file is also used in one of the integration tests.

Documentation

This PR does not primarily deal with documentation changes.

@ChristopherRabotin
Copy link
Member Author

This approach does not work because the data is always returned as a type2 record, when it should be a type 3. I'm afraid this will require code duplication unless I implement a major architectural change.

The abstraction barely reduced code duplication but greatly increased complexity
@ChristopherRabotin ChristopherRabotin merged commit a28d790 into master Sep 24, 2024
20 checks passed
@ChristopherRabotin ChristopherRabotin deleted the 320-support-spk-type-3-chebyshev-position-and-velocity branch September 24, 2024 03:22
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.

Support SPK Type 3: Chebyshev (position and velocity)
1 participant