• Andrey Filippov's avatar
    CLAUDE: fix ROWCOL back-project baseline mismatch (v013-ROWCOL-01 junk) · 947c199c
    Andrey Filippov authored
    The first calculateRowColBackProject mixed two baselines in one image:
    content-excluded residual (~0, regression baseline) inside the
    back-projection coverage, full raw-level image-FPN outside it. Whole
    lines fell outside the max_abs gate and the outlier-weighted average
    degenerated to the content mean: vectors reached ~2300 counts (legacy
    ~340) and stamped junk bands at the coverage-window margins into all
    per-sensor images (v013-ROWCOL-01 MERGED-DBG slices 141/408 etc).
    
    Now the two baselines never mix: masked UM (blur(value*mask)/blur(mask))
    high-passes the residual within coverage only; NaN-aware line averages
    use covered pixels only (getLineAvgNaN); lines with under 10% coverage
    (ROWCOL_BP_MIN_COVER) fall back to the pure legacy UM+gating estimate
    per line (mergeLineProfiles). Console reports the line-fallback share.
    Co-Authored-By: 's avatarClaude Fable 5 <noreply@anthropic.com>
    947c199c
Name
Last commit
Last update
docs Loading commit data...
eclipse_project_setup Loading commit data...
focusing_data_files Loading commit data...
ij_macros Loading commit data...
ijplugins Loading commit data...
scripts Loading commit data...
src/main Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
Eyesis_Correction.xml Loading commit data...
INSTALL-CODEX-ECLIPSE.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
mcp.allowed.example Loading commit data...
pom.xml Loading commit data...