Skip to content
Snippets Groups Projects
Commit 550c0d43 authored by Yb Tweezer's avatar Yb Tweezer
Browse files

enable mot number calculation for multiple frames

parent b39ff6fe
No related branches found
No related tags found
No related merge requests found
......@@ -163,7 +163,7 @@ class FluorescenceData(ImagingData):
self.config["gain"], # dB
self.config["exposure_time"],
(0.0127**2 * np.pi) / (4 * np.pi * 0.125**2),
62e6 * 2 * np.pi,
50e6 * 2 * np.pi,
0.1
)
sx, sy = fit_gaussian(array, _dA)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment