Skip to content

Changed stop criterion to just FWHM change per iteration #166

Draft
kaghi wants to merge 1 commit into
mainfrom
fix/cadecon-fwhm-only-convergence
Draft

Changed stop criterion to just FWHM change per iteration #166
kaghi wants to merge 1 commit into
mainfrom
fix/cadecon-fwhm-only-convergence

Conversation

@kaghi

@kaghi kaghi commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

max(peak-time, FWHM) shows inconsistences in iterations it stops at with some issues with spike inference quality. Instead, testing FWHM alone as a stop criterion leads to consistence convergence of CaDecon around 7–12 iters with same or greater spike inference quality and tighter variance across multiple seeds.

image

…ith some issues with spike inference quality. Instead, testing FWHM alone as a stop criterion leads to consistence convergence of CaDecon around 7–12 iters with same or greater spike inference quality and tighter variance across multiple seeds.
@daharoni

daharoni commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

I think the assumption we have to be backing here is all relevant metrics should trend towards some stable asymptotic level. Given that, if time-to-peak over iterations is not trending to a stable solution, then there is an issue with our assumptions and just excluding it from the convergence metric likely isn't the correct option.

I think FWHM only tells part of the story for the kernel shape... where peak tell the remaining part.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants