Daneel Documentation

Daneel is a practical tool for detecting and characterizing exoplanets.

Installation

To install Daneel from source:

git clone https://github.com/tiziano1590/comp_astro_25.git
cd comp_astro_25
pip install .

Usage

Daneel can be used from the command line:

daneel -i parameters.yaml -d  # Run exoplanet detection
daneel -i parameters.yaml -a  # Run atmospheric characterization

API Reference