Computes distance between one event and a catalog of other events. This is essentially one column of the distance matrix.
Why was it initiated? Any relevant Issues?
I need this for work in RT-EQcorrscan to implement near real-time relocations, which requires the addition of single events to the correlations. This is one part of that process.
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?
Computes distance between one event and a catalog of other events. This is essentially one column of the distance matrix.
Why was it initiated? Any relevant Issues?
I need this for work in RT-EQcorrscan to implement near real-time relocations, which requires the addition of single events to the correlations. This is one part of that process.
PR Checklist
develop
base branch selected?- [ ] Significant changes have been added toCHANGES.md
.- [ ] First time contributors have added your name toCONTRIBUTORS.md
.