Skip to content

Commit

Permalink
Merge pull request #20 from lsst-ts/tickets/DM-43768-1
Browse files Browse the repository at this point in the history
Updates to CBP and LEDProjector config files for summit
  • Loading branch information
parfa30 authored Apr 16, 2024
2 parents 7141d48 + 9e7d530 commit c29d71a
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 0 deletions.
1 change: 1 addition & 0 deletions CBP/v1/_init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ mask5:
rotation: 150
encoder_tolerance: 0.1
focus_crosstalk: 0.4

20 changes: 20 additions & 0 deletions CBP/v1/_summit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
address: cbp.cp.lsst.org
port: 9999
mask1:
name: mask 1
rotation: 360
mask2:
name: mask 2
rotation: 360
mask3:
name: mask 3
rotation: 360
mask4:
name: mask 4
rotation: 360
mask5:
name: mask 5
rotation: 360
encoder_tolerance: 0.1
focus_crosstalk: 0.4

20 changes: 20 additions & 0 deletions CBP/v1/_tucson.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
address: cbp.tu.lsst.org
port: 9999
mask1:
name: mask 1
rotation: 360
mask2:
name: mask 2
rotation: 360
mask3:
name: mask 3
rotation: 360
mask4:
name: mask 4
rotation: 360
mask5:
name: mask 5
rotation: 360
encoder_tolerance: 0.1
focus_crosstalk: 0.4

1 change: 1 addition & 0 deletions LEDProjector/v1/_init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ topics:
led_names: [M375L4]
channel_names: [FIO7]
location: local_network

8 changes: 8 additions & 0 deletions LEDProjector/v1/_summit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
identifier: flat-ledprojectorlj.cp.lsst.org
topics:
- topic_name: ledControllerItem
sensor_name: rubin_flatfield_ljm
led_names: [M385L3, M970L4, M455L4, M505L4, M565L3, M660L4, M730L5, M780LP1, M850L3, M940L3]
channel_names: [EIO0, EIO1, EIO2, EIO3, EIO4, EIO5, EIO6, EIO7, CIO0, CIO1]
location: flatfield_projector

1 change: 1 addition & 0 deletions LEDProjector/v1/_tucson.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ topics:
led_names: [M385L3, M970L4, M455L4, M505L4, M565L3, M660L4, M730L5, M780LP1, M850L3, M940L3]
channel_names: [EIO0, EIO1, EIO2, EIO3, EIO4, EIO5, EIO6, EIO7, CIO0, CIO1]
location: tucson

0 comments on commit c29d71a

Please sign in to comment.