You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the _build_weight_from_ratio function in ssp_build_spectra.py, there is a hard lower frequency limit of 0.2 Hz. Weights below this limit are set to a small value, so that lower frequencies do not contribute to the fitting. This will likely affect magnitude estimation for large events with corner frequencies below 0.2 Hz (but perhaps only if weighting based on SNR is used).
We should investigate if this lower bound can be more flexible or user-defined.