Calum Chamberlain
Calum Chamberlain
Using the `EasySeedlinkClient` and trying to write out the traces provided by the Client to miniseed on Windows results in an odd error: ```python Traceback (most recent call last): File...
QuakeML reading is quite slow - in my [naive test](https://gist.github.com/calum-chamberlain/a455a6f38a8dc6360ed0e52498d7799e#file-obspy_event_io-ipynb), about 10x slower than writing. For large catalog files this becomes a bit of an issue. The main point of...
**Describe the bug** See the description [here](https://github.com/pyFFTW/pyFFTW/issues/294#issuecomment-1024595535) **Additional context** I have pinned the version of PyFFTW to 0.12 in master - this should be released when [this issue](https://github.com/conda-forge/pyfftw-feedstock/issues/51) is fixed.
### What does this PR do? Adds the ability to weight cross-correlations. Weights are currently expected to be in `tr.stats.extra.weight` for all stream correlation functions. This PR should be considering...
### What does this PR do? Clean take-over from #391 Uses full SEED information (adds network and location) when comparing e.g. pick.waveform_id and tr.stats in a number of functions. Mostly...
### What does this PR do? 1. Turns outer-core threading back on (this appears to be stable on my machines) 2. Uses larger FFT lengths than previously set as default...
**Is your feature request related to a problem? Please describe.** The docs outline the `Tribe.client_detect` method, but not the `Tribe.detect` method. These are really similar, but enough people ask me...
### What does this PR do? Implements a few speed-ups for `Party` IO, and ~~will/may include shifting to sparse event style objects~~. The main IO patches should be non-breaking and...
The following features should be added: - [ ] SNR frequency plotting, possibly similar to PPSD, e.g. ratio of possible template (signal) over noise in different frequency bands - either...
**Is your feature request related to a problem? Please describe.** Seismic data is frequently "gappy". At the moment EQcorrscan does a lot of checking to make sure that data that...