issues
search
eqcorrscan
/
EQcorrscan
Earthquake detection and analysis in Python.
https://eqcorrscan.readthedocs.io/en/latest/
Other
166
stars
86
forks
source link
Cope with low quality data in lag-calc
#414
Closed
calum-chamberlain
closed
4 years ago
calum-chamberlain
commented
4 years ago
What does this PR do?
Returns the computed catalogue only from lag-calc, not including the events which did not have sufficient data.
Adds an
ignore_length
argument to lag-calc to allow short data.
Why was it initiated? Any relevant Issues?
406
PR Checklist
[x]
develop
base branch selected?
[x] This PR is not directly related to an existing issue (which has no PR yet).
[x] 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.
[ ] Significant changes have been added to
CHANGES.md
.
- [ ] First time contributors have added your name to
CONTRIBUTORS.md
.
What does this PR do?
ignore_length
argument to lag-calc to allow short data.Why was it initiated? Any relevant Issues?
406
PR Checklist
develop
base branch selected?CHANGES.md
.- [ ] First time contributors have added your name toCONTRIBUTORS.md
.