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
{{ message }}
This repository was archived by the owner on Oct 8, 2025. It is now read-only.
For some reason no *rsc file is produced for the first SLC by teh prep_* command (Falk: check whetehr there was a fix which is not used). This leads to the failure in run_01 ( load_slc_geometry.py).
cd merged/SLC
lsd | wc -l
ls */*.rsc | wc -l
Is there a difference in the count? If so you can identify the SLC using
for dir in */; do if ! find "$dir" -maxdepth 1 -type f -name '*.rsc' | grep -q .; then echo "$dir"; fi; done
For some reason no *rsc file is produced for the first SLC by teh
prep_*command (Falk: check whetehr there was a fix which is not used). This leads to the failure in run_01 (load_slc_geometry.py).Is there a difference in the count? If so you can identify the SLC using
After removing this file it works fine.