uqzzhao / EventPicker

Microseismic event P- and/or S-wave first arrival time picking package. Written in Python3.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EventPicker

Microseismic event P- and/or S-wave first arrival time picking package. Written in Python3. EventPicker allows users to pick both P-phase and S-phase arrivals manually and picks can be exported to .csv file for further processing.

  • eventpicker.py - the mainwindow of EventPicker program
  • pssegy.py - A class based on io functions in segypy.py to read and write SEG-Y Rev 1.0 files

Usage

  1. Build and run from source code: To run this program from source codes, you need to firstly install the following dependencies:
  • PyQt5
  • Matplotlib
  • Numpy
  • Pandas
  • SegyPy
  1. Run this GUI program using the released .exe file on Windows: Simply download the eventpicker.exe file from the released package and double click the .exe on Windows

License

LGPL v2.1.

Authorship

EventPicker was written in 2016. The sole contributor is Zhengguang Zhao, who now works for DeepListen on part-time basis.

About

Microseismic event P- and/or S-wave first arrival time picking package. Written in Python3.

License:GNU Lesser General Public License v2.1


Languages

Language:Python 100.0%