Ryan Modrak
Ryan Modrak
Hi all, Attached is a benchmark of AxiSEM synthetics against [FK synthetics](http://www.eas.slu.edu/People/LZhu/home.html), using the "scak" model from the University of Alaska, Fairbanks. The fits look pretty good! Getting this result...
Two separate but related issues here
An approach for generating event-specific MTUQ scripts from PySEP config files: https://github.com/rmodrak/mtuq_script_generator/blob/3e2181639da4615822e5610c077a06d19827288c/mtuq_script_generator.py#L110 Generating event-specific MTUQ scripts in this way can help avoid some tedious copying and pasting. Also, could be...
Bringing back some old questions-- Should we automatically resample observed data and Green's function following bandpass filtering? Since misfit evaluation scales with number of time samples, the speed up could...
**To contribute changes to the upstream repository:** - if you haven't yet, [create your own fork](https://docs.github.com/en/get-started/quickstart/fork-a-repo) of the upstream (i.e. uafgeotools) repository - submit changes [via a pull request](https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork) from...
_Time discretization_ - MTUQ uses a centroid origin time convention, in which _t=0_ corresponds to the mean source excitation (usually equivalent to the peak source excitation) - CAPUAF uses a...
Suggestion-- return a warning when the maximum cross-correlation falls on edge of allowable range. (something like "Warning: data and synthetics may still be misaligned; extending the allowable range may provide...
To allow support for other file formats beyond SAC, please try to adopt the following - the initial mtuq.read() call handles all file format dependent metadata parsing - after that,...
Currently, there are a number of ways of specifying travel times and takeoff angles, not just `taup_model` calculations, but also `FK_metadata` and so on. There may some opportunities for improved...