• Andrey Filippov's avatar
    CLAUDE: lean pose eigen fix - pass imp.eig_sub_frac (was hardcoded 0.0) · 59f4182d
    Andrey Filippov authored
    Root cause of the eigen-ON 3x slow pose convergence (probed synthetically):
    pedestal-included covariance inflates the peak eigen lambdas; sqrt(lambda)
    reaches imp.eig_max_sqrt (6) where setEigenTransform's k=max(0,1/sqrt(l)-1/6)
    ZEROES the tile's measurement components - blur-wide tiles (sigma ~2.5-3 px,
    the lean consolidated-average x center regime) contribute nothing and the
    solve limps on the few sharp tiles. Companion zero-build retune: raise
    imp.eig_max_sqrt 6 -> ~20 (dialog) when re-enabling eigen. Solver algebra
    verified consistent (jt, both Y-Fx variants, WJtJ share the transform).
    Co-Authored-By: 's avatarClaude Fable 5 <noreply@anthropic.com>
    59f4182d
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...