https://github.com/ethankruse/kepler_orrery
Make a Kepler orrery gif or movie of all the Kepler multi-planet systems
https://github.com/ethankruse/kepler_orrery
astronomy dataviz exoplanets gif kepler-orrery movie science
Last synced: 3 months ago
JSON representation
Make a Kepler orrery gif or movie of all the Kepler multi-planet systems
- Host: GitHub
- URL: https://github.com/ethankruse/kepler_orrery
- Owner: ethankruse
- License: mit
- Created: 2015-11-28T21:32:47.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-11-01T20:44:44.000Z (almost 3 years ago)
- Last Synced: 2024-05-22T04:33:04.632Z (over 1 year ago)
- Topics: astronomy, dataviz, exoplanets, gif, kepler-orrery, movie, science
- Language: Python
- Size: 1.5 MB
- Stars: 97
- Watchers: 16
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kepler Orrery
This is the source code to create the Kepler orrery featured in
[this video (update 5)](https://www.youtube.com/watch?v=Td_YeAdygJE) and [update 4](https://www.youtube.com/watch?v=_DnDeBa0KFc).Everything can be run using python assuming the following packages are
installed (most are defaults in every python installation):
* `os`
* `datetime`
* `numpy`
* `matplotlib`
* `glob`To create the movie or gif from the output series of png files however,
`ffmpeg` must also be installed to run
the `*.sh` files.All appropriate settings for the movie creation are listed at the top of
`orrery.py` and should be documented.The movie can be recreated with the default settings by running
`python orrery.py`
`./makeorrery_movie.sh movie/ orrery_movie.mp4 30`