taurex-emcee
is a plugin for TauREx 3.1 that provides the Emcee sampler by Dan Foreman-Mackey & contributors for the retrieval.
Instructions on how to install taurex-emcee
.
taurex-emcee
is available on PyPI and can be installed via pip as
pip install taurex_emcee
taurex-emcee
is compatible (tested) with Python 3.8, 3.9 and 3.10
To install from source, clone the repository and move inside the directory.
Then use pip
as
pip install .
Try importing taurex-emcee
as
python -c "import taurex_emcee"
You can verify if the plugin is functioning by seeing if TauREx successfully detects taurex-emcee
.
taurex --plugins
If there are no errors then the installation was successful!
taurex-emcee
comes with a documentation, which can be built using Sphinx.
The documentation includes a tutorial, a user guide and a reference guide.
To build the documentation, install the needed packages first via:
pip install -e ".[docs]"
To build the html documentation, move into the docs
directory and run
make html
The documentation will be produced into the build/html
directory inside docs
.
Open index.html
to read the documentation.
To build the pdf, move into the docs
directory and run
make latexpdf
The documentation will be produced into the build/latex
directory inside docs
.
Open taurex_emcee.pdf
to read the documentation.
The developers use pdflatex
; if you have another compiler for LaTex, please refer to sphinx documentation.
You can contribute to taurex-emcee
by reporting bugs, suggesting new features, or contributing to the code itself.
If you wish to contribute to the code, please follow the steps described in the documentation under Developer guide
.
A dedicated publication has been submitted and the relative information will be published soon. In the meanwhile, please, send an email to the developers.