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
75dfc105
Commit
75dfc105
authored
Apr 06, 2022
by
camera computer
Browse files
usual parameter adjustment
parent
de1a9e22
Changes
1
Hide whitespace changes
Inline
Side-by-side
daily_camera.py
View file @
75dfc105
...
...
@@ -33,8 +33,8 @@ flir_config = dict(
# add a comment for any literal numbers used
## GLOBAL PARAMETERS
reps
=
1
# repeat shots for statistics
take_background
=
Fals
e
# include a background shot in frame capture
reps
=
5
# repeat shots for statistics
take_background
=
Tru
e
# include a background shot in frame capture
flir_prerelease
=
True
# use the Flir to take a pre-release image
probe_image
=
True
# use the probe beams for recapture imaging, else CMOT beams
...
...
@@ -145,7 +145,7 @@ class DailyMeasurement(Controller):
),
timeout
=
10
,
# s
# roi=[780, 592, 200, 200] # blue MOT imaging
roi
=
[
8
35
,
647
,
40
,
40
]
# others
roi
=
[
8
40
,
647
,
40
,
40
]
# others
)
self
.
cam
.
disconnect
()
...
...
@@ -228,8 +228,8 @@ class DailyMeasurement(Controller):
debug
=
True
,
mot_number_params
=
{
# for post-release image
# from measurement on 03.21.22
"intensity_parameter"
:
2.0
*
17.25
*
10
**
(
p_freqpow_end
/
10.0
),
# CMOT beams
#
"intensity_parameter": 2.0 * 129.14 * 10**((p_image - 23.0) / 10.0), # probe beams
#
"intensity_parameter": 2.0 * 17.25 * 10**(p_freqpow_end / 10.0), # CMOT beams
"intensity_parameter"
:
2.0
*
129.14
*
10
**
((
p_image
-
23.0
)
/
10.0
),
# probe beams
"detuning"
:
abs
(
f_image0
-
freespace_res
)
*
1e6
*
2.0
*
np
.
pi
,
},
N_det_peaks
=
4
,
...
...
Write
Preview
Supports
Markdown
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