• Andrey Filippov's avatar
    CLAUDE: Fix filterConv5dROI suppression condition · ede9c9b0
    Andrey Filippov authored
    Suppress a point only when both conditions hold simultaneously:
      thresh = Math.max(athresh, M * rthresh)
      (M - val) >= thresh   →   zero the point
    
    athresh enforces a minimum absolute gap; M*rthresh enforces a minimum
    relative gap. Math.max means BOTH must be satisfied (either alone is
    insufficient). Replaces the previous M>=athresh && val<rthresh*M logic.
    Co-authored-by: 's avatarClaude <claude@elphel.com>
    ede9c9b0
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...