Declustering Workflow with seismostats
-
workflows_a/A01/catalogue_declustering.py
- this takes paths as arguments
- So the config should be probably read also as a file then
-
psha/declusterer/mainshocks.py
is a thin wrapper around the seismostats declustering- currently only
GardnerKnopoffType1
supported, so it contains quite some boilerplate and could be integrated in the workflow directly. - if other declusterers are supported, that may need conversion routines to calculate mainshock flags and this way warrant a library routine.
- currently only
-
workflows_a/A01/test_catalogue_declustering.py
contains regression tests