Network is no longer connected issue #50
-
I frequently faced normal matrix error issues. "Network is no longer connected." I tried to change many different parameters in the config.json file but it did not work for me. Do you have any suggestions on which parameters can be affected by this situtation? 025-02-18 08:05:11,756 - INFO - STEP 1: CONSISTENCY CHECK 025-02-18 08:08:52,533 - INFO - ########## NOISY POINT REMOVAL BASED ON ARC PARAMETERS ########## |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
Dear @suatcoskun,
Best, Andreas |
Beta Was this translation helpful? Give feedback.
-
Best.., |
Beta Was this translation helpful? Give feedback.
-
Thank you for providing the figures and the config. I would assume that two things could help you to receive a good first-order network.
Please let me know if the suggestions helped to create a connected network. |
Beta Was this translation helpful? Give feedback.
-
Thank you @Andreas-Piter when I changed the arc_unwrapping_coherence value to lower number its worked properly. I tried to apply water mask to stack but It's a little difficult to draw precisely. Anyway maybe you can find better way to apply water mask after. Best... |
Beta Was this translation helpful? Give feedback.
-
It's good to hear that the processing works well. I do understand that creating a precise water mask is challenging with the given tool. However, in order to simplify the SARvey processing, a rough water mask is sufficient (see example in the figure). The goal is to exclude the majority of the pixels which are most likely noisy. |
Beta Was this translation helpful? Give feedback.
-
Yes this explanation is very clear. I got it. Thanks. |
Beta Was this translation helpful? Give feedback.
Thank you for providing the figures and the config.
I would assume that two things could help you to receive a good first-order network.
Mask out the water pixels.
You can manually create a mask which roughly masks the land area that you are interested in. Please follow this documentation about masking with
generate_mask.py
.Afterwards, you can add this mask file to your config file to both
consistency_check:mask_p1_file
andfiltering:mask_p2_file
.Lower the parameter
consistency_check:arc_unwrapping_coherence
threshold.This parameter controls which arcs are removed. Start with a threshold of 0.5 which might already result in a connected network.
In case this is not yet working, you …