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
95e5af73
Commit
95e5af73
authored
Dec 20, 2021
by
Yb Tweezer
Browse files
swap l/r and f/b labels to align with axial/horizontal, conceptually
parent
895f2662
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/system.py
View file @
95e5af73
...
...
@@ -17,6 +17,7 @@ DATADIRS = DataPaths(
fluorescence_imaging
=
DATA_HOME
.
joinpath
(
"fluorescence imaging"
),
mot_recapture
=
DATA_HOME
.
joinpath
(
"MOT recapture"
),
mot_transfer
=
DATA_HOME
.
joinpath
(
"MOT transfer"
),
green_shim_scan
=
DATA_HOME
.
joinpath
(
"green shim scan"
),
)
# DEPRECATED NAMES
...
...
@@ -37,8 +38,8 @@ CONNECTIONS = ConnectionLayout(
mot3_coils_cur
=
Analog
(
0
,
3.45
),
mot3_coils_vol
=
Analog
(
1
,
7.00
),
shim_coils_ud
=
Analog
(
2
,
0.00
),
shim_coils_
fb
=
Analog
(
3
,
0.00
),
shim_coils_
lr
=
Analog
(
4
,
0.00
),
shim_coils_
lr
=
Analog
(
3
,
0.00
),
shim_coils_
fb
=
Analog
(
4
,
0.00
),
mot3_coils_igbt
=
Digital
(
0
,
4
,
1
),
mot3_shims_onoff
=
Digital
(
0
,
0
,
0
),
mot3_blue_sh
=
Digital
(
1
,
7
,
1
),
...
...
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