Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
whuie2
experiment-control
Commits
97a2b8ae
Commit
97a2b8ae
authored
Dec 09, 2021
by
Yb Tweezer
Browse files
different data home directory; add green MOT shutter
parent
0e6dc676
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/system.py
View file @
97a2b8ae
...
...
@@ -10,7 +10,7 @@ from lib.mogdriver import MOGDriver
from
lib.dataio
import
DataPaths
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
(
home
=
DATA_HOME
,
absorption_imaging
=
DATA_HOME
.
joinpath
(
"absorption imaging"
),
...
...
@@ -40,10 +40,11 @@ CONNECTIONS = ConnectionLayout(
mot3_shims_onoff
=
Digital
(
0
,
0
,
0
),
mot3_blue_sh
=
Digital
(
1
,
7
,
1
),
mot3_green_aom
=
Digital
(
0
,
9
,
0
),
mot3_green_sh
=
Digital
(
1
,
5
,
0
),
push_aom
=
Digital
(
0
,
3
,
1
),
push_sh
=
Digital
(
1
,
3
,
1
),
probe_aom
=
Digital
(
0
,
5
,
0
),
probe_sh
=
Digital
(
1
,
5
,
0
),
#
probe_sh = Digital(1, 5, 0),
flir_trig
=
Digital
(
3
,
0
,
0
),
andor_trig
=
Digital
(
3
,
4
,
0
),
andor_sh
=
Digital
(
3
,
6
,
0
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment