-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #512 from simonsobs/modify_for_site_wiregrid_actuator
Swap LSL/LSR/ST1 <--> LSL/LSR/ST2 for the bug fix at the site
- Loading branch information
Showing
3 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Digital IO | ||
IO_INFO = [ | ||
# Right stopper: Inside of the forebaffle interface | ||
{'name': 'STR1', 'io': 'OUT[1]', 'label': 'Right1Inside'}, | ||
# Right stopper: Outside of the forebaffle interface | ||
{'name': 'STR2', 'io': 'OUT[2]', 'label': 'Right2Outside'}, | ||
# Left stopper: Inside of the forebaffle interface | ||
{'name': 'STL1', 'io': 'OUT[3]', 'label': 'Left1Inside'}, | ||
{'name': 'STR1', 'io': 'OUT[1]', 'label': 'Right1Outside'}, | ||
# Right stopper: Inside of the forebaffle interface | ||
{'name': 'STR2', 'io': 'OUT[2]', 'label': 'Right2Inside'}, | ||
# Left stopper: Outside of the forebaffle interface | ||
{'name': 'STL2', 'io': 'OUT[4]', 'label': 'Left2Outside'}, | ||
{'name': 'STL1', 'io': 'OUT[3]', 'label': 'Left1Outside'}, | ||
# Left stopper: Inside of the forebaffle interface | ||
{'name': 'STL2', 'io': 'OUT[4]', 'label': 'Left2Inside'}, | ||
] |