Replies: 3 comments 14 replies
-
|
Dear Annie, At the moment, it’s not possible to include a frequency-dependent quality factor directly. Could you please specify your objective so I can better understand what you’d like to achieve? Would you like to invert for a parametric form of a frequency-dependent quality factor, or would you prefer to fix this form so that the code does not invert for attenuation? Cheers, |
Beta Was this translation helpful? Give feedback.
-
|
Claudio, I haven't looked in detail, but I'm not sure this will be easy. I'm curious if you have an idea already how to solve this! |
Beta Was this translation helpful? Give feedback.
-
|
I have a first implementation for this feature, currently in a separate branch (@krisvanneste, I'll make a PR later today). @anniejerk : could you please test it and provide some feedback (e.g., before/after figures). To install this version: pip install git+https://github.com/SeismicSource/sourcespec.git@Q_modelThen, you should update your config file: source_spec -u source_spec.confFinally, look at the following section in the config file: # Prior knowledge of the attenuation model for your region can be specified
# through Q_model as either a fixed value or a frequency-dependent function.
# Use 'f' to represent frequency in the expression.
# The frequency dependence is commonly expressed as:
# Q_model = Qo * (f/fo)**alpha
# where:
# - Qo is the quality factor at the reference frequency fo
# - fo is the reference frequency (typically 1 Hz), to keep Q_model unitless
# - alpha is the frequency exponent
# Any functional form can be used, provided Q_model remains unitless.
# When Q_model is specified, t_star will not be inverted and all t_star-related
# inversion parameters above will be ignored.
# Examples:
# Fixed value:
# Q_model = 500
# Frequency-dependent (assuming fo=1 Hz):
# Q_model = 529 * f**0.42
Q_model = NoneLet me know! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I really like how easy this code is to use, great work! I have a quick question:
With the current version of the code, is it possible to include a frequency-dependent quality factor in my estimations?
Best wishes,
Annie
Beta Was this translation helpful? Give feedback.
All reactions