Ryan Modrak
Ryan Modrak
One way to get the correct filenames is to manually pass a list of ObsPy stats objects via the `stats` keyword argument when calling `get_synthetics()`. The syntax would be something...
Very helpful troubleshooting, thanks. If you needed a quick workaround, maybe try modifying the `write()` method: https://github.com/uafgeotools/mtuq/blob/231cb43044ae336b20134d942135aeca50ef4776/mtuq/dataset.py#L293 It should be possible to pass the stations list as an argument to...
Thanks for these comments-- agreed, there is probably some approach along the lines you mentioned.
When get_synthetics() is called, there is an option to create new objects to hold the synthetics. (This can be helpful, say, if we want to have two different sets of...
Some progress was made on this I think. Closing due to inactivity, please reopen if needed
Hi Amanda, Thanks for the clear description of this issue. Agreed that having different allowable time shifts for Rayleigh and Love waves could help reduce manual adjustments. (Even then, some...
I'd agree with Julien's suggestion: create separate misfit functions for Rayleigh and Love waves and invoke the grid_search separately with each one. I think this a good approach in many...
Modifying the misfit function to accept different allowable ranges is also possible, but given how heavily optimized and difficult to follow the underlying time shifts are already, I'd hesitate to...
I think that leaves only the question of how to update plot_waveforms(). I'd have to think about this a bit more...
@carltape Agreed, this whole discussion seems relevant to the region specific templates we were discussing