Coverage for /usr/local/lib/python3.11/dist-packages/pyrocko/scenario/__init__.py: 100%

6 statements  

« prev     ^ index     » next       coverage.py v6.5.0, created at 2023-09-28 11:43 +0000

1# http://pyrocko.org - GPLv3 

2# 

3# The Pyrocko Developers, 21st Century 

4# ---|P------/S----------~Lg---------- 

5 

6''' 

7Generate synthetic scenarios with seismic waveforms and GNSS and InSAR. 

8 

9The functionality in this subpackage can be accessed through the :doc:`Colosseo 

10</apps/colosseo/index>` command line application. 

11''' 

12 

13from .base import * # noqa 

14from .error import * # noqa 

15from .scenario import * # noqa 

16from .collection import * # noqa 

17from .targets import * # noqa