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

adjust gain settings for FLIR camera

parent d0dfad2e
No related branches found
No related tags found
No related merge requests found
......@@ -229,7 +229,7 @@ def compute_mot_number(image, QE, gain, exposure_time, solid_angle,
electron_rate = im.astype(np.float64).sum()
photon_rate = (
electron_rate
/ 10**(gain / 10)
/ 10**(gain / 20) # originally 10, testing out at 20
/ QE
/ solid_angle
/ exposure_time
......
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