eqcorrscan / EQcorrscan

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

Allow option to weight correlation in catalog_to_dd by raw correlation #535

Closed calum-chamberlain closed 1 year ago

calum-chamberlain commented 1 year ago

What does this PR do?

write_catalog and subfunctions write out weights as correlation squared. While this is documented it is only documented in one place. This PR adds an option to output weights as raw correlations and slightly more relevant documentation for this.

Why was it initiated? Any relevant Issues?

No known issues, but users have been surprised to see correlation squared weights.

PR Checklist