pyacs.gts.Sgts_methods.sel_radius_eq module

pyacs.gts.Sgts_methods.sel_radius_eq.sel_radius_eq(self, eq, time=None, verbose=True)[source]

Select time series potentially impacted by an earthquake.

Parameters:
  • eq (list) – [lon, lat, magnitude]; epicenter in decimal degrees.

  • time (float, optional) – Earthquake time in decimal year. Default is None.

  • verbose (bool, optional) – If True, print progress. Default is True.

Returns:

New Sgts with offset_dates set at eq time.

Return type:

Sgts

Notes

Radius from NGL formula: radius = 10**(magnitude/2 - 0.79).