Ryan Modrak
Ryan Modrak
``` I can still see what's going on around the minima without the map being dominated by values orders of magnitude higher than the minimum ``` Well said, this is...
For tomorrow let me push some small changes, which will not at all affect the default figure appearance. Interested in others' feedback before making any changes to the default color...
@ jonas To bring out more visual contrast in the misfit surface, we can reduce colorbar range using ``cpt_clip`` and the number of contours levels using ``cpt_steps``. For example ```...
Did you try commenting out ``check_components`` by chance? It's possible though the runtime error just gets deferred. It could be the reason for ``check_components`` in the first place is that...
Thanks for this report. A lot related forum discussion as you were saying https://github.com/pypa/pip/issues/4462 https://stackoverflow.com/questions/67115835/how-to-change-pip-unpacking-folder
It sounds like the above approach is self-contained in the sense that the normalization factor for a given station is obtained using only the numeric trace data for that station?...
I believe the requested normalization has been fully implemented by jthurin
Thanks for reporting this issue, which I wasn't aware of previously. The progress messages you mentioned are from the following Cython function: https://github.com/uafgeotools/mtuq/blob/master/mtuq/misfit/waveform/c_ext_L2.c In this function, it appears that most...
As expected for such a generic error message, `free(): invalid pointer` brings a very large number of stackoverflow and other search results. Interestingly though, many of the top results appear...
Agreed that we could improve how user-supplied picks and statics are handled. Perhaps two overall priorities might be - improve how the capuaf file is handled, e.g. by reading it...