Small toolbox to help with visualization of spectra and data-handling for splitting function measurements.
I recommend to run this toolbox using anaconda.
Follow the instructions on their homepage
How to manage your environments
Create a new environment: Either create an environment using the .yml file, this installs everything:
$ conda env create -f environment.yml
or you can do it manually:
$ conda create -n frospy_env python=3.7
$ conda activate frospy_env
(frospy_env) $ conda config --add channels conda-forge
Install required packages
(frospy_env) $ conda install obspy
(frospy_env) $ conda install basemap
(frospy_env) $ conda install cartopy
(frospy_env) $ conda install pyshtools
(frospy_env) $ python setup.py install
Examples and more explanation about the package can be found on the Wiki
The splitting functions of Schneider & Deuss, 2020 and Talavera-Soza & Deuss, 2020 can be found here: http://www.frospy.org