• 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
..
com/elphel/imagej Loading commit data...
epfl Loading commit data...
JP46_Reader_camera0.java Loading commit data...