Scritps and Data on the Project: BlueSeis at Pinon Flat
- environment.yml: provides dependencies for a conda environment to run the scripts and notebooks
- scripts: python scrips and notebooks to process data or plot figures are provided
- data: data files are provided
- figures: output directory for figures generated with the notebooks
Create the environment using the file:
conda env create -f environment.yml
Check if it exists:
conda env list
Activate the environment to run scripts:
conda activate bspf