forked from pyrocko/pyrocko
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.
|
2 years ago | |
---|---|---|
.. | ||
ext | 2 years ago | |
README.md | 2 years ago | |
__init__.py | 2 years ago | |
builder.py | 2 years ago | |
error.py | 3 years ago | |
meta.py | 2 years ago | |
seismosizer.py | 2 years ago | |
server.py | 3 years ago | |
store.py | 2 years ago | |
targets.py | 2 years ago | |
tractions.py | 2 years ago | |
ws.py | 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.