| 1 | # Script to compute isochrones (for S-wave radiation) of a single receiver from SeisSol's surface/fault.xdmf output |
| 2 | # Isochrones are calculated from RT output and peak slip rate times |
| 3 | |
| 4 | import numpy as np |
nothing calls this directly
no test coverage detected