Skip to content

jigel/noisi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Noisi - ambient noise cross-correlation modeling and inversion

This tool can be used to simulate noise cross-correlations and sensitivity kernels to noise sources.

Running this tool requires:
obspy
basemap
pandas
click
mpi4py
cartopy

If installing in a conda environment with pip, pip will try to meet most requirements automatically, however, basemap has to be installed manually using conda. mpi4py also has to be installed manually (an mpi compiler is required), and in order to install mpi4py, it is recommended to use pip (pip install mpi4py).

When the requirements are met, the tool can be set up by cloning, changing into the top noisi/ directory and calling pip install -v .

After installation, consider running pytest in the noisi/noisi directory. 

To see an overview of the tool, type noisi --help.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 79.1%
  • Python 20.9%