Skip to content

rychallener/TauREx3_public

 
 

Repository files navigation

TauREx 3

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

Documentation can be found here

Current build: 3.0.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!

Packages

No packages published

Languages

  • Python 80.6%
  • Fortran 14.1%
  • C 5.3%