Calum Chamberlain
Calum Chamberlain
Catalog_to_dd should have a way to force separation of earthquakes across a fault. Will stop hypodd from clustering earthquake different terranes
If you see outputs like below: ```python --------------------------------------------------------------------------- RuntimeError Traceback (most recent call last) RuntimeError: Undefined plan with nthreads. This is a bug Exception ignored in: 'pyfftw.pyfftw._fftw_plan_with_nthreads_null' Traceback (most recent...
Nice spot! That's an ugly bug, thanks for finding it. I think we should probably try to cope with it in here if we can, although I'm not sure how...
There are two issues here. The PyFFTW related one is related to #487 and you may need to downgrade to PyFFTW version 0.12 (`conda install pyfftw=0.12`). Apologies, the pyfftw build...
For anyone that runs into this - I have just updated the package on conda-forge (build 1 of version 0.4.4) with stricter dependencies that should solve this issue. Please make...
Hi @maaz-shahid99 - I have deleted your comment on #2429 as it appears to be a duplicate of this issue. That comment was: > FDSNNoDataException("No data available for request.",) >...
For reference, the weighting is assigned [here](https://github.com/obspy/obspy/blob/1c656830a33e72b7d335f01d28c38b97d8c4d58a/obspy/io/hypodd/pha.py#L220), and weights are taken from the matched `arrival.time_weight` for a given pick. If no matching arrival, or no `time_weight` is found for that...
@megies suggestion is the right way to go for pick-weight mapping. I do think there is scope to improve the docs there though, for example you might think that pick...
Thanks for this @erhmestel! Can you update your branch to track develop (press the "Update branch" button underneath all the test ticks, then pull the updated branch back to your...
Good point @flixha - I agree that interpreting the weighted absolute and av_chan correlation results will be less intuitive. For that reason I prefer to enforce that the user set...