• Andrey Filippov's avatar
    CLAUDE: Add cuas_reuse_non_centered and cuas_reuse_centered config parameters · 643c20b0
    Andrey Filippov authored
    Replaces hardcoded `boolean reuse_non_centered = true` with a config parameter.
    Adds a companion `cuas_reuse_centered` parameter: when true, attempts to load
    ROUND_TWO_GOOD before starting computation and returns early if found, bypassing
    both phases. Both default to true — missing files behave as if set to false.
    Wired into dialog, properties (.corr-xml), and copy() in IntersceneMatchParameters.
    Co-authored-by: 's avatarClaude <claude@elphel.com>
    643c20b0
IntersceneMatchParameters.java 712 KB