pyacs.gts.lib.primitive.get_coseismic module

pyacs.gts.lib.primitive.get_coseismic.get_coseismic(self, eq_date, window_days=5, sample_after=1, method='median', in_place=False)[source]

Get coseismic displacement at a given date. Coseismic displacement is estimated as the position difference between the median of window_days before the earthquake date and the median of sample_after samples after the earthquake date.

note: only median method implemented