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
[x] develop base branch selected?
[x] This PR is not directly related to an existing issue (which has no PR yet).
[ ] All tests still pass.
[x] Any new features or fixed regressions are be covered via new tests.
[x] Any new or changed features have are fully documented.
[x] Significant changes have been added to CHANGES.md.
[x] First time contributors have added your name to CONTRIBUTORS.md.
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
prepick
s larger thanshift-len
inlag_calc
the data extracted do not include the whole window that should be correlated, leading to reduced cccsum errors.PR Checklist
develop
base branch selected?CHANGES.md
.CONTRIBUTORS.md
.