Skip to content
Snippets Groups Projects
Commit d66e65d9 authored by camera computer's avatar camera computer
Browse files

tweak small parameters

parent e8ada7ba
No related branches found
No related tags found
No related merge requests found
...@@ -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 = 23.0 # power for imaging; dBm p_image = 27.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=[840, 647, 40, 40] # others roi=[837, 652, 40, 40] # others
) )
self.cam.disconnect() self.cam.disconnect()
......
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