A tutorial for estimating the orientation of borehole seismometers from ambient seismic noise based on the method by Ensing and Van Wijk (2019)
- Create the environment in anaconda/conda (assuming you have it installed)
conda env create -f environment.yml # create an environment called orient source activate orient # activate the environment
- To start jupyter run
jupyter notebook