ZhuangLab / storm-control

Microscope control software
Other
65 stars 67 forks source link

Focus lock peak fitting improvements #60

Closed HazenBabcock closed 6 years ago

HazenBabcock commented 7 years ago

For the camera based focus locks: (1) Convolve camera image with a Gaussian to reduce noise? (2) Fit area needs to be able to move a few pixels do deal with fitting saturated peaks. (3) Provide derivatives to the scipy fitting function so that fitting is faster and/or write a little C library to do the fitting.

HazenBabcock commented 7 years ago

Heh, some of these are duplicates #44..

HazenBabcock commented 6 years ago

Done. We now provide the option of using the storm-analysis project to do the fitting. This option fixes all of the above.