Ryan Modrak

Results 92 comments of Ryan Modrak

In v w domain the integration becomes simpler. The ratio between the two sides of the v w domain is some factor of pi. But for the grid, obviously we...

@rwalkerlewis, thanks for contributing this test of the CPS client. I'm not sure why the commit history has gotten messed up. Perhaps let me try myself again in a new...

The following seems relevant, not sure if it's recently been tested though https://github.com/mtuqorg/mtuq/blob/80a3135c97922dbe8e79023d0564eabaf28f3fce/mtuq/io/clients/SPECFEM3D_SAC.py#L120

Hi Julien, Carl, Thanks for this major reimplementation effort, which will bring significant benefits. I have now looked through the source code, but yet not tried running anything myself. Fow...

appears to have been merged in #302

Perhaps try your hand at this using the following? [Dataset.sort_by_function(function, reverse=False)](https://mtuqorg.github.io/mtuq/library/generated/mtuq.Dataset.sort_by_function.html#mtuq.Dataset.sort_by_function)

One possible complicating factor is that weights are defined per trace, whereas sorting would occur per station (because datasets are organized per station).

perhaps try this as a starting point? ``` new_dataset = [old_dataset[idx] for idx in new_order] ``` On Fri, Jun 27, 2025 at 3:11 PM Carl Tape ***@***.***> wrote: > *carltape*...

Hi Amanda, Thanks for the report. Maybe add some print() or type() statements to try to get to the bottom of it? I will take a look as well. On...

It looks like the network, station, and location codes are not getting copied to the synthetics. The result is the following output file names. `...R.sac` `...T.sac` `...Z.sac`