pyrocko.gf.store_ext¶
C-extension supporting pyrocko.gf
.
Functions
Prepare parameters for weight-and-delay-sum. |
|
Calculate static displacements (make make_sum_params obsolete) |
|
Calculate timeseries (make make_sum_params obsolete) |
|
Get a GF trace. |
|
Initialize store struct. |
|
Initialize store index mapping. |
|
Get weight-and-delay-sum of GF traces. |
|
Get weight-and-delay-sum of GF samples for static displacement. |
- make_sum_params()¶
Prepare parameters for weight-and-delay-sum.
- store_calc_static()¶
Calculate static displacements (make make_sum_params obsolete)
- store_calc_timeseries()¶
Calculate timeseries (make make_sum_params obsolete)
- store_get()¶
Get a GF trace.
- store_init()¶
Initialize store struct.
- store_mapping_init()¶
Initialize store index mapping.
- store_sum()¶
Get weight-and-delay-sum of GF traces.
- store_sum_static()¶
Get weight-and-delay-sum of GF samples for static displacement.