https://github.com/yuricst/orbital_pythontools
Python scripts for Orbital Mechanics
https://github.com/yuricst/orbital_pythontools
Last synced: 11 months ago
JSON representation
Python scripts for Orbital Mechanics
- Host: GitHub
- URL: https://github.com/yuricst/orbital_pythontools
- Owner: Yuricst
- Created: 2019-10-12T23:39:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-13T17:31:03.000Z (over 6 years ago)
- Last Synced: 2025-02-09T20:39:16.167Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 214 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# orbital_pythontools
Python scripts for Orbital Mechanics
lambert.py
-----------
Function solves lambert problem given initial and final position vectors, time of flight, and gravitational parameter mu
orbitalconv.py
---------------
Function converts state vector to orbital elements
main.py
--------
Runs through example problem by calling lambert.py and orbitalconv.py