Skip to content
Snippets Groups Projects
Commit c6f6ecda authored by Yb Tweezer's avatar Yb Tweezer
Browse files

usual parameter adjustment

parent 41cb812d
No related branches found
No related tags found
No related merge requests found
...@@ -30,8 +30,8 @@ flir_config = dict( ...@@ -30,8 +30,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 = False # include a background shot in frame capture take_background = True # 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
...@@ -69,9 +69,9 @@ tau_andor = +0e-3 # EMCCD post-tof image time rel. to end of tof; s ...@@ -69,9 +69,9 @@ tau_andor = +0e-3 # EMCCD post-tof image time rel. to end of tof; s
B_blue = int(441815) # blue MOT gradient setting B_blue = int(441815) # blue MOT gradient setting
B_green = int(55227) # green MOT gradient setting; 174: 48600 B_green = int(55227) # green MOT gradient setting; 174: 48600
B_comp = 1.8 # compression ramp endpoint multiplier (= B_comp * B_green) B_comp = 1.8 # compression ramp endpoint multiplier (= B_comp * B_green)
shim_fb = +1.255 # front/back shim; 174: 1.2 shim_fb = +1.200 # front/back shim; 174: 1.2
shim_lr = +0.165 # left/right shim; 174: -0.2 shim_lr = +0.125 # left/right shim; 174: -0.2
shim_ud = +0.565 # up/down shim; 174: 0.4 shim_ud = +0.580 # up/down shim; 174: 0.4
# CMOT AOM settings # CMOT AOM settings
f_freqpow = 90.0 # start of frequency ramp; MHz f_freqpow = 90.0 # start of frequency ramp; MHz
......
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