Calum Chamberlain
Calum Chamberlain
@flixha - do you make use of the `group_size` argument to split your large template sets into groups for matched-filtering? I am starting to work on changing how the different...
Thanks for those points. - I thought we were grouping somewhat sensibly, but it might just be grouping based on processing rather than the most consistent channel sets - this...
As you have already identified, it looks like a lot of time is spent copying nan-channels. Hopefully more efficient grouping in #541 will help reduce this time-sink. You did understand...
Kia ora, I'm not sure what you want to plot. You may want to make plots like [this](https://eqcorrscan.readthedocs.io/en/latest/submodules/autogen/eqcorrscan.utils.plotting.triple_plot.html#eqcorrscan.utils.plotting.triple_plot) - if so this can be done automatically by passing the `plot=True`...
Closed due to inactivity.
Generally you should let `party.lag_calc` handle the processing of your streams for you, which ensures the same processing is done as at the detection stage. If you are giving lag_calc...
Kia ora Hugo, Great, thank you for the update! Nice work on updating the lag-calc. I have similarly been implementing a wavebank/client backed lag-calc, but haven't gone the whole way...
I suggest testing the above code with a small subset of events first by the way - make sure it is actually doing what you want it to. Thanks for...
Ah, sorry @HGeoAle - that is in the `develop` branch of EQcorrscan - there are some things in that branch that should help speed up calculation of cross-correlations as well...
The correlation sum will frequently not be exactly equal to the number of channels for a self-detection due to small rounding errors - you should expect that the correlation sum...