Installation

Make sure you use a fresh anaconda environment, so that you don’t mess up anything.

The code has minimal requirements. The biggest requirement is tensorflow, which should be installed in preparation.

If you want to couple it to petitRADTRANS, you might consider installing petitRADTRANS as well

pip

You can install the code from pypi

pip install opac_mixer

Alternative installation

Clone the project

git clone git@github.com:AaronDavidSchneider/opacmixer.git

move into directory:

cd opac_mixer

Install opac_mixer:

pip install -e .