Skip to content

Some simple and useful seismic processing routines.

License

Notifications You must be signed in to change notification settings

hilarych/seisproc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

seisproc

Here are some collections of useful functions for seismic data processing. The goal of this repository is to

  1. Be able to do quick data analysis and visualization.
  2. Have templates of frequenctly used routines for new projects.

The codes in this repository are still in experiment and preliminary stage. Scripts are subject to change.

@ Hilary Chang (hilarych@mit.edu)

Usage:

Download the repo in terminal at your_packages_dir:

git clone https://github.com/hilarych/seisproc.git

In the Python script:

import sys
sys.path.append('your_packages_dir/')
import seisproc as sep

# eg. Using the fk functions
sep.fk_filter(...) 

About

Some simple and useful seismic processing routines.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages