Skip to content

Commit c3a514f

Browse files
Remove pilatus from zebra mapping
1 parent 96eac54 commit c3a514f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/dodal/beamlines/i02_1.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@
3333
DAQ_CONFIGURATION_PATH = "/dls_sw/i02-1/software/daq_configuration"
3434

3535
I02_1_ZEBRA_MAPPING = ZebraMapping(
36-
outputs=ZebraTTLOutputs(
37-
TTL_EIGER=2, TTL_XSPRESS3=3, TTL_FAST_SHUTTER=1, TTL_PILATUS=2
38-
),
36+
outputs=ZebraTTLOutputs(TTL_EIGER=2, TTL_XSPRESS3=3, TTL_FAST_SHUTTER=1),
3937
sources=ZebraSources(),
4038
)
4139

0 commit comments

Comments
 (0)