diff --git a/CBP/v1/_init.yaml b/CBP/v1/_init.yaml index 75b2538..39cd966 100644 --- a/CBP/v1/_init.yaml +++ b/CBP/v1/_init.yaml @@ -17,3 +17,4 @@ mask5: rotation: 150 encoder_tolerance: 0.1 focus_crosstalk: 0.4 + diff --git a/CBP/v1/_summit.yaml b/CBP/v1/_summit.yaml new file mode 100644 index 0000000..50e98f8 --- /dev/null +++ b/CBP/v1/_summit.yaml @@ -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 + diff --git a/CBP/v1/_tucson.yaml b/CBP/v1/_tucson.yaml new file mode 100644 index 0000000..1f7dbaa --- /dev/null +++ b/CBP/v1/_tucson.yaml @@ -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 + diff --git a/LEDProjector/v1/_init.yaml b/LEDProjector/v1/_init.yaml index f852ee8..9c932aa 100644 --- a/LEDProjector/v1/_init.yaml +++ b/LEDProjector/v1/_init.yaml @@ -7,3 +7,4 @@ topics: led_names: [M375L4] channel_names: [FIO7] location: local_network + diff --git a/LEDProjector/v1/_summit.yaml b/LEDProjector/v1/_summit.yaml new file mode 100644 index 0000000..24e6085 --- /dev/null +++ b/LEDProjector/v1/_summit.yaml @@ -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 + diff --git a/LEDProjector/v1/_tucson.yaml b/LEDProjector/v1/_tucson.yaml index c51a76d..390a395 100644 --- a/LEDProjector/v1/_tucson.yaml +++ b/LEDProjector/v1/_tucson.yaml @@ -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 +