Code of the paper Brajard et al. 2020 in Philosophical Transactions A (submitted)
The code was tested on MacOS/Linux.
Prerequesite: Python 3.7, conda
This is a tutorial to install and run the code using conda environments on MacOS/linux system.
The code can be used on other system but it has not been tested and the guideline is not provided.
-
Download or clone the github repository:
git clone https://github.com/brajard/reddaml.git
-
cd reddaml
to makereddaml
directory the working directory. -
Create a conda environment:
conda create -n reddaenv python=3.7
-
Activate the virtual environment:
source activate reddaenv
-
Install the python packages:
pip install -r requirements.txt
Go into the directory L2S and follow the instructions of the readme file
Go into the directory MAOOAM and follow the instructions of the readme file