Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.7%) to scientific vocabulary
Repository
Python script to chart exoplanet systems
Basic Info
- Host: GitHub
- Owner: tautology0
- License: mit
- Language: Python
- Default Branch: main
- Size: 60.5 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
exoplanet
This a quick bit of Python I mocked up to mirror a chart I found in Cabera, J. et al 2013, THE PLANETARY SYSTEM TO KIC 11442793: A COMPACT ANALOGUE TO THE SOLAR SYSTEM; but to draw it for other systems.
The script will read the data directly from the exoplanet archive and EPA and munge data where necessary. Sol it takes some standard values for the planet configuration.
A System object has a name and an array of Planets.
The Planet class is initialised with: Planet(name, axes, radius) Where axes uses AU and radius uses Jupiter radius
There's legacy code where it used a picture of Mercury / Earth / Neptune / Jupiter for each class; I felt this distracted from the chart so I replaced them with colours. If you want to change this I used a set of pictures of each planet which were 122 x 122 pixels. Then uncomment lines 33, 40, 41 and 42 and comment out line 34.
Example Plot

Owner
- Name: D L
- Login: tautology0
- Kind: user
- Repositories: 29
- Profile: https://github.com/tautology0
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: Lodge
given-names: David
title: "Extrasolar system plotter"
version: 1.0.0
date-released: 2023-08-29
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- matplotlib *
- pyvo *