You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 2D least-squares Gaussian fit (with 9x9 window) has the best accuracy
Although Gaussian Grid is better than COG, it isn't better than 2D fit in terms of accuracy. In fact, it's accuracy is comparable to that of 1D fit
The hybrid Gaussian Grid (for determining better initial parameters) is probably the only thing worth implementing to speed up the least-squares fit methods
), so there's no excuse for worse performance in that case. (It is possible that there's a bug in the generator meaning that the brightness distribution isn't actually Gaussian, but so far I've seen nothing to indicate that)
Test how good these are before trying Gaussian Grid
The text was updated successfully, but these errors were encountered: