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.
pyrocko/src/gf
mmetz 0fef96f1a0 bugfix: doubledc basesource distance and time weightings 2 years ago
..
ext add okada modelling and pseudo-dynamic rupture model (chapter 10) 2 years ago
README.md add headline 2 years ago
__init__.py adding tractions models for PseudoDynamicRupture 2 years ago
builder.py avoid deprecation warnings about use of numpy.float etc 2 years ago
error.py fomosto: added subcommand `tttlsd` to fix holes in travel time tables 3 years ago
meta.py add okada modelling and pseudo-dynamic rupture model (chapter 21) 2 years ago
seismosizer.py bugfix: doubledc basesource distance and time weightings 2 years ago
server.py flake8 (3.8.3) 3 years ago
store.py codestyle: adjust docstring format 2 years ago
targets.py codestyle: adjust docstring format 2 years ago
tractions.py tractions: random seed max value bugfix 2 years ago
ws.py remove dependency on future 3 years ago

README.md

Pyrocko-GF: storage and calculation of synthetic seismograms

The pyrocko.gf subpackage splits functionality into several submodules:

  • The pyrocko.gf.store module deals with the storage, retrieval and summation of Green's functions.
  • The pyrocko.gf.meta module provides data structures for the meta information associated with the Green's function stores and implements various the Green's function lookup indexing schemes.
  • The pyrocko.gf.builder module defines a common base for Green's function store builders.
  • The pyrocko.gf.seismosizer module provides high level synthetic seismogram synthesis.

All classes defined in the pyrocko.gf.* submodules are imported into the pyrocko.gf namespace, so user scripts may simply use from pyrocko import gf or from pyrocko.gf import * for convenience.