TauREx 3 retrieval framework


Keywords
exoplanet, retrieval, taurex, taurex3, atmosphere, atmospheric
License
BSD-3-Clause
Install
pip install taurex==3.1.1a0

Documentation

TauREx 3

Python package

TauREx 3 is the newest version of the TauREx retrieval code.

Documentation can be found here

Current build: 3.1.4-alpha

Prerequisites

  • numpy

Installing from PyPi

You can install it by doing

pip install taurex

Installing from source

Clone the directory using:

git clone https://github.com/ucl-exoplanets/TauREx3_public.git

Move into the TauREx3 folder

cd TauREx3

Then install

pip install .

To build documentation do

python setup.py build_sphinx

Try importing taurex:

python -c "import taurex; print(taurex.__version__)"

Or running taurex itself

taurex

If there are no errors then it was successful!