All Projects → keurfonluu → AIPycker

keurfonluu / AIPycker

Licence: MIT license
Pycker provides user-friendly routines to visualize seismic traces and pick first break arrival times.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to AIPycker

MTfit
MTfit code for Bayesian Moment Tensor Fitting
Stars: ✭ 61 (+165.22%)
Mutual labels:  microseismic
bh tomo
A Matlab borehole radar/seismic tomography package
Stars: ✭ 17 (-26.09%)
Mutual labels:  traveltime
fteikpy
Accurate Eikonal solver for Python
Stars: ✭ 34 (+47.83%)
Mutual labels:  traveltime

Pycker

examples/pycker_viewer.png

Pycker provides user-friendly routines to visualize seismic traces and pick first break arrival times. This package requires ObsPy.

Version:1.1.1
Author:Keurfon Luu
Web site:https://github.com/keurfonluu/pycker
Copyright:This document has been placed in the public domain.
License:Pycker is released under the MIT License.

NOTE: Pycker has been implemented in the frame of my Ph. D. thesis. If you find any error or bug, or if you have any suggestion, please don't hesitate to contact me.

Installation

The recommended way to install Pycker is through pip (internet required):

pip install pycker

Otherwise, download and extract the package, then run:

python setup.py install

Usage

from pycker.gui import main

main()
  • left click: pick first break
  • middle click: remove pick
  • right click: print pick (receiver number, pick index, pick time)
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].