dls-dodal 1.64.0__py3-none-any.whl → 1.66.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.64.0.dist-info → dls_dodal-1.66.0.dist-info}/METADATA +3 -4
- {dls_dodal-1.64.0.dist-info → dls_dodal-1.66.0.dist-info}/RECORD +72 -66
- dodal/_version.py +2 -2
- dodal/beamline_specific_utils/i05_shared.py +6 -3
- dodal/beamlines/aithre.py +21 -2
- dodal/beamlines/b01_1.py +1 -1
- dodal/beamlines/b07.py +6 -3
- dodal/beamlines/b07_1.py +6 -3
- dodal/beamlines/i03.py +32 -4
- dodal/beamlines/i04.py +18 -3
- dodal/beamlines/i05.py +30 -3
- dodal/beamlines/i05_1.py +2 -2
- dodal/beamlines/i06.py +62 -0
- dodal/beamlines/i07.py +20 -0
- dodal/beamlines/i09.py +3 -3
- dodal/beamlines/i09_1.py +12 -1
- dodal/beamlines/i09_2.py +6 -3
- dodal/beamlines/i10_optics.py +21 -11
- dodal/beamlines/i17.py +3 -3
- dodal/beamlines/i18.py +3 -3
- dodal/beamlines/i19_2.py +22 -0
- dodal/beamlines/i21.py +3 -3
- dodal/beamlines/i22.py +3 -20
- dodal/beamlines/k07.py +6 -3
- dodal/beamlines/p38.py +3 -3
- dodal/devices/aithre_lasershaping/goniometer.py +26 -9
- dodal/devices/aperturescatterguard.py +3 -2
- dodal/devices/apple2_undulator.py +89 -44
- dodal/devices/areadetector/plugins/mjpg.py +10 -3
- dodal/devices/beamsize/__init__.py +0 -0
- dodal/devices/beamsize/beamsize.py +6 -0
- dodal/devices/cryostream.py +21 -0
- dodal/devices/detector/det_resolution.py +4 -2
- dodal/devices/fast_grid_scan.py +14 -2
- dodal/devices/i03/beamsize.py +35 -0
- dodal/devices/i03/constants.py +7 -0
- dodal/devices/i03/undulator_dcm.py +2 -2
- dodal/devices/i04/beamsize.py +45 -0
- dodal/devices/i04/murko_results.py +36 -26
- dodal/devices/i04/transfocator.py +23 -29
- dodal/devices/i07/id.py +38 -0
- dodal/devices/i09_1_shared/__init__.py +6 -2
- dodal/devices/i09_1_shared/hard_undulator_functions.py +85 -21
- dodal/devices/i10/i10_apple2.py +22 -316
- dodal/devices/i17/i17_apple2.py +7 -4
- dodal/devices/i22/nxsas.py +5 -24
- dodal/devices/ipin.py +20 -2
- dodal/devices/motors.py +19 -3
- dodal/devices/mx_phase1/beamstop.py +31 -12
- dodal/devices/oav/oav_calculations.py +9 -4
- dodal/devices/oav/oav_detector.py +65 -7
- dodal/devices/oav/oav_parameters.py +3 -1
- dodal/devices/oav/oav_to_redis_forwarder.py +18 -15
- dodal/devices/oav/pin_image_recognition/__init__.py +5 -1
- dodal/devices/oav/pin_image_recognition/utils.py +23 -1
- dodal/devices/oav/snapshots/snapshot_with_grid.py +8 -2
- dodal/devices/oav/utils.py +16 -6
- dodal/devices/pgm.py +1 -1
- dodal/devices/robot.py +17 -7
- dodal/devices/scintillator.py +40 -14
- dodal/devices/smargon.py +2 -3
- dodal/devices/thawer.py +7 -45
- dodal/devices/undulator.py +178 -66
- dodal/devices/util/lookup_tables_apple2.py +390 -0
- dodal/plan_stubs/__init__.py +3 -0
- dodal/plans/load_panda_yaml.py +9 -0
- dodal/plans/verify_undulator_gap.py +2 -2
- dodal/testing/fixtures/run_engine.py +79 -7
- dodal/beamline_specific_utils/i03.py +0 -17
- dodal/testing/__init__.py +0 -3
- dodal/testing/setup.py +0 -67
- {dls_dodal-1.64.0.dist-info → dls_dodal-1.66.0.dist-info}/WHEEL +0 -0
- {dls_dodal-1.64.0.dist-info → dls_dodal-1.66.0.dist-info}/entry_points.txt +0 -0
- {dls_dodal-1.64.0.dist-info → dls_dodal-1.66.0.dist-info}/licenses/LICENSE +0 -0
- {dls_dodal-1.64.0.dist-info → dls_dodal-1.66.0.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dls-dodal
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.66.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
|
|
@@ -215,10 +215,9 @@ Description-Content-Type: text/markdown
|
|
|
215
215
|
License-File: LICENSE
|
|
216
216
|
Requires-Dist: click
|
|
217
217
|
Requires-Dist: ophyd
|
|
218
|
-
Requires-Dist: ophyd-async[ca,pva]>=
|
|
218
|
+
Requires-Dist: ophyd-async[ca,pva]>=v0.14.0
|
|
219
219
|
Requires-Dist: bluesky>=1.14.5
|
|
220
220
|
Requires-Dist: pyepics
|
|
221
|
-
Requires-Dist: dataclasses-json
|
|
222
221
|
Requires-Dist: pillow
|
|
223
222
|
Requires-Dist: zocalo>=1.0.0
|
|
224
223
|
Requires-Dist: requests
|
|
@@ -240,7 +239,7 @@ Requires-Dist: import-linter; extra == "dev"
|
|
|
240
239
|
Requires-Dist: ispyb; extra == "dev"
|
|
241
240
|
Requires-Dist: mypy; extra == "dev"
|
|
242
241
|
Requires-Dist: myst-parser; extra == "dev"
|
|
243
|
-
Requires-Dist: ophyd_async[sim]; extra == "dev"
|
|
242
|
+
Requires-Dist: ophyd_async[sim]>=v0.14.0; extra == "dev"
|
|
244
243
|
Requires-Dist: pipdeptree; extra == "dev"
|
|
245
244
|
Requires-Dist: pre-commit; extra == "dev"
|
|
246
245
|
Requires-Dist: psutil; extra == "dev"
|
|
@@ -1,53 +1,53 @@
|
|
|
1
|
-
dls_dodal-1.
|
|
1
|
+
dls_dodal-1.66.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=
|
|
4
|
+
dodal/_version.py,sha256=wWlluwWYDEanXRrpBv_0E4ObSF-E3df6vtpgK3J_YuI,706
|
|
5
5
|
dodal/cli.py,sha256=NJopu78ebawAL3qNSvOoxMpyzcejVRCh9qw2lRpEJZw,4199
|
|
6
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
|
-
dodal/beamline_specific_utils/
|
|
10
|
-
dodal/beamline_specific_utils/i05_shared.py,sha256=EsgNlOPq9iRbKv7FinR__gCEwp1S2DRclJdklmBpaxo,336
|
|
9
|
+
dodal/beamline_specific_utils/i05_shared.py,sha256=NmXzoJSJ6daReigaONpxxlNTYGGCSkFvgGYQUpjgteM,425
|
|
11
10
|
dodal/beamlines/README.md,sha256=K9MkL_GomxlsoTB7Mz-_dJA5NNSbmCfMiutchGg3C8o,404
|
|
12
11
|
dodal/beamlines/__init__.py,sha256=kVmxHMi9W1MkrOsVxBK7N1DBFGDrWv4FH1m8_nRxwzo,3242
|
|
13
12
|
dodal/beamlines/adsim.py,sha256=1ciucMo1oNYeKarIeBbqlQjZrVN2viyNrDz8dHw5QxY,2153
|
|
14
|
-
dodal/beamlines/aithre.py,sha256=
|
|
15
|
-
dodal/beamlines/b01_1.py,sha256=
|
|
16
|
-
dodal/beamlines/b07.py,sha256=
|
|
17
|
-
dodal/beamlines/b07_1.py,sha256=
|
|
13
|
+
dodal/beamlines/aithre.py,sha256=RRNmzJz4Fu5eHRXKoIJpv1D1fNR5e7wmT34d52QwM9Y,1399
|
|
14
|
+
dodal/beamlines/b01_1.py,sha256=H24kiQtF0XnpWBtpsdC_k4w2WU4ibvovU3YPAop_zdg,2830
|
|
15
|
+
dodal/beamlines/b07.py,sha256=dDg-im7loDU1eBGECU7XbNfE4e8hCk7RMZ2CAt9cZYg,1425
|
|
16
|
+
dodal/beamlines/b07_1.py,sha256=4PZm5t9mQIoGvUpKjO8cXTddw96kh5ONigCJ_vomAug,1632
|
|
18
17
|
dodal/beamlines/b16.py,sha256=rK00hEj8KLGNkLZr9omAuoMz_DyLN9rK4eUQssETR9E,1703
|
|
19
18
|
dodal/beamlines/b18.py,sha256=ryxrGtcCdwoFgZ8ljWYgr1g9gKvoA7nxkARVxl1IE78,1189
|
|
20
19
|
dodal/beamlines/b21.py,sha256=KGPoUogtu5XutVSGZ8LiQgIHOyWbW_9KAt23TetKTHc,3873
|
|
21
20
|
dodal/beamlines/i02_1.py,sha256=SwRm9v1U6CiT0fwLbSTECbJ6OF1BPEx4TJ0cEReuGZA,4017
|
|
22
21
|
dodal/beamlines/i02_2.py,sha256=Jkghwv1Y5i0VUR2NZZ7hoiK9Ii8O-rIECDoKLX9AKi0,1169
|
|
23
|
-
dodal/beamlines/i03.py,sha256
|
|
24
|
-
dodal/beamlines/i04.py,sha256=
|
|
25
|
-
dodal/beamlines/i05.py,sha256=
|
|
26
|
-
dodal/beamlines/i05_1.py,sha256=
|
|
27
|
-
dodal/beamlines/
|
|
28
|
-
dodal/beamlines/
|
|
29
|
-
dodal/beamlines/
|
|
30
|
-
dodal/beamlines/
|
|
22
|
+
dodal/beamlines/i03.py,sha256=FEbVUhFRIfzcIUTh_IAxK-V1n3pmTOVMQDOTXSkF9sg,17560
|
|
23
|
+
dodal/beamlines/i04.py,sha256=1ucCkxuARCN2N_-y5J01IuBgp1ZIR0zP8_Vs4i3cvGQ,14252
|
|
24
|
+
dodal/beamlines/i05.py,sha256=QxPjxSj-tqXZlJSnpDsZDeWWHUaK1lNknpWKDlwjmQ8,1281
|
|
25
|
+
dodal/beamlines/i05_1.py,sha256=bzaDqR2doZnoN-dk_oPwWqSGJaVZTDnNtx0wMzGSTp8,714
|
|
26
|
+
dodal/beamlines/i06.py,sha256=3oj-tBPlXjJgwRu_EflIsVPQdBEmZi3hxAIyXCRMybM,1571
|
|
27
|
+
dodal/beamlines/i07.py,sha256=mnwJPscsXFZnRQ2fKd-FwYiL_VjQu5zbYGQcgg7lplE,1270
|
|
28
|
+
dodal/beamlines/i09.py,sha256=vRwfF3I3H6PzeJ87_ZzIT0wEwu0iIOS05BwZhbnGBiI,1905
|
|
29
|
+
dodal/beamlines/i09_1.py,sha256=N2GXFEbH1w1ZXYdX7y5taL3mbsBENSfuC5X5vyHQHyM,1821
|
|
30
|
+
dodal/beamlines/i09_2.py,sha256=wYNo_KRx6JvyZVkHATPSFx4t0X-BevheFeD8DI8M-00,1447
|
|
31
31
|
dodal/beamlines/i10.py,sha256=LC0ii13rVyZj1ziatBAyRoyuutdyyTCkpSvICGv4IGY,4059
|
|
32
32
|
dodal/beamlines/i10_1.py,sha256=FxnWjr1u55XgIvnuyTfknnj-xPMNJOAtxObq1y9k518,1062
|
|
33
|
-
dodal/beamlines/i10_optics.py,sha256=
|
|
33
|
+
dodal/beamlines/i10_optics.py,sha256=QO2s5AT8uRefZ2nzf70ckKB2Ys4hIgx7EKCBOZ94edY,6500
|
|
34
34
|
dodal/beamlines/i11.py,sha256=hzW5Lh74zDzUD0vqXQzekoFVWDp8qEIc0OPRm0Qepqs,3643
|
|
35
35
|
dodal/beamlines/i13_1.py,sha256=VYVqMN8-njy7YSI08gskRccT-K2paRC9edAx0ah-Cwo,1602
|
|
36
36
|
dodal/beamlines/i15.py,sha256=lmUhh1jt5CtD4P_BzkwNufu814aT3uaQlLyDMY_B5AE,5725
|
|
37
37
|
dodal/beamlines/i15_1.py,sha256=EKg6BCr3wpHxdmG23kSTZYcNnGQxZbkzzulBLwz_Kew,3903
|
|
38
|
-
dodal/beamlines/i17.py,sha256=
|
|
39
|
-
dodal/beamlines/i18.py,sha256=
|
|
38
|
+
dodal/beamlines/i17.py,sha256=t6CmuNeWkIDZSvIH-QlHEhEX7S9Pi8U93dyCxg2e8B4,2553
|
|
39
|
+
dodal/beamlines/i18.py,sha256=vPGfrbh1CY2W2BXIfCA5PIeVyixS5nEJSxHpla1RM4I,3756
|
|
40
40
|
dodal/beamlines/i19_1.py,sha256=4-jU-JiF1J_aunoMW5GsHXE-R2l1xaXxmPH_89_D3IM,3093
|
|
41
|
-
dodal/beamlines/i19_2.py,sha256=
|
|
41
|
+
dodal/beamlines/i19_2.py,sha256=k4WA6xTkUHKVO_lx7ftm7H4s8g8RD7d5X7jTTr9j5Ec,4142
|
|
42
42
|
dodal/beamlines/i19_optics.py,sha256=fNdAFRJYFA045l4giGI3V68qijDFE1C8gdvD6fncAio,1181
|
|
43
43
|
dodal/beamlines/i20_1.py,sha256=Zsr1lsH7ySbOgK7RhMVMWzNWZAV-fuYW0iAjSEJZicY,2625
|
|
44
|
-
dodal/beamlines/i21.py,sha256=
|
|
45
|
-
dodal/beamlines/i22.py,sha256=
|
|
44
|
+
dodal/beamlines/i21.py,sha256=hrxGVYwSlKGwMq4FSzbNOZu3RVnyykocNOjRN9fzKCA,1411
|
|
45
|
+
dodal/beamlines/i22.py,sha256=HzVUK2hOxQXoFmzZjjV1ojYvMu8csSXewH-qSbdBI2M,7746
|
|
46
46
|
dodal/beamlines/i23.py,sha256=ZXvPEiMA4mPbRTXOxvL1NcoVWDg4Deyl8k57cveDg90,3060
|
|
47
47
|
dodal/beamlines/i24.py,sha256=0ZjJCUYIUWIQTPrXFqKviiTCZiyuJh4MkmqMYd9JZ9o,7454
|
|
48
|
-
dodal/beamlines/k07.py,sha256=
|
|
48
|
+
dodal/beamlines/k07.py,sha256=jELF4ENfSsPumbFieZDQKP-fDKFeGfox7guhdxJqmD8,1005
|
|
49
49
|
dodal/beamlines/k11.py,sha256=sBOl-MLk7FMo10KFykuK5aLqH1zyW4FnI0XXmtQhUfg,978
|
|
50
|
-
dodal/beamlines/p38.py,sha256=
|
|
50
|
+
dodal/beamlines/p38.py,sha256=ohFCTkyqR2MWGK20PrJqAIokiEjDPNTAfMRzrn3T0Mg,5778
|
|
51
51
|
dodal/beamlines/p45.py,sha256=tQ7EkWfr7o2okK7Prw1C7DNGYdKPU2ofqjm98wu_-G0,2158
|
|
52
52
|
dodal/beamlines/p60.py,sha256=JtoajfrWGIDHFBQfXDKud4A9O2sV-BTVL1pZYUHx9zY,1480
|
|
53
53
|
dodal/beamlines/p99.py,sha256=Rbi9OvmrGIblctOnZxFG_tqqhALLZ9O3ht4mBcb5vU8,2754
|
|
@@ -70,55 +70,55 @@ dodal/common/beamlines/commissioning_mode.py,sha256=KL24Ia4IOkSxi7M4CKRRQQW0T3HU
|
|
|
70
70
|
dodal/common/beamlines/device_helpers.py,sha256=8sasAIFRDwo6ElHqLrXnpj_v7xcEg-29Zhey_e4r9u8,84
|
|
71
71
|
dodal/devices/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
72
72
|
dodal/devices/aperture.py,sha256=S7AoIoQg_kFxaQk7HUMijbm1kYkOEi2csbdj76kp1ys,427
|
|
73
|
-
dodal/devices/aperturescatterguard.py,sha256
|
|
74
|
-
dodal/devices/apple2_undulator.py,sha256=
|
|
73
|
+
dodal/devices/aperturescatterguard.py,sha256=-9XhNGjmO3vl0O-v0N-2LJPkI2ELdR26AyZAdMkThXE,14013
|
|
74
|
+
dodal/devices/apple2_undulator.py,sha256=QKA_FvwTnt9_kQQ0yeaM-4pwXyQM1JtYDUovkMgV9CI,27324
|
|
75
75
|
dodal/devices/backlight.py,sha256=y40kR6N3qSFVLRaGU8CjJJpwv_hq2QALf_85fLQqras,1415
|
|
76
76
|
dodal/devices/baton.py,sha256=315I_0V73_DYYVT0PBs0luVy4CMqdPo0kLvHBi12MIU,606
|
|
77
77
|
dodal/devices/bimorph_mirror.py,sha256=OGe6aCczG0gVco4OvIRLJVxn2kw5F2QG1e06uqhFLTw,4609
|
|
78
78
|
dodal/devices/collimation_table.py,sha256=64HunSPJH-L2gZdfIj_RYdOlOuwRFEfMHfLHzu4BAKI,1681
|
|
79
79
|
dodal/devices/common_dcm.py,sha256=BmvwnT5mbCmSQI8aGl3GKEfpe7N1axUANEyG-NYgC98,5288
|
|
80
80
|
dodal/devices/controllers.py,sha256=W_Ras1c6xLjcOMKPSHN8Z1eCUCH-ktaah2hzQXyuFLk,652
|
|
81
|
-
dodal/devices/cryostream.py,sha256=
|
|
81
|
+
dodal/devices/cryostream.py,sha256=7alOd8bsiQ8ZufWijKiaAU9HUA19XzxfKNoIrPFGH34,5358
|
|
82
82
|
dodal/devices/diamond_filter.py,sha256=hySd7HnLdplpPNvBrLddLjO_3LqgD8-99Zr__Sy_GbI,689
|
|
83
83
|
dodal/devices/eiger.py,sha256=ZKaRXF-YnYWuMW94BIg-gmdKW7JKmtMUvehF3S5XaLY,16670
|
|
84
84
|
dodal/devices/eiger_odin.py,sha256=1JoqPppTp99IZCiFOXJZB3h62xXRYKZINxTYXdLnT8c,7480
|
|
85
85
|
dodal/devices/eurotherm.py,sha256=rdLldmWYP1PZBckoya6svPy1mDxHYaa1IfMleMPGzD4,3832
|
|
86
|
-
dodal/devices/fast_grid_scan.py,sha256=
|
|
86
|
+
dodal/devices/fast_grid_scan.py,sha256=xm2PEPrbqHOQfVrNcXt60S1UT5RtWir6MkdnVlhZNPw,17592
|
|
87
87
|
dodal/devices/fast_shutter.py,sha256=kbHaV-cjAaKFfgEHu7fw9jEBDoJAkIa7N0XXGBZq-xs,2345
|
|
88
88
|
dodal/devices/fluorescence_detector_motion.py,sha256=hJ1M9Zs6Dlw8DDL9APh7yVePlS4tU2hnlySd16hqfwE,346
|
|
89
89
|
dodal/devices/flux.py,sha256=1CDsq9yU2-ho8MfYBl50Tl9ABZwpUBHnV486PQXKNoQ,462
|
|
90
90
|
dodal/devices/focusing_mirror.py,sha256=2UWVrY6bs6_0i-h6JJ_LAUZPX_FgMzIx04JqZafdtYU,7464
|
|
91
91
|
dodal/devices/hutch_shutter.py,sha256=iY3qWxDr8mDlAvN_BYe2gqpXRM1hlfV3ewdwkwh0_v0,3889
|
|
92
|
-
dodal/devices/ipin.py,sha256=
|
|
92
|
+
dodal/devices/ipin.py,sha256=lDXEnCLXa0XLQUpwzq6X5FUkt08zHXnuD_bIqaTepVI,1215
|
|
93
93
|
dodal/devices/linkam3.py,sha256=Lkw7c05XyHEEA83djfVFqz_8HN4kROCRqZwLwvHwRdA,2054
|
|
94
|
-
dodal/devices/motors.py,sha256=
|
|
94
|
+
dodal/devices/motors.py,sha256=WwBv_CacQtWKYA3_D7w4eAwIBFd3-CHevp8xtg6-ncQ,8117
|
|
95
95
|
dodal/devices/p45.py,sha256=CImflt7ifaOkV20Uip3S8_fde_GlIIhD16y-54ODfHE,1390
|
|
96
|
-
dodal/devices/pgm.py,sha256=
|
|
96
|
+
dodal/devices/pgm.py,sha256=grNtQHWP6oSbhmEd12loe9cAFnOn2A7rBlgjwnvH8z8,1182
|
|
97
97
|
dodal/devices/positioner.py,sha256=qf_1uYOI1whS0U5sPA3O3mlZYKrPuW3i0gEKI_q-up0,1289
|
|
98
98
|
dodal/devices/pressure_jump_cell.py,sha256=YGmllfBya7MryLg3EXS0pzBJDRs_TlgDFxt8TzAwKJQ,8734
|
|
99
99
|
dodal/devices/qbpm.py,sha256=FfrWWAHHtYv3fGRT1qljyPpAwoHJYfbooT9CfKg-oXI,465
|
|
100
|
-
dodal/devices/robot.py,sha256=
|
|
100
|
+
dodal/devices/robot.py,sha256=QOK-6rXvm_L-q9n3CFrzIFgDwl0ZqtyhODkUzdPpCa4,7463
|
|
101
101
|
dodal/devices/s4_slit_gaps.py,sha256=4KdarIQoRqX4ry3LUS1Km7fkjUFahA0VuTd2DvYEqQ8,446
|
|
102
|
-
dodal/devices/scintillator.py,sha256=
|
|
102
|
+
dodal/devices/scintillator.py,sha256=w6YSf1mY_xJKU00TXS_wfzJVKFvXNX9U7Vs8as-33wM,4249
|
|
103
103
|
dodal/devices/slits.py,sha256=IJtipn1N5B7pH64frWcF2TFK8mTFwSYXpGt_FMGl68w,1537
|
|
104
|
-
dodal/devices/smargon.py,sha256=
|
|
104
|
+
dodal/devices/smargon.py,sha256=JlaNPCRWh0dHbslmjuDtlZhVbIz_clmw4eUIgoSj9tM,4986
|
|
105
105
|
dodal/devices/status.py,sha256=hVrJS1yooQo6PRumRACoIEh-SKBUKxvBlQl-MtLFUMQ,327
|
|
106
106
|
dodal/devices/synchrotron.py,sha256=OHBrTrm4K39XE8BrE9b_Jn_ZfMRyDp9CHCwvmiV-KOc,1989
|
|
107
107
|
dodal/devices/tetramm.py,sha256=QrS7gXB5BVkHHSqCJxYnAg2bbqnHTg0e4UZNpF9g0gE,10461
|
|
108
|
-
dodal/devices/thawer.py,sha256=
|
|
108
|
+
dodal/devices/thawer.py,sha256=RGd9vjLyD4IDTDiP2V0giMZIduk_BJiFy1XRkrCSKY4,611
|
|
109
109
|
dodal/devices/turbo_slit.py,sha256=xhcnhfbdcTYSYozogw6Li4fF4ofoPsc350rEyrRdaNE,1460
|
|
110
|
-
dodal/devices/undulator.py,sha256=
|
|
110
|
+
dodal/devices/undulator.py,sha256=Ohy-5sxSKeb8p8jCORj7VILklkJ6WNYrbVLMFxTMBzs,9223
|
|
111
111
|
dodal/devices/v2f.py,sha256=d9f4w5tLxK0S8vrgD85_9W52oEE0uPf912UvLhEWxDM,1248
|
|
112
112
|
dodal/devices/watsonmarlow323_pump.py,sha256=xNwjoxW3NJIDkeDWHfb0A8Yj95_KKRXMD9AghvX-WLk,1337
|
|
113
113
|
dodal/devices/webcam.py,sha256=UAx2KF0mKi6I-mJJUb5z56MHY-Wd89-tqyPcFbouQFg,2491
|
|
114
114
|
dodal/devices/xbpm_feedback.py,sha256=HKLY3k52FPe2G-EAg8ir2LSdeUuGvhRD73ibDZ4mjH8,1418
|
|
115
115
|
dodal/devices/aithre_lasershaping/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
116
|
-
dodal/devices/aithre_lasershaping/goniometer.py,sha256
|
|
116
|
+
dodal/devices/aithre_lasershaping/goniometer.py,sha256=ljdGf7f_fCtgT62e_7HohNoE5CMGxvJkKqPDKkJ1akI,1447
|
|
117
117
|
dodal/devices/aithre_lasershaping/laser_robot.py,sha256=vy-I1ASYflFYIUYePhT2l3l7g2iekrIFzLxA0GLmKY8,717
|
|
118
118
|
dodal/devices/areadetector/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
119
119
|
dodal/devices/areadetector/plugins/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
120
120
|
dodal/devices/areadetector/plugins/cam.py,sha256=sZzJm5Ez3eWfXZi_EB67wluhZmMQm1UyOc2bJFfzd1U,964
|
|
121
|
-
dodal/devices/areadetector/plugins/mjpg.py,sha256=
|
|
121
|
+
dodal/devices/areadetector/plugins/mjpg.py,sha256=tyJ6azC8eCaM_vhQQMB79E03VA9kljUA_7mBycGMsmw,3205
|
|
122
122
|
dodal/devices/attenuator/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
123
123
|
dodal/devices/attenuator/attenuator.py,sha256=-rJYY_bHCDl8NVn3yYPytYIANiOPsz0f-3U1zBsT5pE,6246
|
|
124
124
|
dodal/devices/attenuator/filter.py,sha256=xb_8S62ktJdqdNE03PqhsfsTsQyTsRbR9CF1ksfX06M,542
|
|
@@ -130,6 +130,8 @@ dodal/devices/b07_1/ccmc.py,sha256=SyxfR8Sd8C7Bx2q0cvItdxP2DOP-ZhbMuAfSvBrbSio,2
|
|
|
130
130
|
dodal/devices/b07_1/enums.py,sha256=TREiXDSAGFRXR3iUkKADYfm-CmhLmlpGHKZUOQ2Z1as,723
|
|
131
131
|
dodal/devices/b16/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
132
132
|
dodal/devices/b16/detector.py,sha256=saI2aFBhT0oTisam5b1mlaMJTRwGT7bHbqPGBP7SDnk,840
|
|
133
|
+
dodal/devices/beamsize/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
134
|
+
dodal/devices/beamsize/beamsize.py,sha256=J0xtG9NCPUvlJ0leewWzFpEYY-Oz1GFSOTkSlZ835ms,145
|
|
133
135
|
dodal/devices/current_amplifiers/__init__.py,sha256=-MhT-t-GJ83rrvTDBCoWub_NKYkRtu4sEj8-y5XZBP0,782
|
|
134
136
|
dodal/devices/current_amplifiers/current_amplifier.py,sha256=erDVtstLNFVb4wdSqWwRCQX_ifPxOc07x_2Ba_8Y1Wg,2660
|
|
135
137
|
dodal/devices/current_amplifiers/current_amplifier_detector.py,sha256=YKA769KpU1V4GyYF3ckMgE8sXnaJyzRPUbBqIo7UruM,3968
|
|
@@ -139,7 +141,7 @@ dodal/devices/current_amplifiers/struck_scaler_counter.py,sha256=3xTsqOCnLwb8o_Y
|
|
|
139
141
|
dodal/devices/detector/__init__.py,sha256=-RdACL3tzc3lLArWOoGNje48UUlv2fElOmGOz9yOuO0,317
|
|
140
142
|
dodal/devices/detector/det_dim_constants.py,sha256=arBWvzMwybatdSiCMAiwB4Bq1dX-wkLi54xPPfTfQhY,2772
|
|
141
143
|
dodal/devices/detector/det_dist_to_beam_converter.py,sha256=nSkhiEESyuzdrWoPu6h3C05DnOhCXa6DZd-9vU5JYc0,1625
|
|
142
|
-
dodal/devices/detector/det_resolution.py,sha256=
|
|
144
|
+
dodal/devices/detector/det_resolution.py,sha256=8OW40MhRg56GlLstM1MOkIxa4DY8eg4q0RBUX7k6PHs,3298
|
|
143
145
|
dodal/devices/detector/detector.py,sha256=DqQvlgdjIdKErrZqgM9IH7drc-r6N8nhkFk7KwlgYAk,4815
|
|
144
146
|
dodal/devices/detector/detector_motion.py,sha256=Ly4nz_AsB-_EDOADMC2u2J0dunpkOMbafVN_dgh3T-E,1389
|
|
145
147
|
dodal/devices/electron_analyser/__init__.py,sha256=mpC48s2fK58aEKI-Fl3CiYBb4tXgcaa4Msj8_jLpH8g,956
|
|
@@ -168,25 +170,29 @@ dodal/devices/i02_1/fast_grid_scan.py,sha256=bfiumNayrISFGYqdcd3Bh6lEZvkOxrqyX_B
|
|
|
168
170
|
dodal/devices/i02_1/sample_motors.py,sha256=fAHAyeuP4hjOnYsp2x5VQNrTh8Di35ezJV1si2YmKPY,607
|
|
169
171
|
dodal/devices/i02_2/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
170
172
|
dodal/devices/i03/__init__.py,sha256=Kvukapy4a5lUQ20qaCqYCJzKNaqJn2DfXP5nKZ_Pec8,118
|
|
173
|
+
dodal/devices/i03/beamsize.py,sha256=xLbB_PJevGRTYSarILE6ImEmK7tgKQ1xa6D9tl6JjYA,1235
|
|
174
|
+
dodal/devices/i03/constants.py,sha256=Y-4tsbmAMEcjV5FBjeRmnA2tl5-LPt5x_icG2xu7XkI,136
|
|
171
175
|
dodal/devices/i03/dcm.py,sha256=qK9qcPCedjOVMvKZ0TZaWNeyt7CJRsC-Wpjy44OQf4E,2336
|
|
172
|
-
dodal/devices/i03/undulator_dcm.py,sha256=
|
|
176
|
+
dodal/devices/i03/undulator_dcm.py,sha256=gtlN-t-L9bLeC5E1tN_aibJhpYiSnwt-TNm5ZsPm88M,2867
|
|
173
177
|
dodal/devices/i04/__init__.py,sha256=Kvukapy4a5lUQ20qaCqYCJzKNaqJn2DfXP5nKZ_Pec8,118
|
|
178
|
+
dodal/devices/i04/beamsize.py,sha256=0Y8Adz_nSSe86uD95BgcZTyZUfisMMX01aoPi8jQx-I,1582
|
|
174
179
|
dodal/devices/i04/constants.py,sha256=_Dw28NeXldwRYH-h6YP6OHnyj7h0z4NQs_-RysNby5Q,281
|
|
175
|
-
dodal/devices/i04/murko_results.py,sha256=
|
|
176
|
-
dodal/devices/i04/transfocator.py,sha256=
|
|
180
|
+
dodal/devices/i04/murko_results.py,sha256=y6dNd1aZGRyEPP5mtWTVejbRYBoEa6qXMUNFM4VDCbg,10069
|
|
181
|
+
dodal/devices/i04/transfocator.py,sha256=gI3UpQ6N0edo3_2aSvW5aWAS3Y1yJcFnZowRNwBvGDI,3250
|
|
177
182
|
dodal/devices/i05/__init__.py,sha256=v0Axsf-vMyLyxcbqS8lljJc0BQ5Tw8yVBTWcO3tG_4g,67
|
|
178
183
|
dodal/devices/i05/enums.py,sha256=9FHBIexkSfZSTHxUnGupravfG9sVriHcrB15jemkQOQ,191
|
|
179
184
|
dodal/devices/i07/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
180
185
|
dodal/devices/i07/dcm.py,sha256=AJpBiLX6t_mAjGKw9LmjXIFG5IIe5Ploe5LxS-ZckT8,1250
|
|
186
|
+
dodal/devices/i07/id.py,sha256=CMYY_SOr7wS1KYXPIIRcsKBNgg9vSnopovRV4Y61DZU,1489
|
|
181
187
|
dodal/devices/i09/__init__.py,sha256=5AGY_SKtqrU7NeEbzu9ROazPD_C1fEci1LJfdcuz2VY,135
|
|
182
188
|
dodal/devices/i09/enums.py,sha256=Rfs6OgEHSSxcH2UiVmlR_5wLwxDmcHonXds0UDVRfCc,551
|
|
183
189
|
dodal/devices/i09_1/__init__.py,sha256=dTazun87AkMDXh7J8gIZYJxJth0XUs72qahJ-VvhRBI,72
|
|
184
190
|
dodal/devices/i09_1/enums.py,sha256=FwhsvKnEcm9M22U4gcAJi6FE2RaUBZH0jRjNgJUKRqc,1319
|
|
185
|
-
dodal/devices/i09_1_shared/__init__.py,sha256=
|
|
186
|
-
dodal/devices/i09_1_shared/hard_undulator_functions.py,sha256=
|
|
191
|
+
dodal/devices/i09_1_shared/__init__.py,sha256=1cIAhdM7PyrKCJT7pEWpc25vBWYq8d62krwMqw_hdWA,206
|
|
192
|
+
dodal/devices/i09_1_shared/hard_undulator_functions.py,sha256=e0kpReW1q4lK4pQYVbg-h9JZxDN-M8a-yaPo1cNuY-0,6205
|
|
187
193
|
dodal/devices/i10/__init__.py,sha256=Pa7gI_ulcPO3dN2xpw6tBN1E3CpV3Lj82kmGwIVU7TA,575
|
|
188
194
|
dodal/devices/i10/diagnostics.py,sha256=ULSHpaRPVWcP-HgKAJW2rsdPoYZs_MgF6HJoPj39MwU,6339
|
|
189
|
-
dodal/devices/i10/i10_apple2.py,sha256=
|
|
195
|
+
dodal/devices/i10/i10_apple2.py,sha256=EHh9d7vcZZyO2UpJc9E4HFovpbQwkF0QGhlkLCRL1oo,6526
|
|
190
196
|
dodal/devices/i10/i10_setting_data.py,sha256=69XWgE-YNTiW7C3t67MNcTL5JDDhOo7h-X7DCTpFE5g,164
|
|
191
197
|
dodal/devices/i10/mirrors.py,sha256=Zofd0g2f3YvFi_KIHQE_w4dFZNglhmh--65tRnWLuyY,504
|
|
192
198
|
dodal/devices/i10/slits.py,sha256=pBstXJnA6j3ftDqei0EZyAPU--M_heqo6hm2DEOqPdc,5040
|
|
@@ -212,7 +218,7 @@ dodal/devices/i15/motors.py,sha256=-kGHisSWc_zuV9m2L0mGgmiSiIZ7puLsimddk28h_7s,8
|
|
|
212
218
|
dodal/devices/i15/multilayer_mirror.py,sha256=qdxnn6PBAxK0MgeVUpM8Ukkq4tdX3jhjlmyU-AzzH4M,741
|
|
213
219
|
dodal/devices/i15/rail.py,sha256=9cRTRKy6uZBASMhK1wC8K_k_5FfLgHnoh9VblSOTkpQ,428
|
|
214
220
|
dodal/devices/i17/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
215
|
-
dodal/devices/i17/i17_apple2.py,sha256=
|
|
221
|
+
dodal/devices/i17/i17_apple2.py,sha256=QTdX8hQJsfgXSF_jYqwgNud6jyZbSoJlyzZ8gvwMae8,1617
|
|
216
222
|
dodal/devices/i18/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
217
223
|
dodal/devices/i18/diode.py,sha256=nk5kvn4LsbhczRpCwHOO0_jJTYOz7MP9qm_uvBWuv7c,1468
|
|
218
224
|
dodal/devices/i18/kb_mirror.py,sha256=W4R3TeulSjosUqAFIIznyWzje_Y2AoEf9f8N-NkisYM,710
|
|
@@ -232,7 +238,7 @@ dodal/devices/i21/enums.py,sha256=asy90S84fBBydYwz89jNeocz04JXpbHn8ynaPzW353c,14
|
|
|
232
238
|
dodal/devices/i22/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
233
239
|
dodal/devices/i22/dcm.py,sha256=abs6U6DOUO8_g2adpynfoc9lQYbLC3tgObSwI9AhKZg,4551
|
|
234
240
|
dodal/devices/i22/fswitch.py,sha256=kpgegs4Wv_weBSzbrlXLXqXOOZdzTn3X9k5PlEN5F6c,2881
|
|
235
|
-
dodal/devices/i22/nxsas.py,sha256=
|
|
241
|
+
dodal/devices/i22/nxsas.py,sha256=rQsNZOkgw3P3mHA4NNeGz-ikjhN6WTvlWOaLLPKPfFM,5481
|
|
236
242
|
dodal/devices/i24/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
237
243
|
dodal/devices/i24/aperture.py,sha256=dlH_g7OPTBc5QRMd-ADU3_GDTKh668kkMHo4k_JxUcY,770
|
|
238
244
|
dodal/devices/i24/beam_center.py,sha256=nQyOif6JtlU_qP7kZP-8wN1ldW81MIbFUykPC1bEm70,446
|
|
@@ -244,21 +250,21 @@ dodal/devices/i24/focus_mirrors.py,sha256=DYiYLpDw8FJ1LYHxLOxE_om5qGfUo2itzskgqh
|
|
|
244
250
|
dodal/devices/i24/pmac.py,sha256=-HYf2HPzaqWvszp4T8TXohdp40-xmKqQq4V0mLvVri8,7028
|
|
245
251
|
dodal/devices/i24/vgonio.py,sha256=sxSmcYZayVJPJz_D_91j9PmNor7Tbl1RGQFRrdtESlw,533
|
|
246
252
|
dodal/devices/mx_phase1/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
247
|
-
dodal/devices/mx_phase1/beamstop.py,sha256=
|
|
253
|
+
dodal/devices/mx_phase1/beamstop.py,sha256=zWdZp0j9lCg4YzsZ7GSR3xEcvMfMTJoMO6XdgiC53p4,3765
|
|
248
254
|
dodal/devices/oav/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
249
|
-
dodal/devices/oav/oav_calculations.py,sha256=
|
|
250
|
-
dodal/devices/oav/oav_detector.py,sha256=
|
|
251
|
-
dodal/devices/oav/oav_parameters.py,sha256=
|
|
252
|
-
dodal/devices/oav/oav_to_redis_forwarder.py,sha256=
|
|
253
|
-
dodal/devices/oav/utils.py,sha256=
|
|
254
|
-
dodal/devices/oav/pin_image_recognition/__init__.py,sha256=
|
|
255
|
+
dodal/devices/oav/oav_calculations.py,sha256=pgQmqot9avffVRjY-NkboKnGxPEtwSovWSDMQD1icvg,2746
|
|
256
|
+
dodal/devices/oav/oav_detector.py,sha256=HHBiXREzX6bDtQ2miPEa5SgR-nVdQzoQr5fpkz9fzdg,8942
|
|
257
|
+
dodal/devices/oav/oav_parameters.py,sha256=gBFJwJbPGXyyXWxxhJIRhM5lAF_JxqSGOFOUW8oKL-Q,7017
|
|
258
|
+
dodal/devices/oav/oav_to_redis_forwarder.py,sha256=4F9FuAM0d5vWEUCeLmyNLQl6IUK89Vttw2rX1Kw-mGQ,6400
|
|
259
|
+
dodal/devices/oav/utils.py,sha256=ekDiYypwH-FuT3Ss7QZnEbukjhtAY466SGVMz5T97s8,3517
|
|
260
|
+
dodal/devices/oav/pin_image_recognition/__init__.py,sha256=s5cdeJ6EuKAA-e5n4laaWNlYHza87frPYVC809N3TOw,6573
|
|
255
261
|
dodal/devices/oav/pin_image_recognition/manual_test.py,sha256=h1Rto6ZDCB3jWhjSy9N8ECxRN583iYDJr9LxrTJ8kfE,903
|
|
256
|
-
dodal/devices/oav/pin_image_recognition/utils.py,sha256=
|
|
262
|
+
dodal/devices/oav/pin_image_recognition/utils.py,sha256=HPPMh4dTXvS4Jr9DqAXkanWQfFi7sA5kOcqLRpT2kjE,9448
|
|
257
263
|
dodal/devices/oav/snapshots/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
258
264
|
dodal/devices/oav/snapshots/grid_overlay.py,sha256=CdvCdTKMCiwMwxm2lV28KpcIUSXlscZmWxb73_KKmiI,3694
|
|
259
265
|
dodal/devices/oav/snapshots/snapshot.py,sha256=Ksjy6B2wyxFdMyHAPSPcTVhx_UTEd_T9JDnTDMG4VJ0,499
|
|
260
266
|
dodal/devices/oav/snapshots/snapshot_image_processing.py,sha256=nNBOKX0JwBh4AJWflYueEbKEJ_tvIDa4Y5mNgS8RFv0,2318
|
|
261
|
-
dodal/devices/oav/snapshots/snapshot_with_grid.py,sha256=
|
|
267
|
+
dodal/devices/oav/snapshots/snapshot_with_grid.py,sha256=04MgMrclfB3cJuv2AmYE8oqQscUAr1JVmQIb5DIa-rU,2448
|
|
262
268
|
dodal/devices/p60/__init__.py,sha256=cLrjUaHNJRtRBb1ic_LTlxIi_nH6_hZN8-5gWCt0Q6w,229
|
|
263
269
|
dodal/devices/p60/enums.py,sha256=S0dFIG4k1aI995q-SSZYfKYiXRog_SnTTOVHOtP-qug,521
|
|
264
270
|
dodal/devices/p60/lab_xray_source.py,sha256=CrvJYNspp4xgmad_VSUwaMG39L5S8sDRiD2wNrmXjEg,603
|
|
@@ -273,6 +279,7 @@ dodal/devices/util/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuF
|
|
|
273
279
|
dodal/devices/util/adjuster_plans.py,sha256=c40PFZpXFw0YmJLh9jU4VIb8vRxHyafZlmvprTKAOhM,824
|
|
274
280
|
dodal/devices/util/epics_util.py,sha256=4useFL8ngsVF08fhOn48BlnO4oh0T4sEKqjdS6mjvG0,4687
|
|
275
281
|
dodal/devices/util/lookup_tables.py,sha256=8rip4fQI3YaYNcnUPiWF5Bhq9UXJSxFFfqJaFU4a_LU,3706
|
|
282
|
+
dodal/devices/util/lookup_tables_apple2.py,sha256=lpLCrJ8-JwegsxPGzosKP-GzxOzqMdAOEFoCR6QI2Fs,11877
|
|
276
283
|
dodal/devices/xspress3/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
277
284
|
dodal/devices/xspress3/xspress3.py,sha256=OerapEy-IuK7EFz13B5z0BzBmESVl6pYUlqAWHIwJck,4555
|
|
278
285
|
dodal/devices/xspress3/xspress3_channel.py,sha256=w8tAx2lz5kJ_LeJ_eb_4o--Dtt8MRijsYNgDG6oEIVg,1626
|
|
@@ -286,7 +293,7 @@ dodal/devices/zocalo/zocalo_interaction.py,sha256=GFukU9xqagQtVSDg5BrL23jxl1w8wj
|
|
|
286
293
|
dodal/devices/zocalo/zocalo_results.py,sha256=czYNpOurzBJBfl4OS0Uxpjpp09QFDtJprXyBctqPu2c,12659
|
|
287
294
|
dodal/parameters/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
288
295
|
dodal/parameters/experiment_parameter_base.py,sha256=vONep-llSqhM0OpVj3zFUxdnzRQpu9y9mPhh2HauEJE,226
|
|
289
|
-
dodal/plan_stubs/__init__.py,sha256=
|
|
296
|
+
dodal/plan_stubs/__init__.py,sha256=HbaQ9K1pSznrmDecSRIhClLWercMRuO9G7GoFvtZ6lY,168
|
|
290
297
|
dodal/plan_stubs/check_topup.py,sha256=3gyLHfHNQBCgEWuAg4QE-ONx7y2Do1vVv5HP8ss0Z1I,5371
|
|
291
298
|
dodal/plan_stubs/data_session.py,sha256=Syc6XKaN1usf7bNWOez8_vAH3byrcROqskmBrSUWa4Y,2132
|
|
292
299
|
dodal/plan_stubs/motor_utils.py,sha256=smYhhkSfDHQrq_UPa7Szhhyx_HlwnP_1srG0JkiDwnY,4478
|
|
@@ -294,21 +301,20 @@ dodal/plan_stubs/wrapped.py,sha256=kC8HH7bx3-sLYu2oieY_502tAdT2OECF8n-fqoL5Bfc,4
|
|
|
294
301
|
dodal/plans/__init__.py,sha256=nH1jNxw3DzDMg9O8Uda0kqKIalRVEWBrq07OLY6Ey38,93
|
|
295
302
|
dodal/plans/bimorph.py,sha256=JxDmZDiEvZnz5f22tlaoyivpnaNGiX8kSL82qz5uvMM,11738
|
|
296
303
|
dodal/plans/configure_arm_trigger_and_disarm_detector.py,sha256=mzvno7ikEQkVfY1-vlrINxga2sOYAprRaf1LtySCfCk,6186
|
|
304
|
+
dodal/plans/load_panda_yaml.py,sha256=OF-ZygZyAyQEUdrAWiIxWZ6QhAsVx4Mm9ngRYB1mzKI,433
|
|
297
305
|
dodal/plans/save_panda.py,sha256=X-zR5GysBPp3M7ZpEYEqCUSc4nJYzHJBA44e52uQ6F4,3099
|
|
298
306
|
dodal/plans/scanspec.py,sha256=Q0AcvTKRT401iGMRDSqK-D523UX5_ofiVMZ_rNXKOx8,2074
|
|
299
|
-
dodal/plans/verify_undulator_gap.py,sha256=
|
|
307
|
+
dodal/plans/verify_undulator_gap.py,sha256=8FirCLRuDreqIRYTJfFuaefrgInoztKKajD6T-t07yw,638
|
|
300
308
|
dodal/plans/wrapped.py,sha256=BPMw__RcWvk9v5XnhMsi9_k4KsDEbmXogzD2n1ecbUg,2098
|
|
301
309
|
dodal/plans/preprocessors/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
302
310
|
dodal/plans/preprocessors/verify_undulator_gap.py,sha256=cBZEGq8TW1jrXFXB00iClQVXSEaE_jP_rHMY9WTgYyY,1813
|
|
303
|
-
dodal/testing/__init__.py,sha256=AUYZKAvVOs7ZvxO1dVhL0pDTleRO34FQlO5MNe_cwgU,96
|
|
304
|
-
dodal/testing/setup.py,sha256=8cQnrzE5MQD4Etf0eqMarmtr-opsUOMQww-k1V7DzIQ,2442
|
|
305
311
|
dodal/testing/electron_analyser/__init__.py,sha256=-lc1opD2dCv0x678-J-ApOhHtvEvcslfOQ7E613U8-Y,118
|
|
306
312
|
dodal/testing/electron_analyser/device_factory.py,sha256=tkMY6fW3iI02DTD1XXHi4lH6sjo8RHHZBGDHSuTdmNU,2243
|
|
307
313
|
dodal/testing/fixtures/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
308
|
-
dodal/testing/fixtures/run_engine.py,sha256=
|
|
314
|
+
dodal/testing/fixtures/run_engine.py,sha256=L77Sy6k142X2pWDReSygUymrS7PngBH6xR45EFYl_l4,4042
|
|
309
315
|
dodal/testing/fixtures/utils.py,sha256=jy3mfAAn_TFQ7gqCec-OiOlZkaNLUH3TESW2oohvNgo,1861
|
|
310
|
-
dls_dodal-1.
|
|
311
|
-
dls_dodal-1.
|
|
312
|
-
dls_dodal-1.
|
|
313
|
-
dls_dodal-1.
|
|
314
|
-
dls_dodal-1.
|
|
316
|
+
dls_dodal-1.66.0.dist-info/METADATA,sha256=priGbodqVjXBCtK6N2hGI93F8qoyd-PPfMOoE0bkw4U,16928
|
|
317
|
+
dls_dodal-1.66.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
318
|
+
dls_dodal-1.66.0.dist-info/entry_points.txt,sha256=0IO1Bjlnv0vJSSFdGEZ-S_pqQNkE2FnPTA6f0-aTBs8,87
|
|
319
|
+
dls_dodal-1.66.0.dist-info/top_level.txt,sha256=xIozdmZk_wmMV4wugpq9-6eZs0vgADNUKz3j2UAwlhc,6
|
|
320
|
+
dls_dodal-1.66.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.66.0'
|
|
32
|
+
__version_tuple__ = version_tuple = (1, 66, 0)
|
|
33
33
|
|
|
34
34
|
__commit_id__ = commit_id = None
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
from dodal.common.beamlines.beamline_utils import device_factory
|
|
2
2
|
from dodal.devices.i05.enums import Grating
|
|
3
|
-
from dodal.devices.pgm import
|
|
3
|
+
from dodal.devices.pgm import PlaneGratingMonochromator
|
|
4
4
|
from dodal.utils import BeamlinePrefix
|
|
5
5
|
|
|
6
6
|
PREFIX = BeamlinePrefix("i05", "I")
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
@device_factory()
|
|
10
|
-
def pgm() ->
|
|
11
|
-
return
|
|
10
|
+
def pgm() -> PlaneGratingMonochromator:
|
|
11
|
+
return PlaneGratingMonochromator(
|
|
12
|
+
prefix=f"{PREFIX.beamline_prefix}-OP-PGM-01:",
|
|
13
|
+
grating=Grating,
|
|
14
|
+
)
|
dodal/beamlines/aithre.py
CHANGED
|
@@ -7,12 +7,19 @@ from dodal.devices.oav.oav_parameters import OAVConfigBeamCentre
|
|
|
7
7
|
ZOOM_PARAMS_FILE = "/dls_sw/i23/software/aithre/aithre_oav.xml"
|
|
8
8
|
DISPLAY_CONFIG = "/dls_sw/i23/software/aithre/aithre_display.configuration"
|
|
9
9
|
|
|
10
|
+
|
|
10
11
|
PREFIX = "LA18L"
|
|
11
12
|
|
|
12
13
|
|
|
13
14
|
@device_factory()
|
|
14
15
|
def goniometer() -> Goniometer:
|
|
15
|
-
return Goniometer(
|
|
16
|
+
return Goniometer(
|
|
17
|
+
f"{PREFIX}-MO-LSR-01:",
|
|
18
|
+
y_infix="SAMPZ",
|
|
19
|
+
z_infix="SAMPY",
|
|
20
|
+
sampy_infix="Y",
|
|
21
|
+
sampz_infix="Z",
|
|
22
|
+
)
|
|
16
23
|
|
|
17
24
|
|
|
18
25
|
@device_factory()
|
|
@@ -22,8 +29,20 @@ def robot() -> LaserRobot:
|
|
|
22
29
|
|
|
23
30
|
@device_factory()
|
|
24
31
|
def oav(params: OAVConfigBeamCentre | None = None) -> OAVBeamCentreFile:
|
|
32
|
+
config = (
|
|
33
|
+
params
|
|
34
|
+
if params is not None
|
|
35
|
+
else OAVConfigBeamCentre(
|
|
36
|
+
zoom_params_file=ZOOM_PARAMS_FILE, display_config_file=DISPLAY_CONFIG
|
|
37
|
+
)
|
|
38
|
+
)
|
|
25
39
|
return OAVBeamCentreFile(
|
|
26
40
|
prefix=f"{PREFIX}-DI-OAV-01:",
|
|
27
|
-
config=
|
|
41
|
+
config=config,
|
|
28
42
|
zoom_controller=NullZoomController(),
|
|
43
|
+
mjpg_x_size_pv="ArraySize0_RBV",
|
|
44
|
+
mjpg_y_size_pv="ArraySize1_RBV",
|
|
45
|
+
x_direction=-1,
|
|
46
|
+
y_direction=-1,
|
|
47
|
+
z_direction=-1,
|
|
29
48
|
)
|
dodal/beamlines/b01_1.py
CHANGED
dodal/beamlines/b07.py
CHANGED
|
@@ -5,7 +5,7 @@ from dodal.common.beamlines.beamline_utils import set_beamline as set_utils_beam
|
|
|
5
5
|
from dodal.devices.b07 import Grating, LensMode, PsuMode
|
|
6
6
|
from dodal.devices.electron_analyser import EnergySource
|
|
7
7
|
from dodal.devices.electron_analyser.specs import SpecsDetector
|
|
8
|
-
from dodal.devices.pgm import
|
|
8
|
+
from dodal.devices.pgm import PlaneGratingMonochromator
|
|
9
9
|
from dodal.devices.synchrotron import Synchrotron
|
|
10
10
|
from dodal.log import set_beamline as set_log_beamline
|
|
11
11
|
from dodal.utils import BeamlinePrefix, get_beamline_name
|
|
@@ -22,8 +22,11 @@ def synchrotron() -> Synchrotron:
|
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
@device_factory()
|
|
25
|
-
def pgm() ->
|
|
26
|
-
return
|
|
25
|
+
def pgm() -> PlaneGratingMonochromator:
|
|
26
|
+
return PlaneGratingMonochromator(
|
|
27
|
+
prefix=f"{PREFIX.beamline_prefix}-OP-PGM-01:",
|
|
28
|
+
grating=Grating,
|
|
29
|
+
)
|
|
27
30
|
|
|
28
31
|
|
|
29
32
|
@device_factory()
|
dodal/beamlines/b07_1.py
CHANGED
|
@@ -8,7 +8,7 @@ from dodal.devices.b07_1 import (
|
|
|
8
8
|
)
|
|
9
9
|
from dodal.devices.electron_analyser import EnergySource
|
|
10
10
|
from dodal.devices.electron_analyser.specs import SpecsDetector
|
|
11
|
-
from dodal.devices.pgm import
|
|
11
|
+
from dodal.devices.pgm import PlaneGratingMonochromator
|
|
12
12
|
from dodal.devices.synchrotron import Synchrotron
|
|
13
13
|
from dodal.log import set_beamline as set_log_beamline
|
|
14
14
|
from dodal.utils import BeamlinePrefix, get_beamline_name
|
|
@@ -25,8 +25,11 @@ def synchrotron() -> Synchrotron:
|
|
|
25
25
|
|
|
26
26
|
|
|
27
27
|
@device_factory()
|
|
28
|
-
def pgm() ->
|
|
29
|
-
return
|
|
28
|
+
def pgm() -> PlaneGratingMonochromator:
|
|
29
|
+
return PlaneGratingMonochromator(
|
|
30
|
+
prefix=f"{PREFIX.beamline_prefix}-OP-PGM-01:",
|
|
31
|
+
grating=Grating,
|
|
32
|
+
)
|
|
30
33
|
|
|
31
34
|
|
|
32
35
|
# Connect will work again after this work completed
|
dodal/beamlines/i03.py
CHANGED
|
@@ -21,7 +21,7 @@ from dodal.devices.attenuator.attenuator import BinaryFilterAttenuator
|
|
|
21
21
|
from dodal.devices.backlight import Backlight
|
|
22
22
|
from dodal.devices.baton import Baton
|
|
23
23
|
from dodal.devices.collimation_table import CollimationTable
|
|
24
|
-
from dodal.devices.cryostream import CryoStream
|
|
24
|
+
from dodal.devices.cryostream import CryoStream, CryoStreamGantry
|
|
25
25
|
from dodal.devices.detector.detector_motion import DetectorMotion
|
|
26
26
|
from dodal.devices.diamond_filter import DiamondFilter, I03Filters
|
|
27
27
|
from dodal.devices.eiger import EigerDetector
|
|
@@ -31,8 +31,10 @@ from dodal.devices.flux import Flux
|
|
|
31
31
|
from dodal.devices.focusing_mirror import FocusingMirrorWithStripes, MirrorVoltages
|
|
32
32
|
from dodal.devices.hutch_shutter import HutchShutter
|
|
33
33
|
from dodal.devices.i03 import Beamstop
|
|
34
|
+
from dodal.devices.i03.beamsize import Beamsize
|
|
34
35
|
from dodal.devices.i03.dcm import DCM
|
|
35
36
|
from dodal.devices.i03.undulator_dcm import UndulatorDCM
|
|
37
|
+
from dodal.devices.ipin import IPin
|
|
36
38
|
from dodal.devices.motors import XYZStage
|
|
37
39
|
from dodal.devices.oav.oav_detector import OAVBeamCentreFile
|
|
38
40
|
from dodal.devices.oav.oav_parameters import OAVConfigBeamCentre
|
|
@@ -44,7 +46,7 @@ from dodal.devices.scintillator import Scintillator
|
|
|
44
46
|
from dodal.devices.smargon import Smargon
|
|
45
47
|
from dodal.devices.synchrotron import Synchrotron
|
|
46
48
|
from dodal.devices.thawer import Thawer
|
|
47
|
-
from dodal.devices.undulator import
|
|
49
|
+
from dodal.devices.undulator import UndulatorInKeV
|
|
48
50
|
from dodal.devices.webcam import Webcam
|
|
49
51
|
from dodal.devices.xbpm_feedback import XBPMFeedback
|
|
50
52
|
from dodal.devices.xspress3.xspress3 import Xspress3
|
|
@@ -256,11 +258,11 @@ def synchrotron() -> Synchrotron:
|
|
|
256
258
|
|
|
257
259
|
|
|
258
260
|
@device_factory()
|
|
259
|
-
def undulator(daq_configuration_path: str | None = None) ->
|
|
261
|
+
def undulator(daq_configuration_path: str | None = None) -> UndulatorInKeV:
|
|
260
262
|
"""Get the i03 undulator device, instantiate it if it hasn't already been.
|
|
261
263
|
If this is called when already instantiated in i03, it will return the existing object.
|
|
262
264
|
"""
|
|
263
|
-
return
|
|
265
|
+
return UndulatorInKeV(
|
|
264
266
|
f"{BeamlinePrefix(BL).insertion_prefix}-MO-SERVC-01:",
|
|
265
267
|
# evaluate here not as parameter default to enable post-import mocking
|
|
266
268
|
id_gap_lookup_table_path=f"{daq_configuration_path or DAQ_CONFIGURATION_PATH}/lookup/BeamLine_Undulator_toGap.txt",
|
|
@@ -396,6 +398,14 @@ def cryostream() -> CryoStream:
|
|
|
396
398
|
return CryoStream(PREFIX.beamline_prefix)
|
|
397
399
|
|
|
398
400
|
|
|
401
|
+
@device_factory()
|
|
402
|
+
def cryostream_gantry() -> CryoStreamGantry:
|
|
403
|
+
"""Get the i03 cryostream gantry device, instantiate it if it hasn't already been.
|
|
404
|
+
If this is called when already instantiated in i03, it will return the existing object.
|
|
405
|
+
"""
|
|
406
|
+
return CryoStreamGantry(PREFIX.beamline_prefix)
|
|
407
|
+
|
|
408
|
+
|
|
399
409
|
@device_factory()
|
|
400
410
|
def diamond_filter() -> DiamondFilter[I03Filters]:
|
|
401
411
|
"""Get the i03 diamond filter device, instantiate it if it hasn't already been.
|
|
@@ -448,3 +458,21 @@ def collimation_table() -> CollimationTable:
|
|
|
448
458
|
If this is called when already instantiated in i03, it will return the existing object.
|
|
449
459
|
"""
|
|
450
460
|
return CollimationTable(prefix=f"{PREFIX.beamline_prefix}-MO-TABLE-01")
|
|
461
|
+
|
|
462
|
+
|
|
463
|
+
@device_factory()
|
|
464
|
+
def beamsize() -> Beamsize:
|
|
465
|
+
"""Get the i03 beamsize device, instantiate it if it hasn't already been.
|
|
466
|
+
If this is called when already instantiated in i03, it will return the existing object.
|
|
467
|
+
"""
|
|
468
|
+
return Beamsize(
|
|
469
|
+
aperture_scatterguard=aperture_scatterguard(),
|
|
470
|
+
)
|
|
471
|
+
|
|
472
|
+
|
|
473
|
+
@device_factory()
|
|
474
|
+
def ipin() -> IPin:
|
|
475
|
+
"""Get the i03 ipin device, instantiate it if it hasn't already been.
|
|
476
|
+
If this is called when already instantiated in i04, it will return the existing object.
|
|
477
|
+
"""
|
|
478
|
+
return IPin(f"{PREFIX.beamline_prefix}-EA-PIN-01:")
|
dodal/beamlines/i04.py
CHANGED
|
@@ -20,6 +20,7 @@ from dodal.devices.eiger import EigerDetector
|
|
|
20
20
|
from dodal.devices.fast_grid_scan import ZebraFastGridScanThreeD
|
|
21
21
|
from dodal.devices.flux import Flux
|
|
22
22
|
from dodal.devices.i03.dcm import DCM
|
|
23
|
+
from dodal.devices.i04.beamsize import Beamsize
|
|
23
24
|
from dodal.devices.i04.constants import RedisConstants
|
|
24
25
|
from dodal.devices.i04.murko_results import MurkoResultsDevice
|
|
25
26
|
from dodal.devices.i04.transfocator import Transfocator
|
|
@@ -36,7 +37,7 @@ from dodal.devices.scintillator import Scintillator
|
|
|
36
37
|
from dodal.devices.smargon import Smargon
|
|
37
38
|
from dodal.devices.synchrotron import Synchrotron
|
|
38
39
|
from dodal.devices.thawer import Thawer
|
|
39
|
-
from dodal.devices.undulator import
|
|
40
|
+
from dodal.devices.undulator import UndulatorInKeV
|
|
40
41
|
from dodal.devices.xbpm_feedback import XBPMFeedback
|
|
41
42
|
from dodal.devices.zebra.zebra import Zebra
|
|
42
43
|
from dodal.devices.zebra.zebra_constants_mapping import (
|
|
@@ -228,11 +229,11 @@ def s4_slit_gaps() -> S4SlitGaps:
|
|
|
228
229
|
|
|
229
230
|
|
|
230
231
|
@device_factory()
|
|
231
|
-
def undulator() ->
|
|
232
|
+
def undulator() -> UndulatorInKeV:
|
|
232
233
|
"""Get the i04 undulator device, instantiate it if it hasn't already been.
|
|
233
234
|
If this is called when already instantiated in i04, it will return the existing object.
|
|
234
235
|
"""
|
|
235
|
-
return
|
|
236
|
+
return UndulatorInKeV(
|
|
236
237
|
prefix=f"{PREFIX.insertion_prefix}-MO-SERVC-01:",
|
|
237
238
|
id_gap_lookup_table_path="/dls_sw/i04/software/daq_configuration/lookup/BeamLine_Undulator_toGap.txt",
|
|
238
239
|
)
|
|
@@ -281,6 +282,7 @@ def oav_full_screen(params: OAVConfig | None = None) -> OAVBeamCentrePV:
|
|
|
281
282
|
prefix=f"{PREFIX.beamline_prefix}-DI-OAV-01:",
|
|
282
283
|
config=params or OAVConfig(ZOOM_PARAMS_FILE),
|
|
283
284
|
overlay_channel=3,
|
|
285
|
+
mjpeg_prefix="XTAL",
|
|
284
286
|
)
|
|
285
287
|
|
|
286
288
|
|
|
@@ -320,6 +322,8 @@ def oav_to_redis_forwarder() -> OAVToRedisForwarder:
|
|
|
320
322
|
"""
|
|
321
323
|
return OAVToRedisForwarder(
|
|
322
324
|
f"{PREFIX.beamline_prefix}-DI-OAV-01:",
|
|
325
|
+
oav_roi=oav(),
|
|
326
|
+
oav_fs=oav_full_screen(),
|
|
323
327
|
redis_host=RedisConstants.REDIS_HOST,
|
|
324
328
|
redis_password=RedisConstants.REDIS_PASSWORD,
|
|
325
329
|
redis_db=RedisConstants.MURKO_REDIS_DB,
|
|
@@ -374,3 +378,14 @@ def scintillator() -> Scintillator:
|
|
|
374
378
|
Reference(aperture_scatterguard()),
|
|
375
379
|
get_beamline_parameters(),
|
|
376
380
|
)
|
|
381
|
+
|
|
382
|
+
|
|
383
|
+
@device_factory()
|
|
384
|
+
def beamsize() -> Beamsize:
|
|
385
|
+
"""Get the i04 beamsize device, instantiate it if it hasn't already been.
|
|
386
|
+
If this is called when already instantiated in i04, it will return the existing object.
|
|
387
|
+
"""
|
|
388
|
+
return Beamsize(
|
|
389
|
+
transfocator=transfocator(),
|
|
390
|
+
aperture_scatterguard=aperture_scatterguard(),
|
|
391
|
+
)
|