zitmen / thunderstorm

ThunderSTORM: a comprehensive ImageJ plugin for SMLM data analysis and super-resolution imaging
http://zitmen.github.io/thunderstorm/
GNU General Public License v3.0
91 stars 42 forks source link

Error fixed in drift correction #32

Closed benoitbenoit closed 8 years ago

benoitbenoit commented 8 years ago

In drift correction, the stack of images is decomposed in N steps, and correlation between each step is performed. For improving the cross correlation, the image at each step is weighted by a Gaussian function centered on the position of the drift estimate at the previous step. However, the computation of the center of the Gaussian function was wrong -> Sometime outside the image. Now it is fixed.

zitmen commented 8 years ago

Thank you! This looks good.