eqcorrscan / EQcorrscan

Earthquake detection and analysis in Python.
https://eqcorrscan.readthedocs.io/en/latest/
Other
167 stars 86 forks source link

Include prepick in lag-calc data preparation. #500

Closed calum-chamberlain closed 2 years ago

calum-chamberlain commented 2 years ago

What does this PR do?

Includes prepick when calculating the start time of extracted windows for lag-calc.

Why was it initiated? Any relevant Issues?

When using templates with prepicks larger than shift-len in lag_calc the data extracted do not include the whole window that should be correlated, leading to reduced cccsum errors.

PR Checklist