fracspy.detection.stacking.estimate_origin_times#

fracspy.detection.stacking.estimate_origin_times(idp, ds_full, tt, dt, x, y, z)[source]#

Estimate origin times of the events detected with diffraction stacking.

Estimate origin times of the events using traveltimes and the time indices determined from the maximum stack function (MSF) using STA/LTA analysis.

Parameters:
idpnumpy.ndarray

Integer array of time indices of determined peaks

ds_fullnumpy.ndarray

Diffraction stack full 4D array of shape (nt, nx, ny, nz)

ttnumpy.ndarray

Traveltime table of size nr×nx×ny×nz

dtfloat

Time step

xnumpy.ndarray

Imaging area grid vector in X-axis

ynumpy.ndarray

Imaging area grid vector in Y-axis

znumpy.ndarray

Imaging area grid vector in Z-axis

Returns:
eotnumpy.ndarray

Array of estimated origin times for each of the determined peaks

Notes

For each determined MSF peak, the origin time test of the corresponding event can be determined from peak time tpeak as

test=tpeakminRTR(rpeak).

where TR(rpeak) is the traveltime to receiver R from rpeak - the location determined from the maximum of the 4D imaging function F(r,t) at the time moment tpeak:

rpeak=argmaxrF(r,tpeak).