Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
whuie2
experiment-control
Commits
8bc88ef0
Commit
8bc88ef0
authored
Dec 20, 2021
by
Yb Tweezer
Browse files
adjust gain settings for FLIR camera
parent
d0dfad2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/imaging.py
View file @
8bc88ef0
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment