The roses_example.ipynb contains the lab for Ambient Noise Tomography.
To install the required conda environment, run conda env create -f environment.yml
. This will take a few minutes.
In order to use the jupyter notebook, activate the environment using conda activate rosesANT2021
, then run python -m ipykernel install --user --name=rosesANT2021
. One can then run a jupyter notebook with the command jupyter notebook
. Make sure when running roses_example.ipynb that the roses2021 python kernel is selected.