dls-dodal 1.61.0__py3-none-any.whl → 1.63.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {dls_dodal-1.61.0.dist-info → dls_dodal-1.63.0.dist-info}/METADATA +1 -1
- {dls_dodal-1.61.0.dist-info → dls_dodal-1.63.0.dist-info}/RECORD +81 -73
- dls_dodal-1.63.0.dist-info/entry_points.txt +3 -0
- dodal/_version.py +2 -2
- dodal/beamlines/__init__.py +1 -0
- dodal/beamlines/adsim.py +5 -3
- dodal/beamlines/b21.py +3 -1
- dodal/beamlines/i02_2.py +32 -0
- dodal/beamlines/i03.py +9 -0
- dodal/beamlines/i04.py +1 -1
- dodal/beamlines/i09.py +10 -3
- dodal/beamlines/i09_1.py +9 -3
- dodal/beamlines/i10.py +7 -69
- dodal/beamlines/i10_1.py +35 -0
- dodal/beamlines/i10_optics.py +205 -0
- dodal/beamlines/i15_1.py +5 -5
- dodal/beamlines/i17.py +50 -1
- dodal/beamlines/i18.py +15 -9
- dodal/beamlines/i19_1.py +3 -3
- dodal/beamlines/i19_2.py +12 -2
- dodal/beamlines/i19_optics.py +4 -1
- dodal/beamlines/i24.py +3 -3
- dodal/cli.py +4 -4
- dodal/common/visit.py +4 -4
- dodal/devices/aperturescatterguard.py +6 -4
- dodal/devices/apple2_undulator.py +211 -114
- dodal/devices/attenuator/filter_selections.py +6 -6
- dodal/devices/common_dcm.py +62 -15
- dodal/devices/controllers.py +8 -6
- dodal/devices/current_amplifiers/femto.py +4 -4
- dodal/devices/current_amplifiers/sr570.py +3 -3
- dodal/devices/fast_grid_scan.py +97 -21
- dodal/devices/fast_shutter.py +69 -0
- dodal/devices/i02_1/fast_grid_scan.py +1 -1
- dodal/devices/i02_2/__init__.py +0 -0
- dodal/devices/i03/dcm.py +4 -2
- dodal/devices/i04/murko_results.py +35 -14
- dodal/devices/i09/__init__.py +1 -2
- dodal/devices/i10/__init__.py +29 -0
- dodal/devices/i10/diagnostics.py +37 -5
- dodal/devices/i10/i10_apple2.py +125 -229
- dodal/devices/i10/slits.py +38 -6
- dodal/devices/i15/dcm.py +6 -44
- dodal/devices/i17/__init__.py +0 -0
- dodal/devices/i17/i17_apple2.py +51 -0
- dodal/devices/i19/access_controlled/__init__.py +0 -0
- dodal/devices/i19/{shutter.py → access_controlled/shutter.py} +7 -4
- dodal/devices/i19/mapt_configuration.py +38 -0
- dodal/devices/i19/pin_col_stages.py +170 -0
- dodal/devices/i22/dcm.py +2 -2
- dodal/devices/i24/dcm.py +2 -2
- dodal/devices/oav/oav_detector.py +1 -1
- dodal/devices/oav/oav_parameters.py +4 -4
- dodal/devices/oav/oav_to_redis_forwarder.py +4 -4
- dodal/devices/oav/pin_image_recognition/__init__.py +3 -3
- dodal/devices/oav/pin_image_recognition/utils.py +1 -1
- dodal/devices/oav/snapshots/snapshot.py +1 -1
- dodal/devices/oav/snapshots/snapshot_image_processing.py +12 -12
- dodal/devices/oav/snapshots/snapshot_with_grid.py +1 -1
- dodal/devices/oav/utils.py +2 -2
- dodal/devices/pgm.py +3 -3
- dodal/devices/robot.py +5 -5
- dodal/devices/tetramm.py +9 -5
- dodal/devices/thawer.py +0 -4
- dodal/devices/v2f.py +2 -2
- dodal/devices/zebra/zebra_constants_mapping.py +2 -2
- dodal/devices/zocalo/__init__.py +4 -4
- dodal/devices/zocalo/zocalo_results.py +4 -4
- dodal/log.py +9 -9
- dodal/plan_stubs/motor_utils.py +4 -4
- dodal/plans/configure_arm_trigger_and_disarm_detector.py +29 -7
- dodal/plans/save_panda.py +7 -7
- dodal/plans/verify_undulator_gap.py +2 -2
- dls_dodal-1.61.0.dist-info/entry_points.txt +0 -3
- dodal/beamlines/i10-1.py +0 -25
- dodal/devices/i09/dcm.py +0 -26
- {dls_dodal-1.61.0.dist-info → dls_dodal-1.63.0.dist-info}/WHEEL +0 -0
- {dls_dodal-1.61.0.dist-info → dls_dodal-1.63.0.dist-info}/licenses/LICENSE +0 -0
- {dls_dodal-1.61.0.dist-info → dls_dodal-1.63.0.dist-info}/top_level.txt +0 -0
- /dodal/devices/areadetector/plugins/{CAM.py → cam.py} +0 -0
- /dodal/devices/areadetector/plugins/{MJPG.py → mjpg.py} +0 -0
- /dodal/devices/i18/{KBMirror.py → kb_mirror.py} +0 -0
- /dodal/devices/i19/{blueapi_device.py → access_controlled/blueapi_device.py} +0 -0
- /dodal/devices/i19/{hutch_access.py → access_controlled/hutch_access.py} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dls-dodal
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.63.0
|
|
4
4
|
Summary: Ophyd devices and other utils that could be used across DLS beamlines
|
|
5
5
|
Author-email: Dominic Oram <dominic.oram@diamond.ac.uk>, Joseph Ware <joseph.ware@diamond.ac.uk>, Oliver Silvester <Oliver.Silvester@diamond.ac.uk>, Noemi Frisina <noemi.frisina@diamond.ac.uk>
|
|
6
6
|
License: Apache License
|
|
@@ -1,47 +1,49 @@
|
|
|
1
|
-
dls_dodal-1.
|
|
1
|
+
dls_dodal-1.63.0.dist-info/licenses/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
|
|
2
2
|
dodal/__init__.py,sha256=Ksms_WJF8LTkbm38gEpm1jBpGqcQ8NGvmb2ZJlOE1j8,198
|
|
3
3
|
dodal/__main__.py,sha256=kP2S2RPitnOWpNGokjZ1Yq-1umOtp5sNOZk2B3tBPLM,111
|
|
4
|
-
dodal/_version.py,sha256=
|
|
5
|
-
dodal/cli.py,sha256=
|
|
6
|
-
dodal/log.py,sha256=
|
|
4
|
+
dodal/_version.py,sha256=Tsj3Gv5EK3mUIrqNTysAbLuokwxjHkq88TyXB8FbM30,706
|
|
5
|
+
dodal/cli.py,sha256=HzGJEnFzAPRiCTLVXu8R2PP4q2C-kbPsGDbcid9oEMU,4184
|
|
6
|
+
dodal/log.py,sha256=UckmmyY_SdZePyi5lHnjh-DVw6qvnat3ANa_5-y80Og,9877
|
|
7
7
|
dodal/utils.py,sha256=abGitd4FLpLnmckF7lUqOKYUL88r5Ex_NGSVgO4gOf4,19305
|
|
8
8
|
dodal/beamline_specific_utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
9
|
dodal/beamline_specific_utils/i03.py,sha256=P6Ls4FoVtcacH0RJM3v6ZwwGx27oMppcBdW0la-ohTY,377
|
|
10
10
|
dodal/beamline_specific_utils/i05_shared.py,sha256=EsgNlOPq9iRbKv7FinR__gCEwp1S2DRclJdklmBpaxo,336
|
|
11
11
|
dodal/beamlines/README.md,sha256=K9MkL_GomxlsoTB7Mz-_dJA5NNSbmCfMiutchGg3C8o,404
|
|
12
|
-
dodal/beamlines/__init__.py,sha256=
|
|
13
|
-
dodal/beamlines/adsim.py,sha256=
|
|
12
|
+
dodal/beamlines/__init__.py,sha256=kVmxHMi9W1MkrOsVxBK7N1DBFGDrWv4FH1m8_nRxwzo,3242
|
|
13
|
+
dodal/beamlines/adsim.py,sha256=1ciucMo1oNYeKarIeBbqlQjZrVN2viyNrDz8dHw5QxY,2153
|
|
14
14
|
dodal/beamlines/aithre.py,sha256=IoRO5szytOtdkLLEtwYwLl4TLhMllyG6l9A2G1r7Yic,994
|
|
15
15
|
dodal/beamlines/b01_1.py,sha256=c82X3HXysBK0s2_JxJkEg1HPXBNewP_OR_DXBU4izzc,2829
|
|
16
16
|
dodal/beamlines/b07.py,sha256=xmnAJf8pnOfMwqRo16AVaF6Pf79_St5TJ-0Ll1gXM08,1336
|
|
17
17
|
dodal/beamlines/b07_1.py,sha256=nayXnkEGt2fgPt0GX665QJNbQcI9FiCsyEuDR2QNO18,1543
|
|
18
18
|
dodal/beamlines/b16.py,sha256=rK00hEj8KLGNkLZr9omAuoMz_DyLN9rK4eUQssETR9E,1703
|
|
19
19
|
dodal/beamlines/b18.py,sha256=ryxrGtcCdwoFgZ8ljWYgr1g9gKvoA7nxkARVxl1IE78,1189
|
|
20
|
-
dodal/beamlines/b21.py,sha256=
|
|
20
|
+
dodal/beamlines/b21.py,sha256=KGPoUogtu5XutVSGZ8LiQgIHOyWbW_9KAt23TetKTHc,3873
|
|
21
21
|
dodal/beamlines/i02_1.py,sha256=SwRm9v1U6CiT0fwLbSTECbJ6OF1BPEx4TJ0cEReuGZA,4017
|
|
22
|
-
dodal/beamlines/
|
|
23
|
-
dodal/beamlines/
|
|
22
|
+
dodal/beamlines/i02_2.py,sha256=Jkghwv1Y5i0VUR2NZZ7hoiK9Ii8O-rIECDoKLX9AKi0,1169
|
|
23
|
+
dodal/beamlines/i03.py,sha256=-CkU60NXyXVjTjDqwkSWugu6MbG4r8mkwF6ax7WVP-I,16561
|
|
24
|
+
dodal/beamlines/i04.py,sha256=QyprATHFxnw_cP2gak1i2_ywj-i26vrGlvOYM6RmyTY,13758
|
|
24
25
|
dodal/beamlines/i05.py,sha256=v4QKd8-neh4Og205oovm6NDRnAU6Oktu1WrxalXsI40,656
|
|
25
26
|
dodal/beamlines/i05_1.py,sha256=R6JFFg8Bj-Izw355mx3mOd4IDvJb5ipB4p7_S0I_4Z0,670
|
|
26
|
-
dodal/beamlines/i09.py,sha256=
|
|
27
|
-
dodal/beamlines/i09_1.py,sha256=
|
|
27
|
+
dodal/beamlines/i09.py,sha256=VYr-cPmaSoLs0dkuP9jDBtiP-lunuggQVpIEziJG9ZM,1839
|
|
28
|
+
dodal/beamlines/i09_1.py,sha256=5GLvhiaSmbHOvAx4pyuE82Y4seizz9hIAC9tReGKWho,1521
|
|
28
29
|
dodal/beamlines/i09_2.py,sha256=lyYO1rOaIsXNuVOL39Psh-8jQjkhQBXEQMpbXa-Zcw0,713
|
|
29
|
-
dodal/beamlines/i10
|
|
30
|
-
dodal/beamlines/
|
|
30
|
+
dodal/beamlines/i10.py,sha256=LC0ii13rVyZj1ziatBAyRoyuutdyyTCkpSvICGv4IGY,4059
|
|
31
|
+
dodal/beamlines/i10_1.py,sha256=FxnWjr1u55XgIvnuyTfknnj-xPMNJOAtxObq1y9k518,1062
|
|
32
|
+
dodal/beamlines/i10_optics.py,sha256=5g7Xx_NwVshy-KiJ8fyDH6e69Q9I2Wlk9AuUvCgcQGU,5508
|
|
31
33
|
dodal/beamlines/i11.py,sha256=hzW5Lh74zDzUD0vqXQzekoFVWDp8qEIc0OPRm0Qepqs,3643
|
|
32
34
|
dodal/beamlines/i13_1.py,sha256=VYVqMN8-njy7YSI08gskRccT-K2paRC9edAx0ah-Cwo,1602
|
|
33
35
|
dodal/beamlines/i15.py,sha256=lmUhh1jt5CtD4P_BzkwNufu814aT3uaQlLyDMY_B5AE,5725
|
|
34
|
-
dodal/beamlines/i15_1.py,sha256=
|
|
35
|
-
dodal/beamlines/i17.py,sha256=
|
|
36
|
-
dodal/beamlines/i18.py,sha256=
|
|
37
|
-
dodal/beamlines/i19_1.py,sha256=
|
|
38
|
-
dodal/beamlines/i19_2.py,sha256=
|
|
39
|
-
dodal/beamlines/i19_optics.py,sha256=
|
|
36
|
+
dodal/beamlines/i15_1.py,sha256=EKg6BCr3wpHxdmG23kSTZYcNnGQxZbkzzulBLwz_Kew,3903
|
|
37
|
+
dodal/beamlines/i17.py,sha256=A3flivdYV-XH5mjTab5t9gp9YKUY-2C9Bk2cpgYxh2o,2361
|
|
38
|
+
dodal/beamlines/i18.py,sha256=JAGk4Z1Q0fFHIClWDGGQSKcIhZZ14oKF6gyCC-Xspe0,3741
|
|
39
|
+
dodal/beamlines/i19_1.py,sha256=4-jU-JiF1J_aunoMW5GsHXE-R2l1xaXxmPH_89_D3IM,3093
|
|
40
|
+
dodal/beamlines/i19_2.py,sha256=8dehUVBjOe_jHBP_il-RZpMc8hZsPWHx9aE_zYCRJ4s,3630
|
|
41
|
+
dodal/beamlines/i19_optics.py,sha256=fNdAFRJYFA045l4giGI3V68qijDFE1C8gdvD6fncAio,1181
|
|
40
42
|
dodal/beamlines/i20_1.py,sha256=Zsr1lsH7ySbOgK7RhMVMWzNWZAV-fuYW0iAjSEJZicY,2625
|
|
41
43
|
dodal/beamlines/i21.py,sha256=5v6iiTlY4kWlWvQ_uNidJSotvkdNF3qdjR49l7sIYPc,728
|
|
42
44
|
dodal/beamlines/i22.py,sha256=3WYXequNzEkGIMEFgnI5axIYTH_kNcENVmoTj1mvyyI,8426
|
|
43
45
|
dodal/beamlines/i23.py,sha256=ZXvPEiMA4mPbRTXOxvL1NcoVWDg4Deyl8k57cveDg90,3060
|
|
44
|
-
dodal/beamlines/i24.py,sha256=
|
|
46
|
+
dodal/beamlines/i24.py,sha256=0ZjJCUYIUWIQTPrXFqKviiTCZiyuJh4MkmqMYd9JZ9o,7454
|
|
45
47
|
dodal/beamlines/k07.py,sha256=ri5WoOdnVA9O1ZoDnIznxX_si5KxUBDkX0XYPWTaE_w,916
|
|
46
48
|
dodal/beamlines/k11.py,sha256=sBOl-MLk7FMo10KFykuK5aLqH1zyW4FnI0XXmtQhUfg,978
|
|
47
49
|
dodal/beamlines/p38.py,sha256=lxFGzmQhth0JhOFbTrZd9LEbUgvKmQdMtiHDW6UJgDs,5763
|
|
@@ -58,7 +60,7 @@ dodal/common/enums.py,sha256=Q8RSQBIHTCbhngVUKoznzvwazQ7INsT5NE0BcAgT1U0,404
|
|
|
58
60
|
dodal/common/maths.py,sha256=K9x7iL3xXLtWYTV-xlFHDNSTIL9a2UP3Ws7wr6Dm2rQ,1803
|
|
59
61
|
dodal/common/types.py,sha256=fkL7UOwDbe3v2_VJ5f1W5RxR98Wx-Ra-LxUZWkNDtls,486
|
|
60
62
|
dodal/common/udc_directory_provider.py,sha256=v5OBaCUwjtQZAsRQUw6LlVL58UvwwDO1l2MKlilXjdk,2403
|
|
61
|
-
dodal/common/visit.py,sha256=
|
|
63
|
+
dodal/common/visit.py,sha256=0KxiIYJolSewuTn9Av-B4NxU2WpQo2l1-WmAO741Du8,5826
|
|
62
64
|
dodal/common/watcher_utils.py,sha256=nfBaYh9DPsT0x2JS5x8_e4rVl9bjdPmMqwIQUXuoYac,3168
|
|
63
65
|
dodal/common/beamlines/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
64
66
|
dodal/common/beamlines/beamline_parameters.py,sha256=nYTy5TDYegvon6iNCxf7Uez3hbdu9GCoLUmJhRO1qhE,2665
|
|
@@ -67,20 +69,21 @@ dodal/common/beamlines/commissioning_mode.py,sha256=KL24Ia4IOkSxi7M4CKRRQQW0T3HU
|
|
|
67
69
|
dodal/common/beamlines/device_helpers.py,sha256=8sasAIFRDwo6ElHqLrXnpj_v7xcEg-29Zhey_e4r9u8,84
|
|
68
70
|
dodal/devices/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
69
71
|
dodal/devices/aperture.py,sha256=S7AoIoQg_kFxaQk7HUMijbm1kYkOEi2csbdj76kp1ys,427
|
|
70
|
-
dodal/devices/aperturescatterguard.py,sha256=
|
|
71
|
-
dodal/devices/apple2_undulator.py,sha256=
|
|
72
|
+
dodal/devices/aperturescatterguard.py,sha256=V3RFNq5BFeFPRK9ZEi4w2zEDpopkKvqBsdjY59PrIg0,13988
|
|
73
|
+
dodal/devices/apple2_undulator.py,sha256=WFjoKFOMxi7XHcMLpwGET1ernWQm0dzrqXMdHqEikeY,25876
|
|
72
74
|
dodal/devices/backlight.py,sha256=y40kR6N3qSFVLRaGU8CjJJpwv_hq2QALf_85fLQqras,1415
|
|
73
75
|
dodal/devices/baton.py,sha256=315I_0V73_DYYVT0PBs0luVy4CMqdPo0kLvHBi12MIU,606
|
|
74
76
|
dodal/devices/bimorph_mirror.py,sha256=OGe6aCczG0gVco4OvIRLJVxn2kw5F2QG1e06uqhFLTw,4609
|
|
75
77
|
dodal/devices/collimation_table.py,sha256=64HunSPJH-L2gZdfIj_RYdOlOuwRFEfMHfLHzu4BAKI,1681
|
|
76
|
-
dodal/devices/common_dcm.py,sha256=
|
|
77
|
-
dodal/devices/controllers.py,sha256=
|
|
78
|
+
dodal/devices/common_dcm.py,sha256=dQAWsCIbXynTbVByH4g4j4JO7NFLNP1XWUsMr0fho7E,5288
|
|
79
|
+
dodal/devices/controllers.py,sha256=W_Ras1c6xLjcOMKPSHN8Z1eCUCH-ktaah2hzQXyuFLk,652
|
|
78
80
|
dodal/devices/cryostream.py,sha256=2FxCGioEZNMHItsGm_rsnkRnHjwMUIwRMAX_x8odKIw,4678
|
|
79
81
|
dodal/devices/diamond_filter.py,sha256=hySd7HnLdplpPNvBrLddLjO_3LqgD8-99Zr__Sy_GbI,689
|
|
80
82
|
dodal/devices/eiger.py,sha256=ZKaRXF-YnYWuMW94BIg-gmdKW7JKmtMUvehF3S5XaLY,16670
|
|
81
83
|
dodal/devices/eiger_odin.py,sha256=1JoqPppTp99IZCiFOXJZB3h62xXRYKZINxTYXdLnT8c,7480
|
|
82
84
|
dodal/devices/eurotherm.py,sha256=rdLldmWYP1PZBckoya6svPy1mDxHYaa1IfMleMPGzD4,3832
|
|
83
|
-
dodal/devices/fast_grid_scan.py,sha256=
|
|
85
|
+
dodal/devices/fast_grid_scan.py,sha256=AC-SMTwbOJz_Bu6i_Ab2S66FA8ZjSvXJNayb_Uz123M,17349
|
|
86
|
+
dodal/devices/fast_shutter.py,sha256=kbHaV-cjAaKFfgEHu7fw9jEBDoJAkIa7N0XXGBZq-xs,2345
|
|
84
87
|
dodal/devices/fluorescence_detector_motion.py,sha256=hJ1M9Zs6Dlw8DDL9APh7yVePlS4tU2hnlySd16hqfwE,346
|
|
85
88
|
dodal/devices/flux.py,sha256=1CDsq9yU2-ho8MfYBl50Tl9ABZwpUBHnV486PQXKNoQ,462
|
|
86
89
|
dodal/devices/focusing_mirror.py,sha256=2UWVrY6bs6_0i-h6JJ_LAUZPX_FgMzIx04JqZafdtYU,7464
|
|
@@ -89,22 +92,22 @@ dodal/devices/ipin.py,sha256=eq5jlKw7WGQi8VLrAWpaAIsZmfiVf-5Q0td_B22H6A4,473
|
|
|
89
92
|
dodal/devices/linkam3.py,sha256=Lkw7c05XyHEEA83djfVFqz_8HN4kROCRqZwLwvHwRdA,2054
|
|
90
93
|
dodal/devices/motors.py,sha256=3exQwYqTCQsCmtBvv_H5T_Dd5KJXF4__afnR33vTNB0,7741
|
|
91
94
|
dodal/devices/p45.py,sha256=CImflt7ifaOkV20Uip3S8_fde_GlIIhD16y-54ODfHE,1390
|
|
92
|
-
dodal/devices/pgm.py,sha256=
|
|
95
|
+
dodal/devices/pgm.py,sha256=M4AfjnqIxm0-OVckYWTcisr4VTvyAw1amLooqgtKT2c,1160
|
|
93
96
|
dodal/devices/positioner.py,sha256=qf_1uYOI1whS0U5sPA3O3mlZYKrPuW3i0gEKI_q-up0,1289
|
|
94
97
|
dodal/devices/pressure_jump_cell.py,sha256=YGmllfBya7MryLg3EXS0pzBJDRs_TlgDFxt8TzAwKJQ,8734
|
|
95
98
|
dodal/devices/qbpm.py,sha256=FfrWWAHHtYv3fGRT1qljyPpAwoHJYfbooT9CfKg-oXI,465
|
|
96
|
-
dodal/devices/robot.py,sha256=
|
|
99
|
+
dodal/devices/robot.py,sha256=Tmr_gXvmL-RgKg7arS4zITkgyY6Ma2irQMhGqHYsc3Y,6998
|
|
97
100
|
dodal/devices/s4_slit_gaps.py,sha256=4KdarIQoRqX4ry3LUS1Km7fkjUFahA0VuTd2DvYEqQ8,446
|
|
98
101
|
dodal/devices/scintillator.py,sha256=JresF8SY_-t1raibzR4f0UoMXnFi-Abh3ywGm2DjhKs,3003
|
|
99
102
|
dodal/devices/slits.py,sha256=IJtipn1N5B7pH64frWcF2TFK8mTFwSYXpGt_FMGl68w,1537
|
|
100
103
|
dodal/devices/smargon.py,sha256=m3wkiyGVrFw1HSnIcV2JPvuWkflSdii-1eZxoePxSkg,5025
|
|
101
104
|
dodal/devices/status.py,sha256=hVrJS1yooQo6PRumRACoIEh-SKBUKxvBlQl-MtLFUMQ,327
|
|
102
105
|
dodal/devices/synchrotron.py,sha256=OHBrTrm4K39XE8BrE9b_Jn_ZfMRyDp9CHCwvmiV-KOc,1989
|
|
103
|
-
dodal/devices/tetramm.py,sha256=
|
|
104
|
-
dodal/devices/thawer.py,sha256=
|
|
106
|
+
dodal/devices/tetramm.py,sha256=QrS7gXB5BVkHHSqCJxYnAg2bbqnHTg0e4UZNpF9g0gE,10461
|
|
107
|
+
dodal/devices/thawer.py,sha256=Mh__Rx5XWuT7pcMF-QRWtjQuR38r4q9PrIzXMu4Nz8M,1917
|
|
105
108
|
dodal/devices/turbo_slit.py,sha256=xhcnhfbdcTYSYozogw6Li4fF4ofoPsc350rEyrRdaNE,1460
|
|
106
109
|
dodal/devices/undulator.py,sha256=SsgYvIEQUNs_zZiUPAzlw0yJPaSExdmBFltlq5ypbc8,5530
|
|
107
|
-
dodal/devices/v2f.py,sha256=
|
|
110
|
+
dodal/devices/v2f.py,sha256=d9f4w5tLxK0S8vrgD85_9W52oEE0uPf912UvLhEWxDM,1248
|
|
108
111
|
dodal/devices/watsonmarlow323_pump.py,sha256=xNwjoxW3NJIDkeDWHfb0A8Yj95_KKRXMD9AghvX-WLk,1337
|
|
109
112
|
dodal/devices/webcam.py,sha256=UAx2KF0mKi6I-mJJUb5z56MHY-Wd89-tqyPcFbouQFg,2491
|
|
110
113
|
dodal/devices/xbpm_feedback.py,sha256=HKLY3k52FPe2G-EAg8ir2LSdeUuGvhRD73ibDZ4mjH8,1418
|
|
@@ -112,13 +115,13 @@ dodal/devices/aithre_lasershaping/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeR
|
|
|
112
115
|
dodal/devices/aithre_lasershaping/goniometer.py,sha256=-2ewYMcdzB1DqP9sMpr4L1i4KeTCrGAJfngAt9-eFWw,1005
|
|
113
116
|
dodal/devices/aithre_lasershaping/laser_robot.py,sha256=vy-I1ASYflFYIUYePhT2l3l7g2iekrIFzLxA0GLmKY8,717
|
|
114
117
|
dodal/devices/areadetector/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
115
|
-
dodal/devices/areadetector/plugins/CAM.py,sha256=sZzJm5Ez3eWfXZi_EB67wluhZmMQm1UyOc2bJFfzd1U,964
|
|
116
|
-
dodal/devices/areadetector/plugins/MJPG.py,sha256=QTsxCoWbofNpLMGPoOR2hWoM33KyntuLepbF0YmX0KE,3031
|
|
117
118
|
dodal/devices/areadetector/plugins/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
119
|
+
dodal/devices/areadetector/plugins/cam.py,sha256=sZzJm5Ez3eWfXZi_EB67wluhZmMQm1UyOc2bJFfzd1U,964
|
|
120
|
+
dodal/devices/areadetector/plugins/mjpg.py,sha256=QTsxCoWbofNpLMGPoOR2hWoM33KyntuLepbF0YmX0KE,3031
|
|
118
121
|
dodal/devices/attenuator/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
119
122
|
dodal/devices/attenuator/attenuator.py,sha256=-rJYY_bHCDl8NVn3yYPytYIANiOPsz0f-3U1zBsT5pE,6246
|
|
120
123
|
dodal/devices/attenuator/filter.py,sha256=xb_8S62ktJdqdNE03PqhsfsTsQyTsRbR9CF1ksfX06M,542
|
|
121
|
-
dodal/devices/attenuator/filter_selections.py,sha256=
|
|
124
|
+
dodal/devices/attenuator/filter_selections.py,sha256=r0TsT3Cylx0wQiBoCsU0Kk8eOupj2wItX9xPUgpm6Lc,1954
|
|
122
125
|
dodal/devices/b07/__init__.py,sha256=Zw4VkH-68MLoDveswDpR-lTlzK1-IeNz2W4qtkCO3Hs,109
|
|
123
126
|
dodal/devices/b07/enums.py,sha256=GmS6YZEbFH2wEwS1Ni4VNG-2wT98v7NnCzbHqFKo5Pg,1415
|
|
124
127
|
dodal/devices/b07_1/__init__.py,sha256=yInDRarid492g7unaL8zIrWSNpRXhgsj8z7TRTRJfjI,281
|
|
@@ -129,8 +132,8 @@ dodal/devices/b16/detector.py,sha256=saI2aFBhT0oTisam5b1mlaMJTRwGT7bHbqPGBP7SDnk
|
|
|
129
132
|
dodal/devices/current_amplifiers/__init__.py,sha256=-MhT-t-GJ83rrvTDBCoWub_NKYkRtu4sEj8-y5XZBP0,782
|
|
130
133
|
dodal/devices/current_amplifiers/current_amplifier.py,sha256=erDVtstLNFVb4wdSqWwRCQX_ifPxOc07x_2Ba_8Y1Wg,2660
|
|
131
134
|
dodal/devices/current_amplifiers/current_amplifier_detector.py,sha256=YKA769KpU1V4GyYF3ckMgE8sXnaJyzRPUbBqIo7UruM,3968
|
|
132
|
-
dodal/devices/current_amplifiers/femto.py,sha256=
|
|
133
|
-
dodal/devices/current_amplifiers/sr570.py,sha256=
|
|
135
|
+
dodal/devices/current_amplifiers/femto.py,sha256=cnAs-NOHr8ShWBsuJk1b8ysL4EKyym-EK6rkJraWxpc,4488
|
|
136
|
+
dodal/devices/current_amplifiers/sr570.py,sha256=tYXFnl9IEUOpPmzJID9auJJrSn1SQvJTuz-uZS_7FK4,7575
|
|
134
137
|
dodal/devices/current_amplifiers/struck_scaler_counter.py,sha256=3xTsqOCnLwb8o_YsFGbm0PilOe8HsR4Bz_rRZMDKy-Y,2575
|
|
135
138
|
dodal/devices/detector/__init__.py,sha256=-RdACL3tzc3lLArWOoGNje48UUlv2fElOmGOz9yOuO0,317
|
|
136
139
|
dodal/devices/detector/det_dim_constants.py,sha256=arBWvzMwybatdSiCMAiwB4Bq1dX-wkLi54xPPfTfQhY,2772
|
|
@@ -160,28 +163,28 @@ dodal/devices/electron_analyser/vgscienta/driver_io.py,sha256=c1v3AOSGKp6DlVmE82
|
|
|
160
163
|
dodal/devices/electron_analyser/vgscienta/enums.py,sha256=3vmX67ExATU8clueVp_mCzw3OUQx799oZMc8gyHtMJE,205
|
|
161
164
|
dodal/devices/electron_analyser/vgscienta/region.py,sha256=6k6Eah6_I74Pi2_a0KfyMYFfwHwJbh1ndqy0fuq5o14,2184
|
|
162
165
|
dodal/devices/i02_1/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
163
|
-
dodal/devices/i02_1/fast_grid_scan.py,sha256=
|
|
166
|
+
dodal/devices/i02_1/fast_grid_scan.py,sha256=bfiumNayrISFGYqdcd3Bh6lEZvkOxrqyX_B24LYW1nU,2429
|
|
164
167
|
dodal/devices/i02_1/sample_motors.py,sha256=fAHAyeuP4hjOnYsp2x5VQNrTh8Di35ezJV1si2YmKPY,607
|
|
168
|
+
dodal/devices/i02_2/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
165
169
|
dodal/devices/i03/__init__.py,sha256=Kvukapy4a5lUQ20qaCqYCJzKNaqJn2DfXP5nKZ_Pec8,118
|
|
166
|
-
dodal/devices/i03/dcm.py,sha256=
|
|
170
|
+
dodal/devices/i03/dcm.py,sha256=qK9qcPCedjOVMvKZ0TZaWNeyt7CJRsC-Wpjy44OQf4E,2336
|
|
167
171
|
dodal/devices/i03/undulator_dcm.py,sha256=L7dr1QcwJ1SiQWkHm0a4yQVJFtPiAJQyDLEXok64Ab8,2857
|
|
168
172
|
dodal/devices/i04/__init__.py,sha256=Kvukapy4a5lUQ20qaCqYCJzKNaqJn2DfXP5nKZ_Pec8,118
|
|
169
173
|
dodal/devices/i04/constants.py,sha256=_Dw28NeXldwRYH-h6YP6OHnyj7h0z4NQs_-RysNby5Q,281
|
|
170
|
-
dodal/devices/i04/murko_results.py,sha256=
|
|
174
|
+
dodal/devices/i04/murko_results.py,sha256=6VtYDm0HXIBSyd-_v2O1G_6C1D-5fQ45FKMlNMDW--Y,9682
|
|
171
175
|
dodal/devices/i04/transfocator.py,sha256=sVI4Bgv-2-DH4-F1nIXMp5Aktevrm3agZnCA-WgjmW8,3780
|
|
172
176
|
dodal/devices/i05/__init__.py,sha256=v0Axsf-vMyLyxcbqS8lljJc0BQ5Tw8yVBTWcO3tG_4g,67
|
|
173
177
|
dodal/devices/i05/enums.py,sha256=9FHBIexkSfZSTHxUnGupravfG9sVriHcrB15jemkQOQ,191
|
|
174
|
-
dodal/devices/i09/__init__.py,sha256=
|
|
175
|
-
dodal/devices/i09/dcm.py,sha256=u0OgfZUE-eFQc-ix7iIfXERZhymAMXHP-Eifu2xWhYA,996
|
|
178
|
+
dodal/devices/i09/__init__.py,sha256=5AGY_SKtqrU7NeEbzu9ROazPD_C1fEci1LJfdcuz2VY,135
|
|
176
179
|
dodal/devices/i09/enums.py,sha256=Rfs6OgEHSSxcH2UiVmlR_5wLwxDmcHonXds0UDVRfCc,551
|
|
177
180
|
dodal/devices/i09_1/__init__.py,sha256=dTazun87AkMDXh7J8gIZYJxJth0XUs72qahJ-VvhRBI,72
|
|
178
181
|
dodal/devices/i09_1/enums.py,sha256=FwhsvKnEcm9M22U4gcAJi6FE2RaUBZH0jRjNgJUKRqc,1319
|
|
179
|
-
dodal/devices/i10/__init__.py,sha256=
|
|
180
|
-
dodal/devices/i10/diagnostics.py,sha256=
|
|
181
|
-
dodal/devices/i10/i10_apple2.py,sha256=
|
|
182
|
+
dodal/devices/i10/__init__.py,sha256=Pa7gI_ulcPO3dN2xpw6tBN1E3CpV3Lj82kmGwIVU7TA,575
|
|
183
|
+
dodal/devices/i10/diagnostics.py,sha256=ULSHpaRPVWcP-HgKAJW2rsdPoYZs_MgF6HJoPj39MwU,6339
|
|
184
|
+
dodal/devices/i10/i10_apple2.py,sha256=iJSxqbTgZREkRyXShssaMaBSfQg0dUlPtQJa6iRPGFg,15953
|
|
182
185
|
dodal/devices/i10/i10_setting_data.py,sha256=69XWgE-YNTiW7C3t67MNcTL5JDDhOo7h-X7DCTpFE5g,164
|
|
183
186
|
dodal/devices/i10/mirrors.py,sha256=Zofd0g2f3YvFi_KIHQE_w4dFZNglhmh--65tRnWLuyY,504
|
|
184
|
-
dodal/devices/i10/slits.py,sha256=
|
|
187
|
+
dodal/devices/i10/slits.py,sha256=pBstXJnA6j3ftDqei0EZyAPU--M_heqo6hm2DEOqPdc,5040
|
|
185
188
|
dodal/devices/i10/rasor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
186
189
|
dodal/devices/i10/rasor/rasor_current_amp.py,sha256=hImaPI3veKiS5YVfYwv-qrQ1AYNBjFVxG_MwTQqtkcc,2368
|
|
187
190
|
dodal/devices/i10/rasor/rasor_motors.py,sha256=yWBxsiVhbdkQzhaK1S-nUq_wVntwHgdf6T8c8f7wHUE,1327
|
|
@@ -196,28 +199,33 @@ dodal/devices/i13_1/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSu
|
|
|
196
199
|
dodal/devices/i13_1/merlin.py,sha256=mgTFSMJftRzLL-HXAUuJkOYxtyA3Rp8YX0L46JCb30Y,1019
|
|
197
200
|
dodal/devices/i13_1/merlin_controller.py,sha256=myfmByOEXyMrlJZfsjOxDHeGQVwZGfsRtzrfSy2001o,1495
|
|
198
201
|
dodal/devices/i15/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
199
|
-
dodal/devices/i15/dcm.py,sha256=
|
|
202
|
+
dodal/devices/i15/dcm.py,sha256=NvDj0zne1MFISy8xfyx3-oPT0eKVlaAn7gBrG5YfLo4,1337
|
|
200
203
|
dodal/devices/i15/focussing_mirror.py,sha256=E6T_c7M2osgHLa7u8eUfQJlXlJbZHtOp95FhP3qZ4gY,1739
|
|
201
204
|
dodal/devices/i15/jack.py,sha256=VafCNx-uqkIy0LxbBAhSm_tuC8_SbGCrnTbvQCExAzA,962
|
|
202
205
|
dodal/devices/i15/laue.py,sha256=H0nLPH8gqJejBZtZeY0lv84EaE2lqdL3CmXvT9iHhpk,496
|
|
203
206
|
dodal/devices/i15/motors.py,sha256=-kGHisSWc_zuV9m2L0mGgmiSiIZ7puLsimddk28h_7s,831
|
|
204
207
|
dodal/devices/i15/multilayer_mirror.py,sha256=qdxnn6PBAxK0MgeVUpM8Ukkq4tdX3jhjlmyU-AzzH4M,741
|
|
205
208
|
dodal/devices/i15/rail.py,sha256=9cRTRKy6uZBASMhK1wC8K_k_5FfLgHnoh9VblSOTkpQ,428
|
|
206
|
-
dodal/devices/
|
|
209
|
+
dodal/devices/i17/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
210
|
+
dodal/devices/i17/i17_apple2.py,sha256=9bjBJJ38NNUI11FPGSuTsfLufY0QrX2WGlNDiLINJGY,1530
|
|
207
211
|
dodal/devices/i18/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
208
212
|
dodal/devices/i18/diode.py,sha256=nk5kvn4LsbhczRpCwHOO0_jJTYOz7MP9qm_uvBWuv7c,1468
|
|
213
|
+
dodal/devices/i18/kb_mirror.py,sha256=W4R3TeulSjosUqAFIIznyWzje_Y2AoEf9f8N-NkisYM,710
|
|
209
214
|
dodal/devices/i19/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
210
215
|
dodal/devices/i19/backlight.py,sha256=c3F8RTessUJmJHlCWATSj-W25qlkAttb-c95eS28lKs,662
|
|
211
216
|
dodal/devices/i19/beamstop.py,sha256=JkcvkEmcC3eY3GHrvYNGqv2yDwrfgdpWKVZJWSadWW8,715
|
|
212
|
-
dodal/devices/i19/blueapi_device.py,sha256=Tsl4vsREz7FM2d-kKJK-9tGrYbyKq4SLxnMlEKIM-g8,3966
|
|
213
217
|
dodal/devices/i19/diffractometer.py,sha256=QCEi0Gko6Ja9_ec2vfdazwMspknvX63jcz8hQ2XW1xo,1182
|
|
214
|
-
dodal/devices/i19/
|
|
215
|
-
dodal/devices/i19/
|
|
218
|
+
dodal/devices/i19/mapt_configuration.py,sha256=0zUzCSDofQORdaqbgD5NU-Vuf-EljgTKfvFDRDA9IjQ,1717
|
|
219
|
+
dodal/devices/i19/pin_col_stages.py,sha256=SAdokjoTmlRcCQQSVTz4jCkBibSsKCye7s5aYtfhsfg,6691
|
|
220
|
+
dodal/devices/i19/access_controlled/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
221
|
+
dodal/devices/i19/access_controlled/blueapi_device.py,sha256=Tsl4vsREz7FM2d-kKJK-9tGrYbyKq4SLxnMlEKIM-g8,3966
|
|
222
|
+
dodal/devices/i19/access_controlled/hutch_access.py,sha256=hnClUWCL1qTYzuBMmhXX85jiNak7mbYfyHEh54tZ27U,377
|
|
223
|
+
dodal/devices/i19/access_controlled/shutter.py,sha256=HiPfTu11Do5joeVxVn2KKwRkPT_KTDqErEeMasNESq8,2189
|
|
216
224
|
dodal/devices/i20_1/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
217
225
|
dodal/devices/i21/__init__.py,sha256=1H0Ov9s8K7nu6e20WtQDH39wgSKWz2ChRVAUzytIyzQ,67
|
|
218
226
|
dodal/devices/i21/enums.py,sha256=asy90S84fBBydYwz89jNeocz04JXpbHn8ynaPzW353c,141
|
|
219
227
|
dodal/devices/i22/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
220
|
-
dodal/devices/i22/dcm.py,sha256=
|
|
228
|
+
dodal/devices/i22/dcm.py,sha256=PfDFJOQ2K3KXS2vFnTcLlwxSbsnsOVhnYbkpD-LcsAc,4551
|
|
221
229
|
dodal/devices/i22/fswitch.py,sha256=kpgegs4Wv_weBSzbrlXLXqXOOZdzTn3X9k5PlEN5F6c,2881
|
|
222
230
|
dodal/devices/i22/nxsas.py,sha256=M6hhiPmHO4WDBsFoSOhKAG_yPF6vTpLRPbB2UW3-aMs,6122
|
|
223
231
|
dodal/devices/i24/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -225,7 +233,7 @@ dodal/devices/i24/aperture.py,sha256=dlH_g7OPTBc5QRMd-ADU3_GDTKh668kkMHo4k_JxUcY
|
|
|
225
233
|
dodal/devices/i24/beam_center.py,sha256=nQyOif6JtlU_qP7kZP-8wN1ldW81MIbFUykPC1bEm70,446
|
|
226
234
|
dodal/devices/i24/beamstop.py,sha256=6tbiQLlcTlp4PCPhHJ_mlHtkv0kz5ArQ99zg9rwTnrw,1133
|
|
227
235
|
dodal/devices/i24/commissioning_jungfrau.py,sha256=i-B6Sy2braKSGYF2G7QrluPkThXHY-YiULUJRqClFok,4532
|
|
228
|
-
dodal/devices/i24/dcm.py,sha256=
|
|
236
|
+
dodal/devices/i24/dcm.py,sha256=2stTmR-Hx7azjVmMPVRu0gRDrJ-1jjKaWxFrF9IKsJc,1268
|
|
229
237
|
dodal/devices/i24/dual_backlight.py,sha256=N0R7M1mHPRmQ4fks5lGU1wrXjOvcW_ZKIXaRoC8aLDE,2084
|
|
230
238
|
dodal/devices/i24/focus_mirrors.py,sha256=DYiYLpDw8FJ1LYHxLOxE_om5qGfUo2itzskgqhmQZlg,1763
|
|
231
239
|
dodal/devices/i24/pmac.py,sha256=-HYf2HPzaqWvszp4T8TXohdp40-xmKqQq4V0mLvVri8,7028
|
|
@@ -234,18 +242,18 @@ dodal/devices/mx_phase1/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG
|
|
|
234
242
|
dodal/devices/mx_phase1/beamstop.py,sha256=GeHLqHVf3XwJSszUHuxZ2JBwQlcDiFs6jVpdHuw7snM,3127
|
|
235
243
|
dodal/devices/oav/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
236
244
|
dodal/devices/oav/oav_calculations.py,sha256=qoaNz4MAdbpu0XHAkWTQ3rebFwsWfa8JA1eerUgISjA,2367
|
|
237
|
-
dodal/devices/oav/oav_detector.py,sha256=
|
|
238
|
-
dodal/devices/oav/oav_parameters.py,sha256=
|
|
239
|
-
dodal/devices/oav/oav_to_redis_forwarder.py,sha256=
|
|
240
|
-
dodal/devices/oav/utils.py,sha256=
|
|
241
|
-
dodal/devices/oav/pin_image_recognition/__init__.py,sha256=
|
|
245
|
+
dodal/devices/oav/oav_detector.py,sha256=oQWTj_b9Oqoui_pCPzPcVbpQgxTM_0EZ9NP2JfFgMTY,6730
|
|
246
|
+
dodal/devices/oav/oav_parameters.py,sha256=CsilW2MtPS7UdOb4UGW5spUaTsDaMYTk6AMaLfpB4OE,6868
|
|
247
|
+
dodal/devices/oav/oav_to_redis_forwarder.py,sha256=2DBbooPAGZoXAjJSQ5WRQfqdHx6hjuNhJ0dmpFh2yfE,6265
|
|
248
|
+
dodal/devices/oav/utils.py,sha256=H2k7bFx7SxxY8w4PIdQoIE0gBUjqTrbeJ7gdb8VXyy8,3180
|
|
249
|
+
dodal/devices/oav/pin_image_recognition/__init__.py,sha256=3lcKiERLh6NM49SOptVEyGKnnzCz4dCmr3h5zmyYapE,6295
|
|
242
250
|
dodal/devices/oav/pin_image_recognition/manual_test.py,sha256=h1Rto6ZDCB3jWhjSy9N8ECxRN583iYDJr9LxrTJ8kfE,903
|
|
243
|
-
dodal/devices/oav/pin_image_recognition/utils.py,sha256=
|
|
251
|
+
dodal/devices/oav/pin_image_recognition/utils.py,sha256=8Pi4sfs_PX8_gclneDoqWMDNvyKJwhMXhJYnLF4_Nys,8593
|
|
244
252
|
dodal/devices/oav/snapshots/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
245
253
|
dodal/devices/oav/snapshots/grid_overlay.py,sha256=CdvCdTKMCiwMwxm2lV28KpcIUSXlscZmWxb73_KKmiI,3694
|
|
246
|
-
dodal/devices/oav/snapshots/snapshot.py,sha256=
|
|
247
|
-
dodal/devices/oav/snapshots/snapshot_image_processing.py,sha256=
|
|
248
|
-
dodal/devices/oav/snapshots/snapshot_with_grid.py,sha256=
|
|
254
|
+
dodal/devices/oav/snapshots/snapshot.py,sha256=Ksjy6B2wyxFdMyHAPSPcTVhx_UTEd_T9JDnTDMG4VJ0,499
|
|
255
|
+
dodal/devices/oav/snapshots/snapshot_image_processing.py,sha256=nNBOKX0JwBh4AJWflYueEbKEJ_tvIDa4Y5mNgS8RFv0,2318
|
|
256
|
+
dodal/devices/oav/snapshots/snapshot_with_grid.py,sha256=UrlzLOGlC2AVbPmb8kQs_MjOfXagIaidrVETnGY-4JQ,2309
|
|
249
257
|
dodal/devices/p60/__init__.py,sha256=cLrjUaHNJRtRBb1ic_LTlxIi_nH6_hZN8-5gWCt0Q6w,229
|
|
250
258
|
dodal/devices/p60/enums.py,sha256=S0dFIG4k1aI995q-SSZYfKYiXRog_SnTTOVHOtP-qug,521
|
|
251
259
|
dodal/devices/p60/lab_xray_source.py,sha256=CrvJYNspp4xgmad_VSUwaMG39L5S8sDRiD2wNrmXjEg,603
|
|
@@ -265,25 +273,25 @@ dodal/devices/xspress3/xspress3.py,sha256=OerapEy-IuK7EFz13B5z0BzBmESVl6pYUlqAWH
|
|
|
265
273
|
dodal/devices/xspress3/xspress3_channel.py,sha256=w8tAx2lz5kJ_LeJ_eb_4o--Dtt8MRijsYNgDG6oEIVg,1626
|
|
266
274
|
dodal/devices/zebra/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
267
275
|
dodal/devices/zebra/zebra.py,sha256=AxGmFIYL62arJcy8WCE2-M1llxVB3xBhum3NV7jpEUQ,9602
|
|
268
|
-
dodal/devices/zebra/zebra_constants_mapping.py,sha256=
|
|
276
|
+
dodal/devices/zebra/zebra_constants_mapping.py,sha256=12Xs_nEbnAxdUN45VNn5fmI6GuUKpcQcJwsv5mifMss,4157
|
|
269
277
|
dodal/devices/zebra/zebra_controlled_shutter.py,sha256=hrSD1oRW8BY67ub_oggjp6cvhqlRQWlXYsGtn9HBGhk,1876
|
|
270
|
-
dodal/devices/zocalo/__init__.py,sha256=
|
|
278
|
+
dodal/devices/zocalo/__init__.py,sha256=76YCA9dS0MF4AqSa-r5ss6oOgKVVjmVcbQYGtuOyeFA,498
|
|
271
279
|
dodal/devices/zocalo/zocalo_constants.py,sha256=vu7Xjz7UNEpBUWEEBxDvP4bVFkZIN6NLGfQDpWbCjH8,98
|
|
272
280
|
dodal/devices/zocalo/zocalo_interaction.py,sha256=GFukU9xqagQtVSDg5BrL23jxl1w8wjs4b4NLLqdFfpk,3584
|
|
273
|
-
dodal/devices/zocalo/zocalo_results.py,sha256=
|
|
281
|
+
dodal/devices/zocalo/zocalo_results.py,sha256=czYNpOurzBJBfl4OS0Uxpjpp09QFDtJprXyBctqPu2c,12659
|
|
274
282
|
dodal/parameters/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
275
283
|
dodal/parameters/experiment_parameter_base.py,sha256=vONep-llSqhM0OpVj3zFUxdnzRQpu9y9mPhh2HauEJE,226
|
|
276
284
|
dodal/plan_stubs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
277
285
|
dodal/plan_stubs/check_topup.py,sha256=3gyLHfHNQBCgEWuAg4QE-ONx7y2Do1vVv5HP8ss0Z1I,5371
|
|
278
286
|
dodal/plan_stubs/data_session.py,sha256=Syc6XKaN1usf7bNWOez8_vAH3byrcROqskmBrSUWa4Y,2132
|
|
279
|
-
dodal/plan_stubs/motor_utils.py,sha256=
|
|
287
|
+
dodal/plan_stubs/motor_utils.py,sha256=smYhhkSfDHQrq_UPa7Szhhyx_HlwnP_1srG0JkiDwnY,4478
|
|
280
288
|
dodal/plan_stubs/wrapped.py,sha256=kC8HH7bx3-sLYu2oieY_502tAdT2OECF8n-fqoL5Bfc,4266
|
|
281
289
|
dodal/plans/__init__.py,sha256=nH1jNxw3DzDMg9O8Uda0kqKIalRVEWBrq07OLY6Ey38,93
|
|
282
290
|
dodal/plans/bimorph.py,sha256=JxDmZDiEvZnz5f22tlaoyivpnaNGiX8kSL82qz5uvMM,11738
|
|
283
|
-
dodal/plans/configure_arm_trigger_and_disarm_detector.py,sha256=
|
|
284
|
-
dodal/plans/save_panda.py,sha256=
|
|
291
|
+
dodal/plans/configure_arm_trigger_and_disarm_detector.py,sha256=mzvno7ikEQkVfY1-vlrINxga2sOYAprRaf1LtySCfCk,6186
|
|
292
|
+
dodal/plans/save_panda.py,sha256=X-zR5GysBPp3M7ZpEYEqCUSc4nJYzHJBA44e52uQ6F4,3099
|
|
285
293
|
dodal/plans/scanspec.py,sha256=Q0AcvTKRT401iGMRDSqK-D523UX5_ofiVMZ_rNXKOx8,2074
|
|
286
|
-
dodal/plans/verify_undulator_gap.py,sha256=
|
|
294
|
+
dodal/plans/verify_undulator_gap.py,sha256=o6TcV4GtJ6HLl0ufxKbnWjwrfBzpFdWhEpHraSwC0ZQ,614
|
|
287
295
|
dodal/plans/wrapped.py,sha256=BPMw__RcWvk9v5XnhMsi9_k4KsDEbmXogzD2n1ecbUg,2098
|
|
288
296
|
dodal/plans/preprocessors/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
289
297
|
dodal/plans/preprocessors/verify_undulator_gap.py,sha256=cBZEGq8TW1jrXFXB00iClQVXSEaE_jP_rHMY9WTgYyY,1813
|
|
@@ -291,8 +299,8 @@ dodal/testing/__init__.py,sha256=AUYZKAvVOs7ZvxO1dVhL0pDTleRO34FQlO5MNe_cwgU,96
|
|
|
291
299
|
dodal/testing/setup.py,sha256=8cQnrzE5MQD4Etf0eqMarmtr-opsUOMQww-k1V7DzIQ,2442
|
|
292
300
|
dodal/testing/electron_analyser/__init__.py,sha256=-lc1opD2dCv0x678-J-ApOhHtvEvcslfOQ7E613U8-Y,118
|
|
293
301
|
dodal/testing/electron_analyser/device_factory.py,sha256=tkMY6fW3iI02DTD1XXHi4lH6sjo8RHHZBGDHSuTdmNU,2243
|
|
294
|
-
dls_dodal-1.
|
|
295
|
-
dls_dodal-1.
|
|
296
|
-
dls_dodal-1.
|
|
297
|
-
dls_dodal-1.
|
|
298
|
-
dls_dodal-1.
|
|
302
|
+
dls_dodal-1.63.0.dist-info/METADATA,sha256=nCJBYDZcn5fcAK4UligXdmoOEGp4_wTHMN2CI4oRlfw,16941
|
|
303
|
+
dls_dodal-1.63.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
304
|
+
dls_dodal-1.63.0.dist-info/entry_points.txt,sha256=0IO1Bjlnv0vJSSFdGEZ-S_pqQNkE2FnPTA6f0-aTBs8,87
|
|
305
|
+
dls_dodal-1.63.0.dist-info/top_level.txt,sha256=xIozdmZk_wmMV4wugpq9-6eZs0vgADNUKz3j2UAwlhc,6
|
|
306
|
+
dls_dodal-1.63.0.dist-info/RECORD,,
|
dodal/_version.py
CHANGED
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '1.
|
|
32
|
-
__version_tuple__ = version_tuple = (1,
|
|
31
|
+
__version__ = version = '1.63.0'
|
|
32
|
+
__version_tuple__ = version_tuple = (1, 63, 0)
|
|
33
33
|
|
|
34
34
|
__commit_id__ = commit_id = None
|
dodal/beamlines/__init__.py
CHANGED
dodal/beamlines/adsim.py
CHANGED
|
@@ -29,7 +29,9 @@ https://epics-containers.github.io/main/tutorials/launch_example.html
|
|
|
29
29
|
And ensure that the signals are visible:
|
|
30
30
|
|
|
31
31
|
```sh
|
|
32
|
-
export EPICS_CA_ADDR_LIST=127.0.0.1:
|
|
32
|
+
export EPICS_CA_ADDR_LIST=127.0.0.1:9064
|
|
33
|
+
export EPICS_CA_NAME_SERVERS=127.0.0.1:9064
|
|
34
|
+
export EPICS_PVA_NAME_SERVERS=127.0.0.1:9075
|
|
33
35
|
```
|
|
34
36
|
|
|
35
37
|
How to use the devices in a plan:
|
|
@@ -53,10 +55,10 @@ set_path_provider(
|
|
|
53
55
|
)
|
|
54
56
|
)
|
|
55
57
|
|
|
56
|
-
|
|
58
|
+
run_engine = RunEngine()
|
|
57
59
|
d = det(connect_immediately=True)
|
|
58
60
|
s = stage(connect_immediately=True)
|
|
59
|
-
|
|
61
|
+
run_engine(count([d], num=10))
|
|
60
62
|
```
|
|
61
63
|
|
|
62
64
|
"""
|
dodal/beamlines/b21.py
CHANGED
|
@@ -55,7 +55,9 @@ def mirror() -> SimpleMirror:
|
|
|
55
55
|
|
|
56
56
|
@device_factory()
|
|
57
57
|
def it() -> QDV2F:
|
|
58
|
-
return QDV2F(
|
|
58
|
+
return QDV2F(
|
|
59
|
+
prefix=f"{PREFIX.beamline_prefix}-DI-PHDGN-07:PHD1:", intensity_suffix="I"
|
|
60
|
+
)
|
|
59
61
|
|
|
60
62
|
|
|
61
63
|
@device_factory()
|
dodal/beamlines/i02_2.py
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"""Beamline i02-2 is also known as VMXi, or I02I"""
|
|
2
|
+
|
|
3
|
+
from dodal.common.beamlines.beamline_utils import (
|
|
4
|
+
device_factory,
|
|
5
|
+
)
|
|
6
|
+
from dodal.common.beamlines.beamline_utils import set_beamline as set_utils_beamline
|
|
7
|
+
from dodal.devices.motors import XYStage
|
|
8
|
+
from dodal.devices.synchrotron import Synchrotron
|
|
9
|
+
from dodal.log import set_beamline as set_log_beamline
|
|
10
|
+
from dodal.utils import BeamlinePrefix, get_beamline_name
|
|
11
|
+
|
|
12
|
+
BL = get_beamline_name("i02-2")
|
|
13
|
+
PREFIX = BeamlinePrefix(BL, suffix="I")
|
|
14
|
+
set_log_beamline(BL)
|
|
15
|
+
set_utils_beamline(BL)
|
|
16
|
+
DAQ_CONFIGURATION_PATH = "/dls_sw/i02-2/software/daq_configuration"
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
@device_factory()
|
|
20
|
+
def synchrotron() -> Synchrotron:
|
|
21
|
+
"""Get the i02-2 synchrotron device, instantiate it if it hasn't already been.
|
|
22
|
+
If this is called when already instantiated in i02-2, it will return the existing object.
|
|
23
|
+
"""
|
|
24
|
+
return Synchrotron()
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
@device_factory()
|
|
28
|
+
def sample_motors() -> XYStage:
|
|
29
|
+
"""Get the i02-2 goniometer device, instantiate it if it hasn't already been.
|
|
30
|
+
If this is called when already instantiated in i02-2, it will return the existing object.
|
|
31
|
+
"""
|
|
32
|
+
return XYStage(f"{PREFIX.beamline_prefix}-MO-GONIO-01:SAMPLE:")
|
dodal/beamlines/i03.py
CHANGED
|
@@ -29,6 +29,7 @@ from dodal.devices.fast_grid_scan import PandAFastGridScan, ZebraFastGridScanThr
|
|
|
29
29
|
from dodal.devices.fluorescence_detector_motion import FluorescenceDetector
|
|
30
30
|
from dodal.devices.flux import Flux
|
|
31
31
|
from dodal.devices.focusing_mirror import FocusingMirrorWithStripes, MirrorVoltages
|
|
32
|
+
from dodal.devices.hutch_shutter import HutchShutter
|
|
32
33
|
from dodal.devices.i03 import Beamstop
|
|
33
34
|
from dodal.devices.i03.dcm import DCM
|
|
34
35
|
from dodal.devices.i03.undulator_dcm import UndulatorDCM
|
|
@@ -323,6 +324,14 @@ def sample_shutter() -> ZebraShutter:
|
|
|
323
324
|
return ZebraShutter(f"{PREFIX.beamline_prefix}-EA-SHTR-01:")
|
|
324
325
|
|
|
325
326
|
|
|
327
|
+
@device_factory()
|
|
328
|
+
def hutch_shutter() -> HutchShutter:
|
|
329
|
+
"""Get the i03 hutch shutter device, instantiate it if it hasn't already been.
|
|
330
|
+
If this is called when already instantiated in i03, it will return the existing object.
|
|
331
|
+
"""
|
|
332
|
+
return HutchShutter(f"{PREFIX.beamline_prefix}-PS-SHTR-01:")
|
|
333
|
+
|
|
334
|
+
|
|
326
335
|
@device_factory()
|
|
327
336
|
def flux() -> Flux:
|
|
328
337
|
"""Get the i03 flux device, instantiate it if it hasn't already been.
|
dodal/beamlines/i04.py
CHANGED
|
@@ -234,7 +234,7 @@ def undulator() -> Undulator:
|
|
|
234
234
|
"""
|
|
235
235
|
return Undulator(
|
|
236
236
|
prefix=f"{PREFIX.insertion_prefix}-MO-SERVC-01:",
|
|
237
|
-
id_gap_lookup_table_path="/dls_sw/i04/software/
|
|
237
|
+
id_gap_lookup_table_path="/dls_sw/i04/software/daq_configuration/lookup/BeamLine_Undulator_toGap.txt",
|
|
238
238
|
)
|
|
239
239
|
|
|
240
240
|
|
dodal/beamlines/i09.py
CHANGED
|
@@ -2,9 +2,14 @@ from dodal.common.beamlines.beamline_utils import (
|
|
|
2
2
|
device_factory,
|
|
3
3
|
)
|
|
4
4
|
from dodal.common.beamlines.beamline_utils import set_beamline as set_utils_beamline
|
|
5
|
+
from dodal.devices.common_dcm import (
|
|
6
|
+
DoubleCrystalMonochromatorWithDSpacing,
|
|
7
|
+
PitchAndRollCrystal,
|
|
8
|
+
StationaryCrystal,
|
|
9
|
+
)
|
|
5
10
|
from dodal.devices.electron_analyser import DualEnergySource
|
|
6
11
|
from dodal.devices.electron_analyser.vgscienta import VGScientaDetector
|
|
7
|
-
from dodal.devices.i09 import
|
|
12
|
+
from dodal.devices.i09 import Grating, LensMode, PassEnergy, PsuMode
|
|
8
13
|
from dodal.devices.pgm import PGM
|
|
9
14
|
from dodal.devices.synchrotron import Synchrotron
|
|
10
15
|
from dodal.log import set_beamline as set_log_beamline
|
|
@@ -30,8 +35,10 @@ def pgm() -> PGM:
|
|
|
30
35
|
|
|
31
36
|
|
|
32
37
|
@device_factory()
|
|
33
|
-
def dcm() ->
|
|
34
|
-
return
|
|
38
|
+
def dcm() -> DoubleCrystalMonochromatorWithDSpacing:
|
|
39
|
+
return DoubleCrystalMonochromatorWithDSpacing(
|
|
40
|
+
f"{PREFIX.beamline_prefix}-MO-DCM-01:", PitchAndRollCrystal, StationaryCrystal
|
|
41
|
+
)
|
|
35
42
|
|
|
36
43
|
|
|
37
44
|
@device_factory()
|
dodal/beamlines/i09_1.py
CHANGED
|
@@ -2,9 +2,13 @@ from dodal.common.beamlines.beamline_utils import (
|
|
|
2
2
|
device_factory,
|
|
3
3
|
)
|
|
4
4
|
from dodal.common.beamlines.beamline_utils import set_beamline as set_utils_beamline
|
|
5
|
+
from dodal.devices.common_dcm import (
|
|
6
|
+
DoubleCrystalMonochromatorWithDSpacing,
|
|
7
|
+
PitchAndRollCrystal,
|
|
8
|
+
StationaryCrystal,
|
|
9
|
+
)
|
|
5
10
|
from dodal.devices.electron_analyser import EnergySource
|
|
6
11
|
from dodal.devices.electron_analyser.specs import SpecsDetector
|
|
7
|
-
from dodal.devices.i09.dcm import DCM
|
|
8
12
|
from dodal.devices.i09_1 import LensMode, PsuMode
|
|
9
13
|
from dodal.devices.synchrotron import Synchrotron
|
|
10
14
|
from dodal.log import set_beamline as set_log_beamline
|
|
@@ -22,8 +26,10 @@ def synchrotron() -> Synchrotron:
|
|
|
22
26
|
|
|
23
27
|
|
|
24
28
|
@device_factory()
|
|
25
|
-
def dcm() ->
|
|
26
|
-
return
|
|
29
|
+
def dcm() -> DoubleCrystalMonochromatorWithDSpacing:
|
|
30
|
+
return DoubleCrystalMonochromatorWithDSpacing(
|
|
31
|
+
f"{PREFIX.beamline_prefix}-MO-DCM-01:", PitchAndRollCrystal, StationaryCrystal
|
|
32
|
+
)
|
|
27
33
|
|
|
28
34
|
|
|
29
35
|
@device_factory()
|