lijunzh / ricker

Seismic synthetic signal using Ricker wavelet (Mexican hat) with controlable length, peak frequency, and peak location.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ricker Wavelet Generator

PyPI version Build Status

Introduction

Ricker wavelet (Mexican hat signal) is widely used in synthetic seismic simulation. Although, SciPy offers a nice ricker generator, it is very basic and limited in flexibility. After repeated writing similar code to generate a shifted Ricker wavelet, I decided to write a small tool for it.

Dependancy

Installation

From PyPI

pip install ricker

From source file

Download srouce file from releases page. Under the root directory, type:

python setup.py install

Contact

In counter of any trouble, contact gatechzhu@gmail.com

About

Seismic synthetic signal using Ricker wavelet (Mexican hat) with controlable length, peak frequency, and peak location.

License:MIT License


Languages

Language:Python 100.0%