eqcorrscan / EQcorrscan

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

Refactor hypoDD functions #322

Closed calum-chamberlain closed 5 years ago

calum-chamberlain commented 5 years ago

What does this PR do?

This PR refactors the hypodd functions to:

  1. Remove the dependence on SEISAN,
  2. Make the functions faster and more streamlined,
  3. Use the new correlation functions for greater efficiency.

Still need to:

  1. re-do the calculation of dt.cc
  2. refactor tests and write some better coverage of the new functions.

Why was it initiated? Any relevant Issues?

293

PR Checklist