-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: frozen orbit conditions (#473)
* feat: add method to get coe for frozen orbit * feat: add frozen Orbit constructor * test: add coe gtest * chore: improve error handling * refactor: make re, j2, and j3 args * test: add tests for orbit * chore: bump ostk-physics dependency version * test: add python tests * perf: loosen criticality requirement * style: use camelCase * style: add units and long for to var names * style: make lambda captures explicit * perf: use ostk Arrays * test: add more tests * doc: add more documentation * test: improve tests * doc: add docs for Orbit constructor * feat: add overloaded ctor for COE * test: add test for ctor with Celestial * test: add python test * perf: use reference * chore: fix typos * doc: add doc to orbit.hpp * test: add negative tests for celestial ctor
- Loading branch information
1 parent
827f75f
commit 6956a4e
Showing
11 changed files
with
782 additions
and
1 deletion.
There are no files selected for viewing
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
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
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
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
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
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
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
Oops, something went wrong.