User contributed plug-ins for Pyrocko's seismic waveform browser Snuffler.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Sebastian Heimann 762d472e3f spectrogram: fix python 2 to 3 issue 1 year ago
cc_matrix upd to PyQt5 imports 6 years ago
hyposat-snuffling hyposat: use gfortran 6 years ago
okada okada: docs typo 5 years ago
screenshots time_line: set margins, update figure 5 years ago
vtk-map VTK: highlight active event 6 years ago
.gitignore add object files to gitignore 5 years ago
LICENSE Initial commit 10 years ago
README.md cleanup examples 6 years ago
ahfullgreen.py ahfullgreen: import for different versions of AhFullGreenSTF 3 years ago
audio.py audio snuffling: qt5 support 2 years ago
beam_stack.py py3 6 years ago
catalog_stats.py catalog_stats: magnitude histogram 5 years ago
cc_relocation.py adapt to new module scheme 6 years ago
corrsearch.py corrsearch: use main hp/lp 5 years ago
drumplot.py drumplot: fix scaling issue 6 years ago
export_waveforms.py export_waveforms: fixes to filters // added rotation 3 years ago
extract_catalog.py adapt to new module scheme 6 years ago
extract_events.py adapt to new module scheme 6 years ago
fk_parstack.py adapt to new module scheme 6 years ago
local_magnitude.py py3 6 years ago
notch.py adapt to new module scheme 6 years ago
obspy_fk_analyse_polar.py adapt to new module scheme 6 years ago
particle_motion.py particle_motion: add channels, disable manually set axis limits 5 years ago
plot_traces.py plot_traces: bug fix 4 years ago
psd.py psd: fix a py2/3 issue 6 years ago
setup.py setup logging 4 years ago
spectrogram.py spectrogram: fix python 2 to 3 issue 1 year ago
stack_by_markers.py stack_by_markers: extend tpad 5 years ago
station_book.py station_book: add name 4 years ago
time_line.py add stations and labels 5 years ago

README.md

User Contributed Snufflings

Snufflings are plugins for seismological trace viewer Snuffler which is part of the Python framework Pyrocko.

An overview of available snufflings is given at the end of this page.

Installation

Clone this repository and change directory:

git clone https://github.com/pyrocko/contrib-snufflings.git
cd contrib-snufflings

Create symbolic links pointing from this directory into $HOME/.snufflings. The included setup.py script provides a shortcut for that:

python setup.py link [arguments]

If no arguments are given, all available snufflings will be linked. You will find the new snufflings under panels or run in Snuffler's menu.

Update

Pull updates from the repository:

git pull origin master

Help

Most snufflings include documentation which can be found in the Help menu in Snuffler.

Contribute

After cloning this repository, add your own snufflings and send a pull request.

We recommend to add a doc string at the top of each snuffling right beneath the snuffling's class name. This text will be shown when pressing the Help button on the snuffling's panel. It should give an overview of the functionalities. Wrapping this text in html code can be used to pretty up the documentation.

If you miss some feature in a snuffling, discover a bug or would like to discuss an idea for a new snuffling click on Issues and open up a New Issue.


Examples

Plot PSD

Plot power spectral densities

file: psd.py

screenshot

Cross correlation relocation

Relocate events by cross correlating waveforms

file: cc_relocation.py

screenshot

Find repeating events

file: corrsearch.py

screenshot

Cross correlation matrix

Cross correlate selected events. Results, including cross-correlation factor and time lags between maxima of the cross correlation can be stored in YAML format to ease later analysis.

directory: cc_matrix

screenshot

Listen to seismograms

Export seismograms to .wav files or listen to seismological recordings. Direct playback requires the PyQt4 bindings for Phonon. (E.g. on Debian and ubuntu available through: apt-get install python-qt4-phonon)

file: audio.py

screenshot

Time Line

Temporal overview of catalog data.

file: time_line.py

screenshot

Extract Events

Save waveforms for time windows around selected events as MSEED. This is a hybrid Snuffling which can be run from the command-line as well.

file: extract_events.py

screenshot

Export waveforms

Export selected/visible waveforms as MSEED, ASCII, SAC or YAFF files.

file: export_waveforms.py

Distance projected waveform plots

Applying a reduction velocity allows to 'shrink' the time domain. Figures can be exported in various image file formats like .png or .pdf. In order to improve the visual perception of small wiggles, positive amplitudes can be plotted in filled mode.

file: plot_traces.py

screenshot

Spectrogram

file: spectrogram.py

screenshot

Geodetic forward modelling

Visualize and output of a data trace for a rectangular dislocation source in an elastic halfspace. You will need to go to the okada dir and type make in order to compile the C-Code.

directory: okada

screenshot

Particle Motion

Plot combinations of vertical and horizontal channels of selected stations.

file: particle_motion.py

screenshot