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
I am trying to modify the data weighting matrix to see how that affects the inversion output, but I could not find where the data weighting matrix (Wd) is implemented in the code? Thanks.
Your environment
Please provide the output of print(pygimli.Report()) here. If that does not
work, please give provide some additional information on your:
Operating system: e.g. Windows, Linux or Mac? Python version: e.g. 3.9, 3.10, etc.? pyGIMLi version: Output of print(pygimli.__version__) Way of installation: e.g. Conda package, manual compilation from source, etc.
Steps to reproduce
Tell us how to reproduce this issue. Ideally, you could paste the code that produces the error:
importpygimliaspg
...
Expected behavior
Tell us what should happen or what you want to achieve.
Actual behavior
Tell us what happens instead and/or provide the output of your script.
Paste your script output here.
If possible, please add one or more labels to your issue, e.g. if you expect that your issue is rather a question than a problem with the code, please add the label "question".
The text was updated successfully, but these errors were encountered:
Thank you for the response. I would like to change the actual matrix into a banded matrix to investigate the effect of correlated vs uncorrelated data noise on the inverted model. Is there a way to physically implement the actual Wd matrix? Thanks!
A very good question, indeed! I am afraid, this is currently not supported, but I'll put it in the list for the redesign of the inversion that the data covariance can also be specified as alternative to the error vector.
Problem description
I am trying to modify the data weighting matrix to see how that affects the inversion output, but I could not find where the data weighting matrix (Wd) is implemented in the code? Thanks.
Your environment
Please provide the output of
print(pygimli.Report())
here. If that does notwork, please give provide some additional information on your:
Operating system: e.g. Windows, Linux or Mac?
Python version: e.g. 3.9, 3.10, etc.?
pyGIMLi version: Output of
print(pygimli.__version__)
Way of installation: e.g. Conda package, manual compilation from source, etc.
Steps to reproduce
Tell us how to reproduce this issue. Ideally, you could paste the code that produces the error:
Expected behavior
Tell us what should happen or what you want to achieve.
Actual behavior
Tell us what happens instead and/or provide the output of your script.
The text was updated successfully, but these errors were encountered: