Ryan Modrak
Ryan Modrak
Offhand, I'm not aware of any changes to the misfit function itself that would cause results to differ by a constant factor. As a guess, data processing changes might be...
@aileen-fisher, Does an environment variable approach work for you? I believe the syngine download path can be specified through the environment variable SYNGINE_CACHE, but we could work on making it...
Right now, it's just an undocumented feature implemented here: https://github.com/rmodrak/mtuq/blob/ea5f26796d7e8f2a38db10be49190386611b98f1/mtuq/util/syngine.py#L74 Let me think about if a more robust approach is possible. -Ryan
Mike, Thanks for your careful attention. Your report matches my recollection of an issue from 2021/early 2022, when we began switching to PyGMT and encountered many bugs and regressions. A...
Now zeroing in a bit more, I believe the 180 degree rotation occurred starting with the following commit: [2c66213](https://github.com/uafgeotools/mtuq/commit/71036dde048732435bc73f24073bd437bbdd41a4) @thurinj-- I think you may have a better grasp. Could you...
Addressed in https://github.com/mtuqorg/mtuq/pull/305
Thanks for the feature request, this sounds useful. Not having any experience using amplitude ratios for moment tensor estimation, I don't have a good sense what is involved. Possibly related...
Hi Felix, The current full moment tensor grid aims for a tradeoff between good plotting and low computational expense (e.g. sampling near the edges of the domain but not oversampling,...
The aim is not to simplify the integration over angular distance. In principle, I think you could still do the integration, but you would need quadrature that accounts for uneven...
With regard to the hardcoded factor of 2-- wasn't it your suggestion to always sample the center of the domain?