8000 GitHub - s-schneider/frospy
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

s-schneider/frospy

Repository files navigation

Free Oscillation Toolbox - FrosPy

Small toolbox to help with visualization of spectra and data-handling for splitting function measurements.

Installation

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

Wiki and examples

Examples and more explanation about the package can be found on the Wiki

Splittingfunction Coefficients

The splitting functions of Schneider & Deuss, 2020 and Talavera-Soza & Deuss, 2020 can be found here: http://www.frospy.org

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages

0