Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
experiment-control
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
whuie2
experiment-control
Commits
75dfc105
Commit
75dfc105
authored
3 years ago
by
camera computer
Browse files
Options
Downloads
Patches
Plain Diff
usual parameter adjustment
parent
de1a9e22
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
daily_camera.py
+5
-5
5 additions, 5 deletions
daily_camera.py
with
5 additions
and
5 deletions
daily_camera.py
+
5
−
5
View file @
75dfc105
...
@@ -33,8 +33,8 @@ flir_config = dict(
...
@@ -33,8 +33,8 @@ flir_config = dict(
# add a comment for any literal numbers used
# add a comment for any literal numbers used
## GLOBAL PARAMETERS
## GLOBAL PARAMETERS
reps
=
1
# repeat shots for statistics
reps
=
5
# repeat shots for statistics
take_background
=
Fals
e
# include a background shot in frame capture
take_background
=
Tru
e
# include a background shot in frame capture
flir_prerelease
=
True
# use the Flir to take a pre-release image
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
probe_image
=
True
# use the probe beams for recapture imaging, else CMOT beams
...
@@ -145,7 +145,7 @@ class DailyMeasurement(Controller):
...
@@ -145,7 +145,7 @@ class DailyMeasurement(Controller):
),
),
timeout
=
10
,
# s
timeout
=
10
,
# s
# roi=[780, 592, 200, 200] # blue MOT imaging
# 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
()
self
.
cam
.
disconnect
()
...
@@ -228,8 +228,8 @@ class DailyMeasurement(Controller):
...
@@ -228,8 +228,8 @@ class DailyMeasurement(Controller):
debug
=
True
,
debug
=
True
,
mot_number_params
=
{
# for post-release image
mot_number_params
=
{
# for post-release image
# from measurement on 03.21.22
# from measurement on 03.21.22
"
intensity_parameter
"
:
2.0
*
17.25
*
10
**
(
p_freqpow_end
/
10.0
),
# CMOT 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
"
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
,
"
detuning
"
:
abs
(
f_image0
-
freespace_res
)
*
1e6
*
2.0
*
np
.
pi
,
},
},
N_det_peaks
=
4
,
N_det_peaks
=
4
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment