All Projects → xumi1993 → seispy

xumi1993 / seispy

Licence: GPL-3.0 license
Python module of seismology and receiver functions

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to seispy

Telewavesim
Teleseismic body wave modeling through stacks of (submarine/anisotropic) layers
Stars: ✭ 41 (-18%)
Mutual labels:  seismology, geophysics, receiver-functions
RfPy
Teleseismic receiver function calculation and post-processing
Stars: ✭ 25 (-50%)
Mutual labels:  seismology, geophysics, receiver-functions
OrientPy
Seismic station orientation tools
Stars: ✭ 29 (-42%)
Mutual labels:  seismology, geophysics
MTfit
MTfit code for Bayesian Moment Tensor Fitting
Stars: ✭ 61 (+22%)
Mutual labels:  seismology, geophysics
zmap7
ZMAP Seismology Software. V 7.x has been updated to MATLAB R2018a.
Stars: ✭ 60 (+20%)
Mutual labels:  seismology
Lazylyst
Lazylyst is a GUI created for time series review, using a flexible framework for new workflows
Stars: ✭ 16 (-68%)
Mutual labels:  seismology
QuakeMigrate
A Python package for automatic earthquake detection and location using waveform migration and stacking.
Stars: ✭ 101 (+102%)
Mutual labels:  seismology
bayseg
An unsupervised machine learning algorithm for the segmentation of spatial data sets.
Stars: ✭ 46 (-8%)
Mutual labels:  geophysics
UWGeodynamics
Underworld Geodynamics
Stars: ✭ 73 (+46%)
Mutual labels:  geophysics
seisman.info.posts
SeisMan博客的内容部分,引擎部分见 https://github.com/seisman/blog.seisman.info
Stars: ✭ 50 (+0%)
Mutual labels:  seismology
bh tomo
A Matlab borehole radar/seismic tomography package
Stars: ✭ 17 (-66%)
Mutual labels:  geophysics
SeisNoise.jl
Ambient Noise Cross-Correlation in Julia
Stars: ✭ 43 (-14%)
Mutual labels:  seismology
disba
Numba-accelerated computation of surface wave dispersion
Stars: ✭ 66 (+32%)
Mutual labels:  seismology
GMT.jl
Generic Mapping Tools Library Wrapper for Julia
Stars: ✭ 148 (+196%)
Mutual labels:  geophysics
nllgrid
Python class for reading and writing NLLoc grid files.
Stars: ✭ 23 (-54%)
Mutual labels:  seismology
reda
Reproducible Electrical Data Analysis
Stars: ✭ 14 (-72%)
Mutual labels:  geophysics
rockhound
NOTICE: This library is no longer being developed. Use Ensaio instead (https://www.fatiando.org/ensaio). -- Download geophysical models/datasets and load them in Python
Stars: ✭ 33 (-34%)
Mutual labels:  geophysics
pyGeoPressure
Pore pressure prediction using seismic velocity and well log data
Stars: ✭ 65 (+30%)
Mutual labels:  geophysics
mtuq
moment tensor uncertainty quantification
Stars: ✭ 40 (-20%)
Mutual labels:  seismology
sl2influxdb
Fetch seedlink data and store them into InfluxDB
Stars: ✭ 28 (-44%)
Mutual labels:  seismology

CRV test codecov

Upload Python Package Deploy Seispy Docs

Conda Version PyPI PyPI - Python Version GitHub GitHub tag (latest by date) GitHub code size in bytes GitHub repo size DOI

GitHub stars

Seispy is a Python module for processing seismological data and calculating Receiver Functions. The advanced functions are available to improve the Obspy.

Installation

Dependencies

Installation

See Seispy documentation in detail.

Inclusion

Libraries

  • seispy.distaz: Calculate distance and azimuth (by the lithospheric seismology program at USC).
  • seispy.geo: Tiny codes of geophysics.
  • seispy.decon: Functions of deconvolution transferred from iwbailey/processRFmatlab including
    • Iterative time domain deconvolution method (Ligorría and Ammon 1999 BSSA).
    • Water level frequency domain deconvolution method (CJ. Ammon 1991 BSSA)
  • seispy.rf: Procedure for RF calculation. The functions of match_eq, search_eq invoked obspy.core.UTCDateTime and obspy.clients from the Obspy.
  • seispy.eq: RF processing for each event, which invoked obspy.io.sac, obspy.signal, obspy.taup and obspy.core.Stream from the Obspy.
  • seispy.rfcorrect: Subsequent process of RFs including moveout correction and time to depth conversion (1D and 3D) (see Xu et al., 2018 EPSL)
  • seispy.ccpprofile: CCP stacking along a profile.
  • seispy.ccp3d: 3-D CCP stacking with extracting depth D410 and D660.
  • seispy.get_cpt: Convert color map from the cpt format to the matplotlib.cmap modified from bouziot/get-cpt based on the GPLv3 license.

Commands

Receiver Functions

  • prf: Calculate PRFs for a station.
  • pickrf: Pick PRFs with virtual quality control after the calculation.
  • plotrt: Plot PRFs with R and T components order by back-azimuth.
  • plotr: Plot PRFs with R component order by back-azimuth.
  • hk: H-Kappa stacking for estimating Moho depth and crustal Vp/Vs.
  • rf2depth: Convert PRFs to depth axis.
  • ccp_profile: Stack PRFs along a profile with a CCP stacking method.
  • ccp3d: Stack PRFs with spaced bins.
  • rfani: Estimating crustal anisotropy with a joint method.
  • rfharmo: Harmonic decomposition to extract constant component of RF and plot dip/anisotropic components.

Others

  • veltxt2mod: Create 3D velocity model with numpy.lib.npyio.NpzFile format from a ASCII table file.
  • ndk2dat: Convert the GCMT catalog file ("ndk" format) to the list file for the prf command.
  • updatecatalog: Automatically update the GCMT catalog.
  • setpar: Set up the values in configure files.

TODO

  • Download seismic data from web service for RF calculation.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].