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

different data home directory; add green MOT shutter

parent 0e6dc676
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ from lib.mogdriver import MOGDriver ...@@ -10,7 +10,7 @@ from lib.mogdriver import MOGDriver
from lib.dataio import DataPaths from lib.dataio import DataPaths
import pathlib import pathlib
DATA_HOME = pathlib.Path(r"C:\Users\EW\University of Illinois - Urbana\Covey Lab - Documents\Data") DATA_HOME = pathlib.Path(r"C:\Users\EW\Documents\Data")
DATADIRS = DataPaths( DATADIRS = DataPaths(
home = DATA_HOME, home = DATA_HOME,
absorption_imaging = DATA_HOME.joinpath("absorption imaging"), absorption_imaging = DATA_HOME.joinpath("absorption imaging"),
...@@ -40,10 +40,11 @@ CONNECTIONS = ConnectionLayout( ...@@ -40,10 +40,11 @@ CONNECTIONS = ConnectionLayout(
mot3_shims_onoff = Digital(0, 0, 0), mot3_shims_onoff = Digital(0, 0, 0),
mot3_blue_sh = Digital(1, 7, 1), mot3_blue_sh = Digital(1, 7, 1),
mot3_green_aom = Digital(0, 9, 0), mot3_green_aom = Digital(0, 9, 0),
mot3_green_sh = Digital(1, 5, 0),
push_aom = Digital(0, 3, 1), push_aom = Digital(0, 3, 1),
push_sh = Digital(1, 3, 1), push_sh = Digital(1, 3, 1),
probe_aom = Digital(0, 5, 0), probe_aom = Digital(0, 5, 0),
probe_sh = Digital(1, 5, 0), #probe_sh = Digital(1, 5, 0),
flir_trig = Digital(3, 0, 0), flir_trig = Digital(3, 0, 0),
andor_trig = Digital(3, 4, 0), andor_trig = Digital(3, 4, 0),
andor_sh = Digital(3, 6, 0), andor_sh = Digital(3, 6, 0),
......
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