Skip to content

agilescientific/bruges

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
April 7, 2022 12:04
February 18, 2022 15:01
March 2, 2021 12:37
March 6, 2022 15:41
March 6, 2022 15:41
February 15, 2019 09:14
March 6, 2022 15:41
February 14, 2022 17:12

bruges is a

Bruges

In other words, it's just a load of functions that implement important equations in (mostly seismic) geophysics, from Aki-Richards to Zoeppritz.

Run tests Build docs PyPI version PyPI versions PyPI license

Quick start

Install with:

pip install bruges

Make a trapezoidal wavelet like:

import bruges as bg
w, t = bg.filters.ormsby(duration=0.256, dt=0.002, f=[5, 10, 40, 80])

This produces two arrays: amplitude w and time t.

Bruges rooves