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?

  1. Returns the computed catalogue only from lag-calc, not including the events which did not have sufficient data.
  2. Adds an ignore_length argument to lag-calc to allow short data.

Why was it initiated? Any relevant Issues?

406

PR Checklist