-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
[WIP] Demo of boolean combination of events and trajectories now in parquet only #126
Merged
ChristopherRabotin
merged 14 commits into
master
from
97-allow-boolean-combination-of-events
Mar 21, 2023
Merged
[WIP] Demo of boolean combination of events and trajectories now in parquet only #126
ChristopherRabotin
merged 14 commits into
master
from
97-allow-boolean-combination-of-events
Mar 21, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A Brent solve is only for unimodal functions. I implemented a combination of events method that tried to hack it for several events. The usage syntax was confusing and complicated, but more importantly, it did not lead to good results. The `And` combination would work as an `Or`, and the `Or` combination would just not work. This makes sense in hindsight because the minima of the product or sum of two unimodals functions is not necessarily the product or sum of the minima. That said, this work found and fixed a bug in the finite burn maneuvering where the maneuver wasn't actually switched off. I'm not totally sure why the tests didn't catch that, but it's fixed now. I've also added an example of how to use event findings to match a real combination of both events.
This would have eventually been done once ANISE was used in Nyx, but I really like the idea, so I wanted to get it done now.
This simplifies creating a stupid simple tracking arc without worrying about their scheduling.
This is required to generate a tracking arc sim that ingests a spacecraft but estimates only its orbit
Nav trajectories will remain until #87 Signed-off-by: Christopher Rabotin <[email protected]>
Signed-off-by: Christopher Rabotin <[email protected]>
Signed-off-by: Christopher Rabotin <[email protected]>
Signed-off-by: Christopher Rabotin <[email protected]>
Initial work on Gauss Markov model, will be expanded in #89
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Effects
Closes #97
Closes #120
If this is a new feature or a bug fix ...
issue-xyz
wherexyz
is the number of the issue.If this change adds or modifies a validation case