Skip to content

Plotting the exoplanet population with selection criteria

Notifications You must be signed in to change notification settings

JVSeidel/Exoplanet_population

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exoplanet_population

Plotting the transiting exoplanet population with selection criteria, using Astroquery and Bokeh.

This is a script that reads the NASA exoplanet archive using Astroquery, and sets up an interactive Bokeh app to display the population of transiting exoplanets along various axes. The app allows the user to interactively highlight parts of the population based on various selection criteria (see below).

To get started:

  1. Make sure you have Bokeh installed (https://bokeh.org), as well as astropy (https://www.astropy.org) and numpy.
  2. Download the repository to a local folder,e.g. /home/user/plot_population)
  3. From a terminal, run bokeh serve --show /home/user/plot_population to start the Bokeh app in your default browser.

A selection of exoplanets with equilibrium temperatures between 1200 K and 1800 K

About

Plotting the exoplanet population with selection criteria

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.1%
  • HTML 1.9%