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

7 statements  

« prev     ^ index     » next       coverage.py v6.5.0, created at 2024-03-20 14:04 +0000

1# http://pyrocko.org - GPLv3 

2# 

3# The Pyrocko Developers, 21st Century 

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

5 

6''' 

7Observational target generators. 

8''' 

9 

10from .base import * # noqa 

11from .waveform import * # noqa 

12from .insar import * # noqa 

13from .gnss_campaign import * # noqa 

14from ..station import * # noqa 

15 

16AVAILABLE_TARGETS =\ 

17 [WaveformGenerator, InSARGenerator, # noqa 

18 GNSSCampaignGenerator] # noqa