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
d66e65d9
Commit
d66e65d9
authored
3 years ago
by
camera computer
Browse files
Options
Downloads
Patches
Plain Diff
tweak small parameters
parent
e8ada7ba
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
+2
-2
2 additions, 2 deletions
daily_camera.py
with
2 additions
and
2 deletions
daily_camera.py
+
2
−
2
View file @
d66e65d9
...
@@ -41,7 +41,7 @@ probe_image = True # use the probe beams for recapture imaging, else CMOT beams
...
@@ -41,7 +41,7 @@ probe_image = True # use the probe beams for recapture imaging, else CMOT beams
# CMOT AOM settings
# CMOT AOM settings
f_freqpow
=
90.0
# start of frequency ramp; MHz
f_freqpow
=
90.0
# start of frequency ramp; MHz
p_freqpow_end
=
0.0
# end of power ramp; dBm
p_freqpow_end
=
0.0
# end of power ramp; dBm
p_image
=
2
3
.0
# power for imaging; dBm
p_image
=
2
7
.0
# power for imaging; dBm
# SCANNING PARAMETERS
# SCANNING PARAMETERS
NU_FREQPOW
=
np
.
linspace
(
3.3
,
3.775
,
20
)
# ^
NU_FREQPOW
=
np
.
linspace
(
3.3
,
3.775
,
20
)
# ^
...
@@ -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
40
,
6
47
,
40
,
40
]
# others
roi
=
[
8
37
,
6
52
,
40
,
40
]
# others
)
)
self
.
cam
.
disconnect
()
self
.
cam
.
disconnect
()
...
...
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