Skip to content

Presentation-ready, interactive plots of all known exoplanets. Forked from ethankruse.

License

Notifications You must be signed in to change notification settings

ruizhizhan/exoplots

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Have Fun with Interactive Figure: Exoplots (maintained by ethankruse)

All figures | Exoplots
The data used herein were obtained from the NExSci Exoplanet Archive and ExoFOP-TESS.

Update Data & Make Your Own Plots

  1. Download scripts:
    git clone --depth 1 git@github.com:ruizhizhan/exoplots.git
    or Download .zip.
  2. Create python environment:
    conda env create -f environment.yml && conda activate exoplot
  3. Update data:
    python download-planet-data.py
    ps. You might have to look into scripts/util.py and update special planet lists (e.g. excluded,k2exclude, ignores, ...).
  4. Run scripts with up-to-date data:
    ./update.sh
    or python scripts/mass_radius.py to generate a single plot.
  5. Make your own plots.
    (1) Read the data:
    example.read_exoplot_data.ipynb
    (2) Plot the data:
    example.plot_exoplot_data.ipynb

About

Presentation-ready, interactive plots of all known exoplanets. Forked from ethankruse.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 99.5%
  • Other 0.5%