/architectures-2023

Code for the paper "Orbital Periods and Other Properties of Kepler Planets"

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Architectures 2023

This repository contains the code and dataset used to generate the figures and statistic for the paper Updated Catalog of Kepler Planet Candidates: Focus on Accuracy and Orbital Periods.

Installing

This repository uses Poetry as a dependency manager. Once installed, simply clone this repository and run:

poetry install

Running

Run

poetry run python main.py

to execute the code to generate the figures. Analysis-related code is in the architectures_2023 directory with the file name representing the type of analysis it is related to e.g. period.py for period-related analysis.