All Projects → ethankruse → kepler_orrery

ethankruse / kepler_orrery

Licence: MIT License
Make a Kepler orrery gif or movie of all the Kepler multi-planet systems

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to kepler orrery

Topography atlas of space
Code and instructions for making topographic maps of planets and moons
Stars: ✭ 187 (+105.49%)
Mutual labels:  dataviz, astronomy
Stellarium
Stellarium is a free GPL software which renders realistic skies in real time with OpenGL. It is available for Linux/Unix, Windows and macOS. With Stellarium, you really see what you can see with your eyes, binoculars or a small telescope.
Stars: ✭ 3,010 (+3207.69%)
Mutual labels:  science, astronomy
Gitscience
A curated list of science- and engineering related repositories on GitHub and in neighboring counties
Stars: ✭ 8 (-91.21%)
Mutual labels:  science, astronomy
Kotlinffmpeg
Examples of using FFMpeg library on Android with Kotlin
Stars: ✭ 138 (+51.65%)
Mutual labels:  movie, gif
curvit
Create light curves from UVIT data.
Stars: ✭ 14 (-84.62%)
Mutual labels:  science, astronomy
Western constellations atlas of space
Code, data, and instructions to map every star you can see from Earth
Stars: ✭ 121 (+32.97%)
Mutual labels:  dataviz, astronomy
Astropy Tutorials
Tutorials for the Astropy Project
Stars: ✭ 174 (+91.21%)
Mutual labels:  science, astronomy
Asteroids atlas of space
Code, data, and instructions for mapping orbits of asteroids in the solar system
Stars: ✭ 668 (+634.07%)
Mutual labels:  dataviz, astronomy
PandExo
A Community Tool for Transiting Exoplanet Science with the JWST & HST
Stars: ✭ 23 (-74.73%)
Mutual labels:  astronomy, exoplanets
moon geology atlas of space
Code, data, and instructions for mapping the geology of the moon
Stars: ✭ 76 (-16.48%)
Mutual labels:  dataviz, astronomy
k2sc
K2 systematics correction using Gaussian processes
Stars: ✭ 15 (-83.52%)
Mutual labels:  astronomy, exoplanets
sherpa
Fit models to your data in Python with Sherpa.
Stars: ✭ 125 (+37.36%)
Mutual labels:  science, astronomy
Astronn
Deep Learning for Astronomers with Tensorflow
Stars: ✭ 125 (+37.36%)
Mutual labels:  science, astronomy
Astropy
Repository for the Astropy core package
Stars: ✭ 2,933 (+3123.08%)
Mutual labels:  science, astronomy
OOMMFTools
OOMMFTools is a set of utilities designed to assist OOMMF postprocessing
Stars: ✭ 15 (-83.52%)
Mutual labels:  science, movie
ldtk
Python toolkit for calculating stellar limb darkening profiles and model-specific coefficients using the stellar atmosphere spectrum library by Husser et al. (2013). Described in Parviainen & Aigrain, MNRAS 453, 3821–3826 (2015).
Stars: ✭ 26 (-71.43%)
Mutual labels:  astronomy, exoplanets
tidytuesday
📊 🖌️ Data visualization collection
Stars: ✭ 70 (-23.08%)
Mutual labels:  dataviz
Awesome-Image-Gallery-Android
Open source Image Gallery with tons of feature .
Stars: ✭ 22 (-75.82%)
Mutual labels:  gif
DataViz-Teaching
📈 Visualizations for DataViz Teaching
Stars: ✭ 29 (-68.13%)
Mutual labels:  dataviz
SWDchallenge
📈 My contributions to the #SWDchallenge
Stars: ✭ 20 (-78.02%)
Mutual labels:  dataviz

Kepler Orrery

This is the source code to create the Kepler orrery featured in this video (update 5) and update 4.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].