eqcorrscan / EQcorrscan

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

Allow pre-processed data for tribe.detect #463

Closed calum-chamberlain closed 3 years ago

calum-chamberlain commented 3 years ago

What does this PR do?

Allows passing of pre-processed data to Tribe.detect.

Why was it initiated? Any relevant Issues?

I want to set up some workflows using futures, and pre-processing is an obvious step to allocate to futures.

PR Checklist