Masked reference point #670
giorgoskouroupis
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello @scottstanie and the whole team :)
I have been running the dolphin and so far it seems quite robust.
thank you for your work. :)
However i came to a small bug(?), i guess from using a (water) mask file.
After an unsuccessful inversion run (all good up until the inversion step) the log reads:
From the look of the code, the reference point is calculated before any consideration of the the mask in
dolphin/src/dolphin/timeseries.py
Lines 152 to 176 in 4daa481
If this is indeed a small bug, a naive solution would be to call the mask into the "def select_reference_point(...)"
dolphin/src/dolphin/timeseries.py
Lines 1313 to 1314 in 4daa481
and multiply the quality_file_values with the mask to remove masked areas, but i am not sure if there would be a more appropriate solution.
Any ideas, or thoughts?
Many thanks for your time :)
Beta Was this translation helpful? Give feedback.
All reactions