Here are some collections of useful functions for seismic data processing. The goal of this repository is to
- Be able to do quick data analysis and visualization.
- 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)
Download the repo in terminal at your_packages_dir:
git clone https://github.com/hilarych/seisproc.gitIn the Python script:
import sys
sys.path.append('your_packages_dir/')
import seisproc as sep
# eg. Using the fk functions
sep.fk_filter(...)