Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

MiaplPy load_slc_geometry.py fix for TSX #568

Description

@falkamelung

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

After removing this file it works fine.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions