Metadata-Version: 2.1
Name: conan-exoplanet
Version: 3.3.15
Summary: COde for exoplaNet ANalysis
Author-email: Babatunde Akinsanmi <tunde.akinsanmi@unige.ch>, Monika Lendl <monika.lendl@unige.ch>
Maintainer-email: Babatunde Akinsanmi <tunde.akinsanmi@unige.ch>
Project-URL: Homepage, https://github.com/titans-ge/CONAN
Project-URL: Repository, https://github.com/titans-ge/CONAN
Project-URL: Documentation, https://conan-exoplanet.readthedocs.io/en/latest/
Project-URL: Changelog, https://github.com/titans-ge/CONAN/blob/main/change_log.rst
Project-URL: Issues, https://github.com/titans-ge/CONAN/issues
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: chainconsumer
Requires-Dist: scipy
Requires-Dist: pandas
Requires-Dist: lmfit
Requires-Dist: dynesty
Requires-Dist: astropy
Requires-Dist: astroquery
Requires-Dist: celerite
Requires-Dist: corner
Requires-Dist: lightkurve
Requires-Dist: dill
Requires-Dist: dace-query
Requires-Dist: matplotlib
Requires-Dist: emcee
Requires-Dist: george
Requires-Dist: ldtk==1.7.0
Requires-Dist: tqdm
Requires-Dist: spleaf
Requires-Dist: numba==0.61.2
Requires-Dist: h5py
Requires-Dist: PyYAML>=6.0
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: batman-package; extra == "test"
Requires-Dist: radvel; extra == "test"
Requires-Dist: h5py; extra == "test"

[![Python package](https://github.com/titans-ge/CONAN/actions/workflows/python-package.yml/badge.svg)](https://github.com/titans-ge/CONAN/actions/workflows/python-package.yml)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/conan-exoplanet)
[![Upload Python Package](https://github.com/titans-ge/CONAN/actions/workflows/python-publish-pypi.yml/badge.svg)](https://github.com/titans-ge/CONAN/actions/workflows/python-publish-pypi.yml)
![PyPI - Version](https://img.shields.io/pypi/v/conan-exoplanet)
<!-- add static badge -->
[![Static Badge](https://img.shields.io/badge/Ask%20AI%20-%20green?style=for-the-badge)](https://gurubase.io/g/conan)



# CONAN
_**CO**de for exopla**N**et **AN**alysis: A flexible bayesian framework for modeling heterogeneous exoplanet data_


---

`CONAN` (COde for exoplaNet ANalysis) is an open-source Python package to perform comprehensive analyses of exoplanetary systems. 
It provides a unified framework for simultaneous modeling of diverse observational data including
photometric transit light curves, occultations, phase curves, and radial velocity measurements. 
It is designed to be flexible, easy to use, and fast. 

It is developed and maintained at the 
Observatory of Geneva, Switzerland under the MIT license.

Key features:
-------------
- **Multi-dataset analysis**: Seamless analysis of combined lightcurve (LC) and radial velocity (RV) datasets from various instruments (see Notebooks: [1](https://github.com/titans-ge/CONAN/tree/main/Notebooks/WASP-127/WASP127_LC_RV), [2](https://github.com/titans-ge/CONAN/tree/main/Notebooks/TOI469) ).
- **Multiplanet support:** Simultaneous fit to multiple planets in a single system (see Notebooks: [2](https://github.com/titans-ge/CONAN/tree/main/Notebooks/TOI469), [3](https://github.com/titans-ge/CONAN/tree/main/Notebooks/TOI-216)).
- **Comprehensive photometric modeling**: Robust modeling of transits, occultations, and phase curves, including effects such as ellipsoidal variations and Doppler beaming ([see Model definition](https://github.com/titans-ge/CONAN/wiki/LC-and-RV-models) and Notebooks: [6](https://github.com/titans-ge/CONAN/tree/main/Notebooks/WASP-121_phasecurve), [7](https://github.com/titans-ge/CONAN/tree/main/Notebooks/KELT-20)).
- **Modeling time- and wavelength-dependent signals**: Analysis of light curves with  transit timing variations (TTVs) and  transit depth variations (transmission spectroscopy) (see Notebooks: [3](https://github.com/titans-ge/CONAN/tree/main/Notebooks/TOI-216)).
- **Flexible baseline and noise modeling**: Selection of one or combination of polynomial, sinusoidal, multi-D Gaussian Processes (GP), and 2-D spline functions for data detrending (see Notebooks: [1](https://github.com/titans-ge/CONAN/tree/main/Notebooks/WASP-127/WASP127_LC_RV), [2](https://github.com/titans-ge/CONAN/tree/main/Notebooks/TOI469), [3](https://github.com/titans-ge/CONAN/tree/main/Notebooks/TOI-216), [4](https://github.com/titans-ge/CONAN/tree/main/Notebooks/KELT-20) ).
- **Extensible and customizable modeling**: Users can easily incorporate new LC and RV models or modify default ones to suit specific needs, e.g., modeling the transit of non-spherical planets, Rossiter–McLaughlin signals, complex baselines, or even non-planetary signals (see Notebook: [6](https://github.com/titans-ge/CONAN/tree/main/Notebooks/WASP-103)).
- **Robust Bayesian inference**: Parameter estimation and/or model comparison via nested sampling with `dynesty` or Markov-Chain Monte Carlo sampling with `emcee`. 
- **Derivation of priors on limb darkening coefficients**:  Derive priors for the quadratic limb darkening coefficients from the stellar parameters using `ldtk` (see Notebooks: [5](https://github.com/titans-ge/CONAN/tree/main/Notebooks/WASP-127/WASP-127_EULER_LC)).
- **Automated selection of parametric model parameters**: Uses the Bayesian Information Criterion to suggest best combination of cotrending basis vectors to use in decorrelating the data (see Notebooks: [5](https://github.com/titans-ge/CONAN/tree/main/Notebooks/WASP-127/WASP-127_EULER_LC)).
- **Science data download**: Built-in support for downloading data from various instruments (including TESS, CHEOPS, Kepler, and K2) and also system parameters from [NASA Exoplanet Archive](https://exoplanetarchive.ipac.caltech.edu/) (see Notebooks: [2](https://github.com/titans-ge/CONAN/tree/main/Notebooks/TOI469), [3](https://github.com/titans-ge/CONAN/tree/main/Notebooks/TOI-216)).
- **Quick result visualization and manipulation**: Instant plot of the best-fit model and a result object that can be easily manipulated for customized analysis (see Notebooks: [2](https://github.com/titans-ge/CONAN/tree/main/Notebooks/TOI469), [5](https://github.com/titans-ge/CONAN/tree/main/Notebooks/WASP-127/WASP-127_EULER_LC)).

The full documentation can be accessed at [https://conan-exoplanet.readthedocs.io](https://conan-exoplanet.readthedocs.io/en/latest/). The [github wiki](https://github.com/titans-ge/CONAN/wiki) details specific CONAN functionalities


## Installation
To avoid requirement conflicts with other packages, it is better to create a new environment (or clone a current environment) to install CONAN


To create a new environment:
```bash
conda create -n conan_env python=3.10
```
then
```
conda activate conan_env
```


### CONAN can be installed using different methods: 

#### 1) Installing from PyPI:
```
pip install conan-exoplanet
```

#### 2) Downloading the source files from github: 
```
git clone https://github.com/titans-ge/CONAN.git
cd CONAN 
```

then running
```
pip install .
```

#### 3) Installing directly from github using pip
```
pip install git+https://github.com/titans-ge/CONAN.git
```
Note that a folder 'src' is created where the CONAN source files are downloaded to before installation.



---

If having troubles compiling the fortran code used for the transit model, set `NO_FORTRAN=True` in terminal before pip installing. This uses a python with numba implementation of the fortran code (it is just as fast)

```
export NO_FORTRAN=True
pip install git+https://github.com/titans-ge/CONAN.git
```

-------------------------
## Recent changes
See [change_log.rst](https://github.com/titans-ge/CONAN/blob/main/change_log.rst)


## Fitting data
`CONAN` can be run interactively in python shell/Jupyter notebook, but can also be quickly launched from configuration files (.dat or .yaml).

Here are sample [.dat](https://github.com/titans-ge/CONAN/blob/main/sample_config.dat) and [.yaml](https://github.com/titans-ge/CONAN/blob/main/sample_config.yaml) configfiles for fitting the lightcurves and RVs of WASP-127b.

Fitting from a config file can be launched within `python` or from the `command line`

- Within `python`
    ```
    from CONAN import fit_configfile
    result = fit_configfile("input_config.dat", out_folder="output")
    ```
- from `command line`: 
    ```
    conanfit path/to/config_file output_folder 
    ```

    to see commandline help use:
    ``` 
    conanfit -h  
    ```

## Attribution

If you find `CONAN` useful in your research, please reference the GitHub
repository. The first implementations of CONAN have been descibed in a few papers, kindly cite them using the following BibTeX entries:
```
@ARTICLE{2025arXiv250820196A,
       author = {{Akinsanmi}, Babatunde and {Lendl}, Monika and {Krenn}, Andreas},
        title = "{CONAN: A Python package for modeling lightcurve and radial velocity data of exoplanetary systems}",
      journal = {arXiv e-prints},
     keywords = {Instrumentation and Methods for Astrophysics, Earth and Planetary Astrophysics},
         year = 2025,
        month = aug,
          eid = {arXiv:2508.20196},
        pages = {arXiv:2508.20196},
          doi = {10.48550/arXiv.2508.20196},
archivePrefix = {arXiv},
       eprint = {2508.20196},
 primaryClass = {astro-ph.IM},
       adsurl = {https://ui.adsabs.harvard.edu/abs/2025arXiv250820196A},
      adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}

@ARTICLE{2017A&A...606A..18L,
        author = {{Lendl}, M. and {Cubillos}, P.~E. and 
                    {Hagelberg}, J. and 
                    {M{\"u}ller}, A. and 
                    {Juvan}, I. and 
                    {Fossati}, L.},
            title = "{Signs of strong Na and K absorption in the transmission spectrum of WASP-103b}",
        journal = {\aap},
            year = 2017,
            month = sep,
        volume = {606},
            eid = {A18},
            pages = {A18},
            doi = {10.1051/0004-6361/201731242},
    archivePrefix = {arXiv},
        eprint = {1708.05737},
    primaryClass = {astro-ph.EP},
        adsurl = {https://ui.adsabs.harvard.edu/abs/2017A&A...606A..18L},
        adsnote = {Provided by the SAO/NASA Astrophysics Data System}
    }


@ARTICLE{2020MNRAS.492.1761L,
       author = {{Lendl}, Monika and 
                {Bouchy}, Fran{\c{c}}ois and 
                {Gill}, Samuel and 
                {Nielsen}, Louise D. and 
                {Turner}, Oliver and 
                {Stassun}, Keivan and 
                {Acton}, Jack S. and 
                {Anderson}, David R. Edward, 
                et al},
        title = "{TOI-222: a single-transit TESS candidate revealed to be a 34-d eclipsing binary with CORALIE, EulerCam, and NGTS}",
      journal = {\mnras},
         year = 2020,
        month = feb,
       volume = {492},
       number = {2},
        pages = {1761-1769},
          doi = {10.1093/mnras/stz3545},
archivePrefix = {arXiv},
       eprint = {1910.05050},
 primaryClass = {astro-ph.EP},
       adsurl = {https://ui.adsabs.harvard.edu/abs/2020MNRAS.492.1761L},
      adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}

```
