cgse 2024.7.0__py3-none-any.whl → 2025.0.1__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.
Files changed (664) hide show
  1. README.md +27 -0
  2. bump.py +85 -0
  3. cgse-2025.0.1.dist-info/METADATA +38 -0
  4. cgse-2025.0.1.dist-info/RECORD +5 -0
  5. {cgse-2024.7.0.dist-info → cgse-2025.0.1.dist-info}/WHEEL +1 -2
  6. cgse-2024.7.0.dist-info/COPYING +0 -674
  7. cgse-2024.7.0.dist-info/COPYING.LESSER +0 -165
  8. cgse-2024.7.0.dist-info/METADATA +0 -144
  9. cgse-2024.7.0.dist-info/RECORD +0 -660
  10. cgse-2024.7.0.dist-info/entry_points.txt +0 -75
  11. cgse-2024.7.0.dist-info/top_level.txt +0 -2
  12. egse/__init__.py +0 -12
  13. egse/__main__.py +0 -32
  14. egse/aeu/aeu.py +0 -5238
  15. egse/aeu/aeu_awg.yaml +0 -265
  16. egse/aeu/aeu_crio.yaml +0 -273
  17. egse/aeu/aeu_cs.py +0 -627
  18. egse/aeu/aeu_devif.py +0 -321
  19. egse/aeu/aeu_main_ui.py +0 -903
  20. egse/aeu/aeu_metrics.py +0 -131
  21. egse/aeu/aeu_protocol.py +0 -463
  22. egse/aeu/aeu_psu.yaml +0 -204
  23. egse/aeu/aeu_ui.py +0 -873
  24. egse/aeu/arbdata/FccdRead.arb +0 -2
  25. egse/aeu/arbdata/FccdRead_min_points.arb +0 -2
  26. egse/aeu/arbdata/HeaterSync_FccdRead.arb +0 -2
  27. egse/aeu/arbdata/HeaterSync_ccdRead25.arb +0 -2
  28. egse/aeu/arbdata/HeaterSync_ccdRead31_25.arb +0 -2
  29. egse/aeu/arbdata/HeaterSync_ccdRead37_50.arb +0 -2
  30. egse/aeu/arbdata/HeaterSync_ccdRead43_75.arb +0 -2
  31. egse/aeu/arbdata/HeaterSync_ccdRead50.arb +0 -2
  32. egse/aeu/arbdata/Heater_FccdRead_min_points.arb +0 -2
  33. egse/aeu/arbdata/ccdRead25.arb +0 -2
  34. egse/aeu/arbdata/ccdRead25_150ms.arb +0 -2
  35. egse/aeu/arbdata/ccdRead31_25.arb +0 -2
  36. egse/aeu/arbdata/ccdRead31_25_150ms.arb +0 -2
  37. egse/aeu/arbdata/ccdRead37_50.arb +0 -2
  38. egse/aeu/arbdata/ccdRead37_50_150ms.arb +0 -2
  39. egse/aeu/arbdata/ccdRead43_75.arb +0 -2
  40. egse/aeu/arbdata/ccdRead43_75_150ms.arb +0 -2
  41. egse/aeu/arbdata/ccdRead50.arb +0 -2
  42. egse/aeu/arbdata/ccdRead50_150ms.arb +0 -2
  43. egse/alert/__init__.py +0 -1049
  44. egse/alert/alertman.yaml +0 -37
  45. egse/alert/alertman_cs.py +0 -233
  46. egse/alert/alertman_ui.py +0 -600
  47. egse/alert/gsm/beaglebone.py +0 -138
  48. egse/alert/gsm/beaglebone.yaml +0 -51
  49. egse/alert/gsm/beaglebone_cs.py +0 -108
  50. egse/alert/gsm/beaglebone_devif.py +0 -122
  51. egse/alert/gsm/beaglebone_protocol.py +0 -46
  52. egse/bits.py +0 -318
  53. egse/camera.py +0 -44
  54. egse/collimator/__init__.py +0 -0
  55. egse/collimator/fcul/__init__.py +0 -0
  56. egse/collimator/fcul/ogse.py +0 -1077
  57. egse/collimator/fcul/ogse.yaml +0 -14
  58. egse/collimator/fcul/ogse_cs.py +0 -154
  59. egse/collimator/fcul/ogse_devif.py +0 -358
  60. egse/collimator/fcul/ogse_protocol.py +0 -132
  61. egse/collimator/fcul/ogse_sim.py +0 -431
  62. egse/collimator/fcul/ogse_ui.py +0 -1108
  63. egse/command.py +0 -699
  64. egse/config.py +0 -410
  65. egse/confman/__init__.py +0 -1058
  66. egse/confman/confman.yaml +0 -70
  67. egse/confman/confman_cs.py +0 -240
  68. egse/confman/confman_ui.py +0 -381
  69. egse/confman/setup_ui.py +0 -565
  70. egse/control.py +0 -632
  71. egse/coordinates/__init__.py +0 -534
  72. egse/coordinates/avoidance.py +0 -100
  73. egse/coordinates/cslmodel.py +0 -127
  74. egse/coordinates/laser_tracker_to_dict.py +0 -122
  75. egse/coordinates/point.py +0 -707
  76. egse/coordinates/pyplot.py +0 -194
  77. egse/coordinates/referenceFrame.py +0 -1279
  78. egse/coordinates/refmodel.py +0 -737
  79. egse/coordinates/rotationMatrix.py +0 -85
  80. egse/coordinates/transform3d_addon.py +0 -419
  81. egse/csl/__init__.py +0 -50
  82. egse/csl/commanding.py +0 -78
  83. egse/csl/icons/hexapod-connected-selected.svg +0 -30
  84. egse/csl/icons/hexapod-connected.svg +0 -30
  85. egse/csl/icons/hexapod-homing-selected.svg +0 -68
  86. egse/csl/icons/hexapod-homing.svg +0 -68
  87. egse/csl/icons/hexapod-retract-selected.svg +0 -56
  88. egse/csl/icons/hexapod-retract.svg +0 -51
  89. egse/csl/icons/hexapod-zero-selected.svg +0 -56
  90. egse/csl/icons/hexapod-zero.svg +0 -56
  91. egse/csl/icons/logo-puna.svg +0 -92
  92. egse/csl/icons/stop.svg +0 -1
  93. egse/csl/initialisation.py +0 -102
  94. egse/csl/mech_pos_settings.yaml +0 -18
  95. egse/das.py +0 -1240
  96. egse/das.yaml +0 -7
  97. egse/data/conf/SETUP_CSL_00000_170620_150000.yaml +0 -5
  98. egse/data/conf/SETUP_CSL_00001_170620_151010.yaml +0 -69
  99. egse/data/conf/SETUP_CSL_00002_170620_151020.yaml +0 -69
  100. egse/data/conf/SETUP_CSL_00003_170620_151030.yaml +0 -69
  101. egse/data/conf/SETUP_CSL_00004_170620_151040.yaml +0 -69
  102. egse/data/conf/SETUP_CSL_00005_170620_151050.yaml +0 -69
  103. egse/data/conf/SETUP_CSL_00006_170620_151060.yaml +0 -69
  104. egse/data/conf/SETUP_CSL_00007_170620_151070.yaml +0 -69
  105. egse/data/conf/SETUP_CSL_00008_170620_151080.yaml +0 -75
  106. egse/data/conf/SETUP_CSL_00010_210308_083016.yaml +0 -138
  107. egse/data/conf/SETUP_INTA_00000_170620_150000.yaml +0 -4
  108. egse/data/conf/SETUP_SRON_00000_170620_150000.yaml +0 -4
  109. egse/decorators.py +0 -514
  110. egse/device.py +0 -269
  111. egse/dpu/__init__.py +0 -2698
  112. egse/dpu/ccd_ui.py +0 -514
  113. egse/dpu/dpu.py +0 -783
  114. egse/dpu/dpu.yaml +0 -153
  115. egse/dpu/dpu_cs.py +0 -272
  116. egse/dpu/dpu_ui.py +0 -671
  117. egse/dpu/fitsgen.py +0 -2096
  118. egse/dpu/fitsgen_ui.py +0 -399
  119. egse/dpu/hdf5_model.py +0 -332
  120. egse/dpu/hdf5_ui.py +0 -277
  121. egse/dpu/hdf5_viewer.py +0 -506
  122. egse/dpu/hk_ui.py +0 -468
  123. egse/dpu_commands.py +0 -81
  124. egse/dsi/__init__.py +0 -33
  125. egse/dsi/_libesl.py +0 -232
  126. egse/dsi/constants.py +0 -296
  127. egse/dsi/esl.py +0 -630
  128. egse/dsi/rmap.py +0 -444
  129. egse/dsi/rmapci.py +0 -39
  130. egse/dsi/spw.py +0 -335
  131. egse/dsi/spw_state.py +0 -29
  132. egse/dummy.py +0 -318
  133. egse/dyndummy.py +0 -179
  134. egse/env.py +0 -278
  135. egse/exceptions.py +0 -88
  136. egse/fdir/__init__.py +0 -26
  137. egse/fdir/fdir_manager.py +0 -85
  138. egse/fdir/fdir_manager.yaml +0 -37
  139. egse/fdir/fdir_manager_controller.py +0 -136
  140. egse/fdir/fdir_manager_cs.py +0 -164
  141. egse/fdir/fdir_manager_interface.py +0 -15
  142. egse/fdir/fdir_remote.py +0 -73
  143. egse/fdir/fdir_remote.yaml +0 -30
  144. egse/fdir/fdir_remote_controller.py +0 -30
  145. egse/fdir/fdir_remote_cs.py +0 -94
  146. egse/fdir/fdir_remote_interface.py +0 -9
  147. egse/fdir/fdir_remote_popup.py +0 -26
  148. egse/fee/__init__.py +0 -106
  149. egse/fee/f_fee_register.yaml +0 -43
  150. egse/fee/feesim.py +0 -914
  151. egse/fee/n_fee_hk.py +0 -768
  152. egse/fee/nfee.py +0 -188
  153. egse/filterwheel/__init__.py +0 -4
  154. egse/filterwheel/eksma/__init__.py +0 -49
  155. egse/filterwheel/eksma/fw8smc4.py +0 -657
  156. egse/filterwheel/eksma/fw8smc4.yaml +0 -121
  157. egse/filterwheel/eksma/fw8smc4_cs.py +0 -144
  158. egse/filterwheel/eksma/fw8smc4_devif.py +0 -473
  159. egse/filterwheel/eksma/fw8smc4_protocol.py +0 -82
  160. egse/filterwheel/eksma/fw8smc4_ui.py +0 -940
  161. egse/filterwheel/eksma/fw8smc5.py +0 -115
  162. egse/filterwheel/eksma/fw8smc5.yaml +0 -105
  163. egse/filterwheel/eksma/fw8smc5_controller.py +0 -307
  164. egse/filterwheel/eksma/fw8smc5_cs.py +0 -141
  165. egse/filterwheel/eksma/fw8smc5_interface.py +0 -65
  166. egse/filterwheel/eksma/fw8smc5_simulator.py +0 -29
  167. egse/filterwheel/eksma/fw8smc5_ui.py +0 -1065
  168. egse/filterwheel/eksma/testpythonfw.py +0 -215
  169. egse/fov/__init__.py +0 -65
  170. egse/fov/fov_hk.py +0 -710
  171. egse/fov/fov_ui.py +0 -859
  172. egse/fov/fov_ui_controller.py +0 -140
  173. egse/fov/fov_ui_model.py +0 -200
  174. egse/fov/fov_ui_view.py +0 -345
  175. egse/gimbal/__init__.py +0 -32
  176. egse/gimbal/symetrie/__init__.py +0 -26
  177. egse/gimbal/symetrie/alpha.py +0 -586
  178. egse/gimbal/symetrie/generic_gimbal_ui.py +0 -1521
  179. egse/gimbal/symetrie/gimbal.py +0 -877
  180. egse/gimbal/symetrie/gimbal.yaml +0 -168
  181. egse/gimbal/symetrie/gimbal_cs.py +0 -183
  182. egse/gimbal/symetrie/gimbal_protocol.py +0 -138
  183. egse/gimbal/symetrie/gimbal_ui.py +0 -361
  184. egse/gimbal/symetrie/pmac.py +0 -1006
  185. egse/gimbal/symetrie/pmac_regex.py +0 -83
  186. egse/graph.py +0 -132
  187. egse/gui/__init__.py +0 -47
  188. egse/gui/buttons.py +0 -378
  189. egse/gui/focalplane.py +0 -1285
  190. egse/gui/formatter.py +0 -10
  191. egse/gui/led.py +0 -162
  192. egse/gui/limitswitch.py +0 -143
  193. egse/gui/mechanisms.py +0 -587
  194. egse/gui/states.py +0 -148
  195. egse/gui/stripchart.py +0 -729
  196. egse/gui/styles.qss +0 -48
  197. egse/gui/switch.py +0 -112
  198. egse/h5.py +0 -274
  199. egse/help/__init__.py +0 -0
  200. egse/help/help_ui.py +0 -126
  201. egse/hexapod/__init__.py +0 -32
  202. egse/hexapod/symetrie/__init__.py +0 -137
  203. egse/hexapod/symetrie/alpha.py +0 -874
  204. egse/hexapod/symetrie/dynalpha.py +0 -1387
  205. egse/hexapod/symetrie/hexapod_ui.py +0 -1516
  206. egse/hexapod/symetrie/pmac.py +0 -1010
  207. egse/hexapod/symetrie/pmac_regex.py +0 -83
  208. egse/hexapod/symetrie/puna.py +0 -1167
  209. egse/hexapod/symetrie/puna.yaml +0 -193
  210. egse/hexapod/symetrie/puna_cs.py +0 -195
  211. egse/hexapod/symetrie/puna_protocol.py +0 -134
  212. egse/hexapod/symetrie/puna_ui.py +0 -433
  213. egse/hexapod/symetrie/punaplus.py +0 -107
  214. egse/hexapod/symetrie/zonda.py +0 -872
  215. egse/hexapod/symetrie/zonda.yaml +0 -337
  216. egse/hexapod/symetrie/zonda_cs.py +0 -172
  217. egse/hexapod/symetrie/zonda_devif.py +0 -414
  218. egse/hexapod/symetrie/zonda_protocol.py +0 -123
  219. egse/hexapod/symetrie/zonda_ui.py +0 -449
  220. egse/hk.py +0 -791
  221. egse/icons/aeu-cs-start.svg +0 -117
  222. egse/icons/aeu-cs-stop.svg +0 -118
  223. egse/icons/aeu-cs.svg +0 -107
  224. egse/icons/aeu_cs-started.svg +0 -112
  225. egse/icons/aeu_cs-stopped.svg +0 -112
  226. egse/icons/aeu_cs.svg +0 -55
  227. egse/icons/alert.svg +0 -1
  228. egse/icons/arrow-double-left.png +0 -0
  229. egse/icons/arrow-double-right.png +0 -0
  230. egse/icons/arrow-up.svg +0 -11
  231. egse/icons/backward.svg +0 -1
  232. egse/icons/busy.svg +0 -1
  233. egse/icons/cleaning.svg +0 -115
  234. egse/icons/color-scheme.svg +0 -1
  235. egse/icons/cs-connected-alert.svg +0 -91
  236. egse/icons/cs-connected-disabled.svg +0 -43
  237. egse/icons/cs-connected.svg +0 -89
  238. egse/icons/cs-not-connected.svg +0 -44
  239. egse/icons/double-left-arrow.svg +0 -1
  240. egse/icons/double-right-arrow.svg +0 -1
  241. egse/icons/erase-disabled.svg +0 -19
  242. egse/icons/erase.svg +0 -59
  243. egse/icons/fitsgen-start.svg +0 -47
  244. egse/icons/fitsgen-stop.svg +0 -48
  245. egse/icons/fitsgen.svg +0 -1
  246. egse/icons/forward.svg +0 -1
  247. egse/icons/fov-hk-start.svg +0 -33
  248. egse/icons/fov-hk-stop.svg +0 -37
  249. egse/icons/fov-hk.svg +0 -1
  250. egse/icons/front-desk.svg +0 -1
  251. egse/icons/home-actioned.svg +0 -15
  252. egse/icons/home-disabled.svg +0 -15
  253. egse/icons/home.svg +0 -13
  254. egse/icons/info.svg +0 -1
  255. egse/icons/invalid.png +0 -0
  256. egse/icons/led-green.svg +0 -20
  257. egse/icons/led-grey.svg +0 -20
  258. egse/icons/led-orange.svg +0 -20
  259. egse/icons/led-red.svg +0 -20
  260. egse/icons/led-square-green.svg +0 -134
  261. egse/icons/led-square-grey.svg +0 -134
  262. egse/icons/led-square-orange.svg +0 -134
  263. egse/icons/led-square-red.svg +0 -134
  264. egse/icons/limit-switch-all-green.svg +0 -115
  265. egse/icons/limit-switch-all-red.svg +0 -117
  266. egse/icons/limit-switch-el+.svg +0 -116
  267. egse/icons/limit-switch-el-.svg +0 -117
  268. egse/icons/location-marker.svg +0 -1
  269. egse/icons/logo-dpu.svg +0 -48
  270. egse/icons/logo-gimbal.svg +0 -112
  271. egse/icons/logo-huber.svg +0 -23
  272. egse/icons/logo-ogse.svg +0 -31
  273. egse/icons/logo-puna.svg +0 -92
  274. egse/icons/logo-tcs.svg +0 -29
  275. egse/icons/logo-zonda.svg +0 -66
  276. egse/icons/maximize.svg +0 -1
  277. egse/icons/meter.svg +0 -1
  278. egse/icons/more.svg +0 -45
  279. egse/icons/n-fee-hk-start.svg +0 -24
  280. egse/icons/n-fee-hk-stop.svg +0 -25
  281. egse/icons/n-fee-hk.svg +0 -83
  282. egse/icons/observing-off.svg +0 -46
  283. egse/icons/observing-on.svg +0 -46
  284. egse/icons/open-document-hdf5.png +0 -0
  285. egse/icons/open-document-hdf5.svg +0 -21
  286. egse/icons/ops-mode.svg +0 -1
  287. egse/icons/play-green.svg +0 -17
  288. egse/icons/plugged-disabled.svg +0 -27
  289. egse/icons/plugged.svg +0 -21
  290. egse/icons/pm_ui.svg +0 -1
  291. egse/icons/power-button-green.svg +0 -27
  292. egse/icons/power-button-red.svg +0 -27
  293. egse/icons/power-button.svg +0 -27
  294. egse/icons/radar.svg +0 -1
  295. egse/icons/radioactive.svg +0 -2
  296. egse/icons/reload.svg +0 -1
  297. egse/icons/remote-control-off.svg +0 -28
  298. egse/icons/remote-control-on.svg +0 -28
  299. egse/icons/repeat-blue.svg +0 -15
  300. egse/icons/repeat.svg +0 -1
  301. egse/icons/settings.svg +0 -1
  302. egse/icons/shrink.svg +0 -1
  303. egse/icons/shutter.svg +0 -1
  304. egse/icons/sign-off.svg +0 -1
  305. egse/icons/sign-on.svg +0 -1
  306. egse/icons/sim-mode.svg +0 -1
  307. egse/icons/small-buttons-go.svg +0 -20
  308. egse/icons/small-buttons-minus.svg +0 -51
  309. egse/icons/small-buttons-plus.svg +0 -51
  310. egse/icons/sponge.svg +0 -220
  311. egse/icons/start-button-disabled.svg +0 -84
  312. egse/icons/start-button.svg +0 -50
  313. egse/icons/stop-button-disabled.svg +0 -84
  314. egse/icons/stop-button.svg +0 -50
  315. egse/icons/stop-red.svg +0 -17
  316. egse/icons/stop.svg +0 -1
  317. egse/icons/switch-disabled-square.svg +0 -87
  318. egse/icons/switch-disabled.svg +0 -15
  319. egse/icons/switch-off-square.svg +0 -87
  320. egse/icons/switch-off.svg +0 -72
  321. egse/icons/switch-on-square.svg +0 -87
  322. egse/icons/switch-on.svg +0 -61
  323. egse/icons/temperature-control.svg +0 -44
  324. egse/icons/th_ui_logo.svg +0 -1
  325. egse/icons/unplugged.svg +0 -23
  326. egse/icons/unvalid.png +0 -0
  327. egse/icons/user-interface.svg +0 -1
  328. egse/icons/vacuum.svg +0 -1
  329. egse/icons/valid.png +0 -0
  330. egse/icons/zoom-to-pixel-dark.svg +0 -64
  331. egse/icons/zoom-to-pixel-white.svg +0 -36
  332. egse/images/big-rotation-stage.png +0 -0
  333. egse/images/connected-100.png +0 -0
  334. egse/images/cross.svg +0 -6
  335. egse/images/disconnected-100.png +0 -0
  336. egse/images/gui-icon.png +0 -0
  337. egse/images/home.svg +0 -6
  338. egse/images/info-icon.png +0 -0
  339. egse/images/led-black.svg +0 -89
  340. egse/images/led-green.svg +0 -85
  341. egse/images/led-orange.svg +0 -85
  342. egse/images/led-red.svg +0 -85
  343. egse/images/load-icon.png +0 -0
  344. egse/images/load-setup.png +0 -0
  345. egse/images/load.png +0 -0
  346. egse/images/pause.png +0 -0
  347. egse/images/play-button.svg +0 -8
  348. egse/images/play.png +0 -0
  349. egse/images/process-status.png +0 -0
  350. egse/images/restart.png +0 -0
  351. egse/images/search.png +0 -0
  352. egse/images/sma.png +0 -0
  353. egse/images/start.png +0 -0
  354. egse/images/stop-button.svg +0 -8
  355. egse/images/stop.png +0 -0
  356. egse/images/switch-off.svg +0 -48
  357. egse/images/switch-on.svg +0 -48
  358. egse/images/undo.png +0 -0
  359. egse/images/update-button.svg +0 -11
  360. egse/imageviewer/exposureselection.py +0 -475
  361. egse/imageviewer/imageviewer.py +0 -198
  362. egse/imageviewer/matchfocalplane.py +0 -179
  363. egse/imageviewer/subfieldposition.py +0 -133
  364. egse/lampcontrol/__init__.py +0 -4
  365. egse/lampcontrol/beaglebone/beaglebone.py +0 -178
  366. egse/lampcontrol/beaglebone/beaglebone.yaml +0 -62
  367. egse/lampcontrol/beaglebone/beaglebone_cs.py +0 -106
  368. egse/lampcontrol/beaglebone/beaglebone_devif.py +0 -150
  369. egse/lampcontrol/beaglebone/beaglebone_protocol.py +0 -73
  370. egse/lampcontrol/energetiq/__init__.py +0 -22
  371. egse/lampcontrol/energetiq/eq99.yaml +0 -98
  372. egse/lampcontrol/energetiq/lampEQ99.py +0 -283
  373. egse/lampcontrol/energetiq/lampEQ99_cs.py +0 -128
  374. egse/lampcontrol/energetiq/lampEQ99_devif.py +0 -158
  375. egse/lampcontrol/energetiq/lampEQ99_encode_decode_errors.py +0 -73
  376. egse/lampcontrol/energetiq/lampEQ99_protocol.py +0 -71
  377. egse/lampcontrol/energetiq/lampEQ99_ui.py +0 -465
  378. egse/lib/CentOS-7/EtherSpaceLink_v34_86.dylib +0 -0
  379. egse/lib/CentOS-8/ESL-RMAP_v34_86.dylib +0 -0
  380. egse/lib/CentOS-8/EtherSpaceLink_v34_86.dylib +0 -0
  381. egse/lib/Debian/ESL-RMAP_v34_86.dylib +0 -0
  382. egse/lib/Debian/EtherSpaceLink_v34_86.dylib +0 -0
  383. egse/lib/Debian/libetherspacelink_v35_21.dylib +0 -0
  384. egse/lib/Linux/ESL-RMAP_v34_86.dylib +0 -0
  385. egse/lib/Linux/EtherSpaceLink_v34_86.dylib +0 -0
  386. egse/lib/Ubuntu-20/ESL-RMAP_v34_86.dylib +0 -0
  387. egse/lib/Ubuntu-20/EtherSpaceLink_v34_86.dylib +0 -0
  388. egse/lib/gssw/python3-gssw_2.2.3+31f63c9f-1_all.deb +0 -0
  389. egse/lib/ximc/__pycache__/pyximc.cpython-38 2.pyc +0 -0
  390. egse/lib/ximc/__pycache__/pyximc.cpython-38.pyc +0 -0
  391. egse/lib/ximc/libximc.framework/Frameworks/libbindy.dylib +0 -0
  392. egse/lib/ximc/libximc.framework/Frameworks/libxiwrapper.dylib +0 -0
  393. egse/lib/ximc/libximc.framework/Headers/ximc.h +0 -5510
  394. egse/lib/ximc/libximc.framework/Resources/Info.plist +0 -42
  395. egse/lib/ximc/libximc.framework/Resources/keyfile.sqlite +0 -0
  396. egse/lib/ximc/libximc.framework/libbindy.so +0 -0
  397. egse/lib/ximc/libximc.framework/libximc +0 -0
  398. egse/lib/ximc/libximc.framework/libximc.so +0 -0
  399. egse/lib/ximc/libximc.framework/libximc.so.7.0.0 +0 -0
  400. egse/lib/ximc/libximc.framework/libxiwrapper.so +0 -0
  401. egse/lib/ximc/pyximc.py +0 -922
  402. egse/listener.py +0 -179
  403. egse/logger/__init__.py +0 -243
  404. egse/logger/log_cs.py +0 -321
  405. egse/metrics.py +0 -102
  406. egse/mixin.py +0 -464
  407. egse/monitoring.py +0 -95
  408. egse/ni/alarms/__init__.py +0 -26
  409. egse/ni/alarms/cdaq9375.py +0 -300
  410. egse/ni/alarms/cdaq9375.yaml +0 -89
  411. egse/ni/alarms/cdaq9375_cs.py +0 -130
  412. egse/ni/alarms/cdaq9375_devif.py +0 -183
  413. egse/ni/alarms/cdaq9375_protocol.py +0 -48
  414. egse/obs_inspection.py +0 -165
  415. egse/observer.py +0 -41
  416. egse/obsid.py +0 -163
  417. egse/powermeter/__init__.py +0 -0
  418. egse/powermeter/ni/__init__.py +0 -38
  419. egse/powermeter/ni/cdaq9184.py +0 -224
  420. egse/powermeter/ni/cdaq9184.yaml +0 -73
  421. egse/powermeter/ni/cdaq9184_cs.py +0 -130
  422. egse/powermeter/ni/cdaq9184_devif.py +0 -201
  423. egse/powermeter/ni/cdaq9184_protocol.py +0 -48
  424. egse/powermeter/ni/cdaq9184_ui.py +0 -544
  425. egse/powermeter/thorlabs/__init__.py +0 -25
  426. egse/powermeter/thorlabs/pm100a.py +0 -380
  427. egse/powermeter/thorlabs/pm100a.yaml +0 -132
  428. egse/powermeter/thorlabs/pm100a_cs.py +0 -136
  429. egse/powermeter/thorlabs/pm100a_devif.py +0 -127
  430. egse/powermeter/thorlabs/pm100a_protocol.py +0 -80
  431. egse/powermeter/thorlabs/pm100a_ui.py +0 -725
  432. egse/process.py +0 -451
  433. egse/procman/__init__.py +0 -834
  434. egse/procman/cannot_start_process_popup.py +0 -43
  435. egse/procman/procman.yaml +0 -49
  436. egse/procman/procman_cs.py +0 -201
  437. egse/procman/procman_ui.py +0 -2081
  438. egse/protocol.py +0 -605
  439. egse/proxy.py +0 -531
  440. egse/randomwalk.py +0 -140
  441. egse/reg.py +0 -585
  442. egse/reload.py +0 -122
  443. egse/reprocess.py +0 -693
  444. egse/resource.py +0 -333
  445. egse/rmap.py +0 -406
  446. egse/rst.py +0 -135
  447. egse/search.py +0 -182
  448. egse/serialdevice.py +0 -190
  449. egse/services.py +0 -247
  450. egse/services.yaml +0 -68
  451. egse/settings.py +0 -379
  452. egse/settings.yaml +0 -980
  453. egse/setup.py +0 -1181
  454. egse/shutter/__init__.py +0 -0
  455. egse/shutter/thorlabs/__init__.py +0 -19
  456. egse/shutter/thorlabs/ksc101.py +0 -205
  457. egse/shutter/thorlabs/ksc101.yaml +0 -105
  458. egse/shutter/thorlabs/ksc101_cs.py +0 -136
  459. egse/shutter/thorlabs/ksc101_devif.py +0 -201
  460. egse/shutter/thorlabs/ksc101_protocol.py +0 -71
  461. egse/shutter/thorlabs/ksc101_ui.py +0 -548
  462. egse/shutter/thorlabs/sc10.py +0 -82
  463. egse/shutter/thorlabs/sc10.yaml +0 -52
  464. egse/shutter/thorlabs/sc10_controller.py +0 -81
  465. egse/shutter/thorlabs/sc10_cs.py +0 -108
  466. egse/shutter/thorlabs/sc10_interface.py +0 -25
  467. egse/shutter/thorlabs/sc10_simulator.py +0 -30
  468. egse/simulator.py +0 -41
  469. egse/slack.py +0 -61
  470. egse/socketdevice.py +0 -218
  471. egse/sockets.py +0 -218
  472. egse/spw.py +0 -1401
  473. egse/stages/__init__.py +0 -12
  474. egse/stages/aerotech/ensemble.py +0 -245
  475. egse/stages/aerotech/ensemble.yaml +0 -205
  476. egse/stages/aerotech/ensemble_controller.py +0 -275
  477. egse/stages/aerotech/ensemble_cs.py +0 -110
  478. egse/stages/aerotech/ensemble_interface.py +0 -132
  479. egse/stages/aerotech/ensemble_parameters.py +0 -433
  480. egse/stages/aerotech/ensemble_simulator.py +0 -27
  481. egse/stages/aerotech/mgse_sim.py +0 -188
  482. egse/stages/arun/smd3.py +0 -110
  483. egse/stages/arun/smd3.yaml +0 -68
  484. egse/stages/arun/smd3_controller.py +0 -470
  485. egse/stages/arun/smd3_cs.py +0 -112
  486. egse/stages/arun/smd3_interface.py +0 -53
  487. egse/stages/arun/smd3_simulator.py +0 -27
  488. egse/stages/arun/smd3_stop.py +0 -16
  489. egse/stages/huber/__init__.py +0 -49
  490. egse/stages/huber/smc9300.py +0 -920
  491. egse/stages/huber/smc9300.yaml +0 -63
  492. egse/stages/huber/smc9300_cs.py +0 -178
  493. egse/stages/huber/smc9300_devif.py +0 -345
  494. egse/stages/huber/smc9300_protocol.py +0 -113
  495. egse/stages/huber/smc9300_sim.py +0 -547
  496. egse/stages/huber/smc9300_ui.py +0 -973
  497. egse/state.py +0 -173
  498. egse/statemachine.py +0 -274
  499. egse/storage/__init__.py +0 -1067
  500. egse/storage/persistence.py +0 -2295
  501. egse/storage/storage.yaml +0 -79
  502. egse/storage/storage_cs.py +0 -231
  503. egse/styles/dark.qss +0 -343
  504. egse/styles/default.qss +0 -48
  505. egse/synoptics/__init__.py +0 -417
  506. egse/synoptics/syn.yaml +0 -9
  507. egse/synoptics/syn_cs.py +0 -195
  508. egse/system.py +0 -1611
  509. egse/tcs/__init__.py +0 -14
  510. egse/tcs/tcs.py +0 -879
  511. egse/tcs/tcs.yaml +0 -14
  512. egse/tcs/tcs_cs.py +0 -202
  513. egse/tcs/tcs_devif.py +0 -292
  514. egse/tcs/tcs_protocol.py +0 -180
  515. egse/tcs/tcs_sim.py +0 -177
  516. egse/tcs/tcs_ui.py +0 -543
  517. egse/tdms.py +0 -171
  518. egse/tempcontrol/__init__.py +0 -23
  519. egse/tempcontrol/agilent/agilent34970.py +0 -109
  520. egse/tempcontrol/agilent/agilent34970.yaml +0 -44
  521. egse/tempcontrol/agilent/agilent34970_cs.py +0 -114
  522. egse/tempcontrol/agilent/agilent34970_devif.py +0 -182
  523. egse/tempcontrol/agilent/agilent34970_protocol.py +0 -96
  524. egse/tempcontrol/agilent/agilent34972.py +0 -111
  525. egse/tempcontrol/agilent/agilent34972.yaml +0 -44
  526. egse/tempcontrol/agilent/agilent34972_cs.py +0 -115
  527. egse/tempcontrol/agilent/agilent34972_devif.py +0 -189
  528. egse/tempcontrol/agilent/agilent34972_protocol.py +0 -98
  529. egse/tempcontrol/beaglebone/beaglebone.py +0 -341
  530. egse/tempcontrol/beaglebone/beaglebone.yaml +0 -110
  531. egse/tempcontrol/beaglebone/beaglebone_cs.py +0 -117
  532. egse/tempcontrol/beaglebone/beaglebone_protocol.py +0 -134
  533. egse/tempcontrol/beaglebone/beaglebone_ui.py +0 -674
  534. egse/tempcontrol/digalox/digalox.py +0 -115
  535. egse/tempcontrol/digalox/digalox.yaml +0 -36
  536. egse/tempcontrol/digalox/digalox_cs.py +0 -108
  537. egse/tempcontrol/digalox/digalox_protocol.py +0 -56
  538. egse/tempcontrol/keithley/__init__.py +0 -33
  539. egse/tempcontrol/keithley/daq6510.py +0 -662
  540. egse/tempcontrol/keithley/daq6510.yaml +0 -105
  541. egse/tempcontrol/keithley/daq6510_cs.py +0 -163
  542. egse/tempcontrol/keithley/daq6510_devif.py +0 -343
  543. egse/tempcontrol/keithley/daq6510_protocol.py +0 -79
  544. egse/tempcontrol/keithley/daq6510_sim.py +0 -186
  545. egse/tempcontrol/lakeshore/__init__.py +0 -33
  546. egse/tempcontrol/lakeshore/lsci.py +0 -361
  547. egse/tempcontrol/lakeshore/lsci.yaml +0 -162
  548. egse/tempcontrol/lakeshore/lsci_cs.py +0 -174
  549. egse/tempcontrol/lakeshore/lsci_devif.py +0 -292
  550. egse/tempcontrol/lakeshore/lsci_protocol.py +0 -76
  551. egse/tempcontrol/lakeshore/lsci_ui.py +0 -387
  552. egse/tempcontrol/ni/__init__.py +0 -0
  553. egse/tempcontrol/spid/spid.py +0 -109
  554. egse/tempcontrol/spid/spid.yaml +0 -81
  555. egse/tempcontrol/spid/spid_controller.py +0 -279
  556. egse/tempcontrol/spid/spid_cs.py +0 -136
  557. egse/tempcontrol/spid/spid_protocol.py +0 -107
  558. egse/tempcontrol/spid/spid_ui.py +0 -723
  559. egse/tempcontrol/srs/__init__.py +0 -22
  560. egse/tempcontrol/srs/ptc10.py +0 -867
  561. egse/tempcontrol/srs/ptc10.yaml +0 -227
  562. egse/tempcontrol/srs/ptc10_cs.py +0 -128
  563. egse/tempcontrol/srs/ptc10_devif.py +0 -116
  564. egse/tempcontrol/srs/ptc10_protocol.py +0 -39
  565. egse/tempcontrol/srs/ptc10_ui.py +0 -906
  566. egse/ups/apc/apc.py +0 -236
  567. egse/ups/apc/apc.yaml +0 -45
  568. egse/ups/apc/apc_cs.py +0 -101
  569. egse/ups/apc/apc_protocol.py +0 -125
  570. egse/user.yaml +0 -7
  571. egse/vacuum/beaglebone/beaglebone.py +0 -149
  572. egse/vacuum/beaglebone/beaglebone.yaml +0 -44
  573. egse/vacuum/beaglebone/beaglebone_cs.py +0 -108
  574. egse/vacuum/beaglebone/beaglebone_devif.py +0 -159
  575. egse/vacuum/beaglebone/beaglebone_protocol.py +0 -192
  576. egse/vacuum/beaglebone/beaglebone_ui.py +0 -638
  577. egse/vacuum/instrutech/igm402.py +0 -91
  578. egse/vacuum/instrutech/igm402.yaml +0 -90
  579. egse/vacuum/instrutech/igm402_controller.py +0 -124
  580. egse/vacuum/instrutech/igm402_cs.py +0 -108
  581. egse/vacuum/instrutech/igm402_interface.py +0 -49
  582. egse/vacuum/instrutech/igm402_simulator.py +0 -36
  583. egse/vacuum/keller/kellerBus.py +0 -256
  584. egse/vacuum/keller/leo3.py +0 -100
  585. egse/vacuum/keller/leo3.yaml +0 -38
  586. egse/vacuum/keller/leo3_controller.py +0 -81
  587. egse/vacuum/keller/leo3_cs.py +0 -101
  588. egse/vacuum/keller/leo3_interface.py +0 -33
  589. egse/vacuum/mks/evision.py +0 -86
  590. egse/vacuum/mks/evision.yaml +0 -75
  591. egse/vacuum/mks/evision_cs.py +0 -101
  592. egse/vacuum/mks/evision_devif.py +0 -313
  593. egse/vacuum/mks/evision_interface.py +0 -60
  594. egse/vacuum/mks/evision_simulator.py +0 -24
  595. egse/vacuum/mks/evision_ui.py +0 -701
  596. egse/vacuum/pfeiffer/acp40.py +0 -87
  597. egse/vacuum/pfeiffer/acp40.yaml +0 -60
  598. egse/vacuum/pfeiffer/acp40_controller.py +0 -117
  599. egse/vacuum/pfeiffer/acp40_cs.py +0 -109
  600. egse/vacuum/pfeiffer/acp40_interface.py +0 -40
  601. egse/vacuum/pfeiffer/acp40_simulator.py +0 -37
  602. egse/vacuum/pfeiffer/tc400.py +0 -87
  603. egse/vacuum/pfeiffer/tc400.yaml +0 -83
  604. egse/vacuum/pfeiffer/tc400_controller.py +0 -136
  605. egse/vacuum/pfeiffer/tc400_cs.py +0 -109
  606. egse/vacuum/pfeiffer/tc400_interface.py +0 -70
  607. egse/vacuum/pfeiffer/tc400_simulator.py +0 -35
  608. egse/vacuum/pfeiffer/tpg261.py +0 -80
  609. egse/vacuum/pfeiffer/tpg261.yaml +0 -66
  610. egse/vacuum/pfeiffer/tpg261_controller.py +0 -150
  611. egse/vacuum/pfeiffer/tpg261_cs.py +0 -109
  612. egse/vacuum/pfeiffer/tpg261_interface.py +0 -59
  613. egse/vacuum/pfeiffer/tpg261_simulator.py +0 -23
  614. egse/version.py +0 -174
  615. egse/visitedpositions.py +0 -398
  616. egse/windowing.py +0 -213
  617. egse/zmq/__init__.py +0 -28
  618. egse/zmq/spw.py +0 -160
  619. egse/zmq_ser.py +0 -41
  620. scripts/alerts/cold.yaml +0 -278
  621. scripts/alerts/example_alerts.yaml +0 -54
  622. scripts/alerts/transition.yaml +0 -14
  623. scripts/alerts/warm.yaml +0 -49
  624. scripts/analyse_n_fee_hk_data.py +0 -52
  625. scripts/check_hdf5_files.py +0 -192
  626. scripts/check_register_sync.py +0 -47
  627. scripts/check_tcs_calib_coef.py +0 -90
  628. scripts/correct_ccd_cold_temperature_cal.py +0 -157
  629. scripts/create_hdf5_report.py +0 -293
  630. scripts/csl_model.py +0 -420
  631. scripts/csl_restore_setup.py +0 -229
  632. scripts/export-grafana-dashboards.py +0 -49
  633. scripts/fdir/cs_recovery/fdir_cs_recovery.py +0 -54
  634. scripts/fdir/fdir_table.yaml +0 -70
  635. scripts/fdir/fdir_test_recovery.py +0 -10
  636. scripts/fdir/hw_recovery/fdir_agilent_hw_recovery.py +0 -73
  637. scripts/fdir/limit_recovery/fdir_agilent_limit.py +0 -61
  638. scripts/fdir/limit_recovery/fdir_bb_heater_limit.py +0 -59
  639. scripts/fdir/limit_recovery/fdir_ensemble_limit.py +0 -33
  640. scripts/fdir/limit_recovery/fdir_pressure_limit_recovery.py +0 -71
  641. scripts/fix_csv.py +0 -80
  642. scripts/ias/correct_ccd_temp_cal_elfique.py +0 -43
  643. scripts/ias/correct_ccd_temp_cal_floreffe.py +0 -43
  644. scripts/ias/correct_trp_swap_achel.py +0 -199
  645. scripts/inta/correct_ccd_temp_cal_duvel.py +0 -43
  646. scripts/inta/correct_ccd_temp_cal_gueuze.py +0 -43
  647. scripts/n_fee_supply_voltage_calculation.py +0 -92
  648. scripts/playground.py +0 -30
  649. scripts/print_hdf5_hk_data.py +0 -68
  650. scripts/print_register_map.py +0 -43
  651. scripts/remove_lines_between_matches.py +0 -188
  652. scripts/sron/commanding/control_heaters.py +0 -44
  653. scripts/sron/commanding/pumpdown.py +0 -46
  654. scripts/sron/commanding/set_pid_setpoint.py +0 -19
  655. scripts/sron/commanding/shutdown_bbb_heaters.py +0 -10
  656. scripts/sron/commanding/shutdown_pumps.py +0 -33
  657. scripts/sron/correct_mgse_coordinates_brigand_chimay.py +0 -272
  658. scripts/sron/correct_trp_swap_brigand.py +0 -204
  659. scripts/sron/gimbal_conversions.py +0 -75
  660. scripts/sron/tm_gen/tm_gen_agilent.py +0 -37
  661. scripts/sron/tm_gen/tm_gen_heaters.py +0 -4
  662. scripts/sron/tm_gen/tm_gen_spid.py +0 -13
  663. scripts/update_operational_cgse.py +0 -268
  664. scripts/update_operational_cgse_old.py +0 -273
@@ -1,92 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="0" width="512" height="512" viewBox="0, 0, 512, 512">
4
- <g id="Background">
5
- <rect x="0" y="0" width="512" height="512" fill="#000000" fill-opacity="0"/>
6
- </g>
7
- <g id="original" display="none">
8
- <path d="M118.55,63.57 C118.55,93.935 93.935,118.55 63.57,118.55 C33.205,118.55 8.59,93.935 8.59,63.57 C8.59,33.205 33.205,8.59 63.57,8.59 C93.935,8.59 118.55,33.205 118.55,63.57 z" fill="#00C3FF"/>
9
- <path d="M81.897,100.224 C51.532,100.224 26.917,75.609 26.917,45.244 C26.917,34.763 29.903,25.002 34.993,16.667 C19.181,26.322 8.591,43.687 8.591,63.57 C8.591,93.935 33.206,118.55 63.571,118.55 C83.454,118.55 100.82,107.96 110.475,92.147 C102.139,97.238 92.379,100.224 81.897,100.224 z" fill="#00AAF0"/>
10
- <path d="M91.06,72.734 C85.995,72.734 81.897,68.636 81.897,63.571 C81.897,53.468 73.673,45.244 63.57,45.244 C58.505,45.244 54.407,41.146 54.407,36.081 C54.407,31.016 58.505,26.918 63.57,26.918 C83.784,26.918 100.223,43.357 100.223,63.571 C100.224,68.635 96.125,72.734 91.06,72.734 z" fill="#7DD7FF"/>
11
- <path d="M310.98,63.57 C310.98,93.935 286.365,118.55 256,118.55 C225.635,118.55 201.02,93.935 201.02,63.57 C201.02,33.205 225.635,8.59 256,8.59 C286.365,8.59 310.98,33.205 310.98,63.57 z" fill="#00C3FF"/>
12
- <path d="M274.327,100.224 C243.962,100.224 219.347,75.609 219.347,45.244 C219.347,34.763 222.333,25.002 227.423,16.667 C211.611,26.322 201.02,43.687 201.02,63.571 C201.02,93.936 225.635,118.551 256,118.551 C275.883,118.551 293.249,107.961 302.904,92.148 C294.568,97.238 284.808,100.224 274.327,100.224 z" fill="#00AAF0"/>
13
- <path d="M283.49,72.734 C278.425,72.734 274.327,68.636 274.327,63.571 C274.327,53.468 266.103,45.244 256,45.244 C250.935,45.244 246.837,41.146 246.837,36.081 C246.837,31.016 250.935,26.918 256,26.918 C276.214,26.918 292.653,43.357 292.653,63.571 C292.653,68.635 288.555,72.734 283.49,72.734 z" fill="#7DD7FF"/>
14
- <path d="M503.41,63.57 C503.41,93.935 478.795,118.55 448.43,118.55 C418.065,118.55 393.45,93.935 393.45,63.57 C393.45,33.205 418.065,8.59 448.43,8.59 C478.795,8.59 503.41,33.205 503.41,63.57 z" fill="#00C3FF"/>
15
- <path d="M466.756,100.224 C436.391,100.224 411.776,75.609 411.776,45.244 C411.776,34.763 414.762,25.002 419.852,16.667 C404.04,26.322 393.449,43.687 393.449,63.571 C393.449,93.936 418.064,118.551 448.429,118.551 C468.312,118.551 485.678,107.961 495.333,92.148 C486.998,97.238 477.238,100.224 466.756,100.224 z" fill="#00AAF0"/>
16
- <path d="M475.919,72.734 C470.854,72.734 466.756,68.636 466.756,63.571 C466.756,53.468 458.532,45.244 448.429,45.244 C443.364,45.244 439.266,41.146 439.266,36.081 C439.266,31.016 443.364,26.918 448.429,26.918 C468.643,26.918 485.082,43.357 485.082,63.571 C485.083,68.635 480.984,72.734 475.919,72.734 z" fill="#7DD7FF"/>
17
- <path d="M310.98,256 C310.98,286.365 286.365,310.98 256,310.98 C225.635,310.98 201.02,286.365 201.02,256 C201.02,225.635 225.635,201.02 256,201.02 C286.365,201.02 310.98,225.635 310.98,256 z" fill="#00C3FF"/>
18
- <path d="M274.327,292.653 C243.962,292.653 219.347,268.038 219.347,237.673 C219.347,227.192 222.333,217.431 227.423,209.096 C211.611,218.752 201.02,236.116 201.02,256 C201.02,286.365 225.635,310.98 256,310.98 C275.883,310.98 293.249,300.39 302.904,284.577 C294.568,289.667 284.808,292.653 274.327,292.653 z" fill="#00AAF0"/>
19
- <path d="M283.49,265.163 C278.425,265.163 274.327,261.065 274.327,256 C274.327,245.897 266.103,237.673 256,237.673 C250.935,237.673 246.837,233.575 246.837,228.51 C246.837,223.445 250.935,219.347 256,219.347 C276.214,219.347 292.653,235.786 292.653,256 C292.653,261.065 288.555,265.163 283.49,265.163 z" fill="#7DD7FF"/>
20
- <path d="M503.41,256 C503.41,286.365 478.795,310.98 448.43,310.98 C418.065,310.98 393.45,286.365 393.45,256 C393.45,225.635 418.065,201.02 448.43,201.02 C478.795,201.02 503.41,225.635 503.41,256 z" fill="#00C3FF"/>
21
- <path d="M466.756,292.653 C436.391,292.653 411.776,268.038 411.776,237.673 C411.776,227.192 414.762,217.431 419.852,209.096 C404.04,218.752 393.449,236.116 393.449,256 C393.449,286.365 418.064,310.98 448.429,310.98 C468.312,310.98 485.678,300.39 495.333,284.577 C486.998,289.667 477.238,292.653 466.756,292.653 z" fill="#00AAF0"/>
22
- <path d="M475.919,265.163 C470.854,265.163 466.756,261.065 466.756,256 C466.756,245.897 458.532,237.673 448.429,237.673 C443.364,237.673 439.266,233.575 439.266,228.51 C439.266,223.445 443.364,219.347 448.429,219.347 C468.643,219.347 485.082,235.786 485.082,256 C485.083,261.065 480.984,265.163 475.919,265.163 z" fill="#7DD7FF"/>
23
- <path d="M503.41,448.43 C503.41,478.795 478.795,503.41 448.43,503.41 C418.065,503.41 393.45,478.795 393.45,448.43 C393.45,418.065 418.065,393.45 448.43,393.45 C478.795,393.45 503.41,418.065 503.41,448.43 z" fill="#00C3FF"/>
24
- <path d="M466.756,485.083 C436.391,485.083 411.776,460.468 411.776,430.103 C411.776,419.622 414.762,409.861 419.852,401.526 C404.04,411.182 393.449,428.546 393.449,448.43 C393.449,478.795 418.064,503.41 448.429,503.41 C468.312,503.41 485.678,492.82 495.333,477.007 C486.998,482.097 477.238,485.083 466.756,485.083 z" fill="#00AAF0"/>
25
- <path d="M475.919,457.593 C470.854,457.593 466.756,453.495 466.756,448.43 C466.756,438.327 458.532,430.103 448.429,430.103 C443.364,430.103 439.266,426.005 439.266,420.94 C439.266,415.875 443.364,411.777 448.429,411.777 C468.643,411.777 485.082,428.216 485.082,448.43 C485.083,453.495 480.984,457.593 475.919,457.593 z" fill="#7DD7FF"/>
26
- <path d="M302.658,225.661 C298.331,227.605 296.397,232.69 298.341,237.018 C301.027,242.996 302.388,249.383 302.388,256 C302.388,281.579 281.578,302.389 255.999,302.389 C230.42,302.389 209.61,281.579 209.61,256 C209.61,230.421 230.42,209.611 255.999,209.611 C262.767,209.611 269.289,211.034 275.382,213.84 C279.691,215.82 284.794,213.941 286.779,209.631 C288.763,205.321 286.879,200.219 282.57,198.234 C274.209,194.383 265.269,192.43 256.001,192.43 C220.948,192.43 192.431,220.947 192.431,256 C192.431,291.053 220.948,319.57 256.001,319.57 C291.054,319.57 319.571,291.053 319.571,256 C319.571,246.94 317.702,238.184 314.016,229.977 C312.07,225.65 306.987,223.714 302.658,225.661 z" fill="#000000"/>
27
- <path d="M302.658,33.232 C298.331,35.176 296.397,40.261 298.341,44.589 C301.028,50.566 302.389,56.954 302.389,63.571 C302.389,89.15 281.579,109.96 256,109.96 C230.421,109.96 209.611,89.15 209.611,63.571 C209.611,37.992 230.421,17.181 256,17.181 C262.768,17.181 269.29,18.604 275.383,21.41 C279.692,23.39 284.795,21.511 286.78,17.201 C288.764,12.891 286.88,7.789 282.571,5.804 C274.207,1.953 265.268,0 256,0 C220.947,0 192.43,28.517 192.43,63.57 C192.43,98.623 220.947,127.14 256,127.14 C291.053,127.14 319.57,98.623 319.57,63.57 C319.57,54.51 317.701,45.754 314.015,37.547 C312.07,33.22 306.987,31.287 302.658,33.232 z" fill="#000000"/>
28
- <path d="M110.229,33.232 C105.902,35.176 103.969,40.261 105.913,44.589 C108.599,50.566 109.96,56.954 109.96,63.571 C109.96,89.15 89.15,109.96 63.571,109.96 C37.992,109.96 17.181,89.15 17.181,63.57 C17.181,37.99 37.991,17.181 63.57,17.181 C70.339,17.181 76.86,18.604 82.952,21.41 C87.262,23.393 92.364,21.51 94.349,17.201 C96.334,12.892 94.45,7.789 90.141,5.805 C81.778,1.953 72.839,0 63.57,0 C28.517,0 0,28.517 0,63.57 C0,98.623 28.517,127.14 63.57,127.14 C98.623,127.14 127.14,98.623 127.14,63.57 C127.14,54.51 125.271,45.754 121.585,37.547 C119.641,33.22 114.557,31.286 110.229,33.232 z" fill="#000000"/>
29
- <path d="M448.43,127.141 C483.483,127.141 512,98.624 512,63.571 C512,54.511 510.131,45.755 506.445,37.548 C504.501,33.221 499.416,31.287 495.088,33.231 C490.76,35.175 488.827,40.26 490.771,44.588 C493.458,50.566 494.819,56.954 494.819,63.571 C494.819,89.15 474.009,109.96 448.43,109.96 C422.851,109.96 402.04,89.15 402.04,63.57 C402.04,37.99 422.85,17.181 448.429,17.181 C455.197,17.181 461.719,18.604 467.812,21.41 C472.122,23.39 477.224,21.511 479.209,17.201 C481.193,12.891 479.309,7.789 475,5.804 C466.637,1.953 457.697,0 448.43,0 C413.377,0 384.86,28.517 384.86,63.57 C384.86,98.623 413.376,127.141 448.43,127.141 z" fill="#000000"/>
30
- <path d="M495.088,225.661 C490.761,227.605 488.827,232.69 490.771,237.018 C493.457,242.996 494.818,249.383 494.818,256 C494.818,281.579 474.008,302.389 448.429,302.389 C422.85,302.389 402.04,281.579 402.04,256 C402.04,230.421 422.85,209.611 448.429,209.611 C455.197,209.611 461.719,211.034 467.812,213.84 C472.122,215.82 477.224,213.941 479.209,209.631 C481.193,205.321 479.309,200.219 475,198.234 C466.637,194.383 457.697,192.43 448.43,192.43 C413.377,192.43 384.86,220.947 384.86,256 C384.86,291.053 413.377,319.57 448.43,319.57 C483.483,319.57 512,291.053 512,256 C512,246.94 510.131,238.184 506.445,229.977 C504.501,225.65 499.417,223.714 495.088,225.661 z" fill="#000000"/>
31
- <path d="M495.088,418.091 C490.761,420.035 488.827,425.12 490.771,429.448 C493.457,435.426 494.818,441.813 494.818,448.43 C494.818,474.009 474.008,494.819 448.429,494.819 C422.85,494.819 402.041,474.009 402.041,448.43 C402.041,422.851 422.851,402.041 448.43,402.041 C455.198,402.041 461.72,403.464 467.813,406.27 C472.123,408.25 477.225,406.37 479.21,402.061 C481.194,397.751 479.31,392.649 475.001,390.664 C466.638,386.813 457.698,384.86 448.431,384.86 C413.378,384.86 384.861,413.377 384.861,448.43 C384.861,483.483 413.376,512 448.43,512 C483.484,512 512,483.483 512,448.43 C512,439.37 510.131,430.614 506.445,422.407 C504.501,418.078 499.417,416.145 495.088,418.091 z" fill="#000000"/>
32
- </g>
33
- <g id="Layer_1_Copy">
34
- <path d="M20.015,-0 L491.985,-0 C503.039,-0 512,8.947 512,19.983 L512,492.017 C512,503.053 503.039,512 491.985,512 L20.015,512 C8.961,512 0,503.053 0,492.017 L0,19.983 C0,8.947 8.961,-0 20.015,-0 z" fill="#005B77"/>
35
- <g display="none">
36
- <path d="M191.569,166.537 L338.855,361.651" fill-opacity="0" stroke="#000000" stroke-width="25" stroke-linecap="round"/>
37
- <path d="M338.855,166.537 L191.569,361.651" fill-opacity="0" stroke="#000000" stroke-width="25" stroke-linecap="round"/>
38
- </g>
39
- <g>
40
- <g>
41
- <path d="M307.543,436.259 C307.543,464.707 284.466,487.769 256,487.769 C227.533,487.769 204.456,464.707 204.456,436.259 C204.456,407.811 227.533,384.75 256,384.75 C284.466,384.75 307.543,407.811 307.543,436.259 z" fill="#00C3FF"/>
42
- <path d="M273.181,470.599 C244.714,470.599 221.637,447.538 221.637,419.089 C221.637,409.27 224.437,400.125 229.209,392.316 C214.385,401.362 204.456,417.63 204.456,436.259 C204.456,464.708 227.532,487.769 256,487.769 C274.64,487.769 290.92,477.848 299.972,463.033 C292.157,467.801 283.007,470.599 273.181,470.599 z" fill="#00AAF0"/>
43
- <path d="M281.771,444.844 C277.023,444.844 273.181,441.005 273.181,436.259 C273.181,426.794 265.471,419.089 256,419.089 C251.251,419.089 247.409,415.25 247.409,410.504 C247.409,405.759 251.251,401.92 256,401.92 C274.95,401.92 290.362,417.321 290.362,436.259 C290.362,441.005 286.52,444.844 281.771,444.844 z" fill="#7DD7FF"/>
44
- <path d="M299.741,407.835 C295.685,409.657 293.872,414.421 295.694,418.475 C298.212,424.076 299.488,430.06 299.488,436.259 C299.488,460.224 279.979,479.72 255.999,479.72 C232.018,479.72 212.509,460.224 212.509,436.259 C212.509,412.295 232.018,392.798 255.999,392.798 C262.344,392.798 268.458,394.132 274.17,396.76 C278.21,398.615 282.994,396.855 284.855,392.817 C286.715,388.779 284.949,383.999 280.909,382.139 C273.07,378.532 264.689,376.702 256,376.702 C223.138,376.702 196.404,403.419 196.404,436.259 C196.404,469.1 223.138,495.817 256,495.817 C288.863,495.817 315.597,469.1 315.597,436.259 C315.597,427.771 313.845,419.568 310.39,411.879 C308.565,407.825 303.8,406.011 299.741,407.835 z" fill="#000000"/>
45
- </g>
46
- <g>
47
- <path d="M127.192,76.014 C127.192,104.462 104.116,127.523 75.649,127.523 C47.182,127.523 24.105,104.462 24.105,76.014 C24.105,47.566 47.182,24.504 75.649,24.504 C104.116,24.504 127.192,47.566 127.192,76.014 z" fill="#00C3FF"/>
48
- <path d="M92.83,110.354 C64.363,110.354 41.287,87.293 41.287,58.844 C41.287,49.025 44.086,39.88 48.858,32.071 C34.034,41.117 24.105,57.386 24.105,76.015 C24.105,104.463 47.182,127.524 75.649,127.524 C94.289,127.524 110.57,117.603 119.621,102.788 C111.806,107.557 102.656,110.354 92.83,110.354 z" fill="#00AAF0"/>
49
- <path d="M101.421,84.599 C96.672,84.599 92.83,80.76 92.83,76.015 C92.83,66.549 85.12,58.844 75.649,58.844 C70.9,58.844 67.058,55.005 67.058,50.26 C67.058,45.514 70.9,41.675 75.649,41.675 C94.599,41.675 110.011,57.077 110.011,76.015 C110.011,80.759 106.169,84.599 101.421,84.599 z" fill="#7DD7FF"/>
50
- <path d="M119.391,47.591 C115.334,49.412 113.521,54.176 115.343,58.231 C117.862,63.83 119.138,69.815 119.138,76.015 C119.138,99.979 99.629,119.476 75.649,119.476 C51.668,119.476 32.159,99.979 32.159,76.015 C32.159,52.05 51.668,32.553 75.649,32.553 C81.994,32.553 88.108,33.886 93.82,36.515 C97.86,38.37 102.644,36.609 104.505,32.571 C106.365,28.533 104.599,23.753 100.559,21.894 C92.718,18.286 84.337,16.456 75.649,16.456 C42.787,16.456 16.052,43.173 16.052,76.014 C16.052,108.854 42.787,135.571 75.649,135.571 C108.511,135.571 135.246,108.854 135.246,76.014 C135.246,67.526 133.493,59.322 130.038,51.633 C128.214,47.579 123.449,45.768 119.391,47.591 z" fill="#000000"/>
51
- </g>
52
- <g>
53
- <path d="M127.141,436.442 C127.141,464.89 104.064,487.952 75.597,487.952 C47.13,487.952 24.053,464.89 24.053,436.442 C24.053,407.994 47.13,384.933 75.597,384.933 C104.064,384.933 127.141,407.994 127.141,436.442 z" fill="#00C3FF"/>
54
- <path d="M92.778,470.783 C64.311,470.783 41.235,447.721 41.235,419.273 C41.235,409.454 44.034,400.309 48.806,392.5 C33.982,401.545 24.054,417.814 24.054,436.442 C24.054,464.891 47.131,487.952 75.598,487.952 C94.238,487.952 110.519,478.031 119.57,463.216 C111.755,467.985 102.605,470.783 92.778,470.783 z" fill="#00AAF0"/>
55
- <path d="M101.369,445.028 C96.62,445.028 92.778,441.189 92.778,436.443 C92.778,426.978 85.068,419.273 75.597,419.273 C70.848,419.273 67.007,415.434 67.007,410.688 C67.007,405.943 70.848,402.104 75.597,402.104 C94.547,402.104 109.959,417.505 109.959,436.443 C109.96,441.188 106.117,445.028 101.369,445.028 z" fill="#7DD7FF"/>
56
- <path d="M119.34,408.019 C115.283,409.841 113.471,414.605 115.293,418.659 C117.812,424.259 119.087,430.244 119.087,436.443 C119.087,460.408 99.578,479.904 75.598,479.904 C51.617,479.904 32.107,460.408 32.107,436.442 C32.107,412.477 51.617,392.981 75.597,392.981 C81.943,392.981 88.056,394.315 93.767,396.943 C97.808,398.801 102.591,397.037 104.452,393 C106.313,388.963 104.547,384.182 100.507,382.323 C92.667,378.715 84.287,376.885 75.597,376.885 C42.735,376.885 16,403.602 16,436.442 C16,469.283 42.735,496 75.597,496 C108.459,496 135.194,469.283 135.194,436.442 C135.194,427.954 133.442,419.751 129.986,412.062 C128.163,408.008 123.397,406.196 119.34,408.019 z" fill="#000000"/>
57
- </g>
58
- <g>
59
- <path d="M487.947,75.743 C487.947,104.191 464.87,127.253 436.403,127.253 C407.936,127.253 384.859,104.191 384.859,75.743 C384.859,47.295 407.936,24.233 436.403,24.233 C464.87,24.233 487.947,47.295 487.947,75.743 z" fill="#00C3FF"/>
60
- <path d="M453.584,110.083 C425.117,110.083 402.04,87.022 402.04,58.573 C402.04,48.754 404.839,39.609 409.611,31.8 C394.787,40.846 384.858,57.115 384.858,75.744 C384.858,104.192 407.935,127.254 436.402,127.254 C455.042,127.254 471.323,117.332 480.375,102.517 C472.561,107.286 463.411,110.083 453.584,110.083 z" fill="#00AAF0"/>
61
- <path d="M462.174,84.328 C457.426,84.328 453.584,80.489 453.584,75.744 C453.584,66.278 445.874,58.573 436.402,58.573 C431.654,58.573 427.812,54.734 427.812,49.989 C427.812,45.244 431.654,41.404 436.402,41.404 C455.353,41.404 470.764,56.806 470.764,75.744 C470.765,80.488 466.922,84.328 462.174,84.328 z" fill="#7DD7FF"/>
62
- <path d="M436.403,135.301 C469.265,135.301 496,108.584 496,75.744 C496,67.256 494.248,59.052 490.792,51.363 C488.97,47.309 484.203,45.497 480.145,47.319 C476.088,49.14 474.275,53.904 476.098,57.959 C478.617,63.56 479.893,69.544 479.893,75.744 C479.893,99.708 460.383,119.205 436.403,119.205 C412.423,119.205 392.913,99.708 392.913,75.743 C392.913,51.777 412.422,32.282 436.402,32.282 C442.747,32.282 448.862,33.615 454.574,36.244 C458.614,38.099 463.398,36.338 465.258,32.3 C467.118,28.263 465.352,23.483 461.312,21.623 C453.472,18.015 445.091,16.185 436.403,16.185 C403.541,16.185 376.806,42.902 376.806,75.743 C376.806,108.583 403.54,135.301 436.403,135.301 z" fill="#000000"/>
63
- </g>
64
- <g>
65
- <path d="M307.57,75.558 C307.57,104.006 284.493,127.067 256.026,127.067 C227.559,127.067 204.482,104.006 204.482,75.558 C204.482,47.11 227.559,24.048 256.026,24.048 C284.493,24.048 307.57,47.11 307.57,75.558 z" fill="#00C3FF"/>
66
- <path d="M273.207,109.897 C244.739,109.897 221.663,86.836 221.663,58.387 C221.663,48.568 224.462,39.423 229.234,31.614 C214.41,40.661 204.481,56.929 204.481,75.558 C204.481,104.006 227.558,127.067 256.025,127.067 C274.665,127.067 290.946,117.146 299.997,102.331 C292.183,107.1 283.033,109.897 273.207,109.897 z" fill="#00AAF0"/>
67
- <path d="M281.797,84.142 C277.048,84.142 273.207,80.303 273.207,75.558 C273.207,66.092 265.497,58.387 256.025,58.387 C251.277,58.387 247.435,54.548 247.435,49.803 C247.435,45.057 251.277,41.218 256.025,41.218 C274.976,41.218 290.387,56.619 290.387,75.558 C290.388,80.303 286.545,84.142 281.797,84.142 z" fill="#7DD7FF"/>
68
- <path d="M299.768,47.134 C295.711,48.955 293.898,53.719 295.721,57.774 C298.239,63.374 299.515,69.358 299.515,75.558 C299.515,99.522 280.005,119.019 256.025,119.019 C232.045,119.019 212.535,99.522 212.535,75.558 C212.535,51.593 232.045,32.097 256.025,32.097 C262.37,32.097 268.484,33.43 274.197,36.059 C278.237,37.914 283.02,36.153 284.881,32.115 C286.741,28.077 284.975,23.297 280.935,21.438 C273.095,17.83 264.714,16 256.026,16 C223.164,16 196.429,42.717 196.429,75.558 C196.429,108.398 223.164,135.115 256.026,135.115 C288.888,135.115 315.623,108.398 315.623,75.558 C315.623,67.069 313.871,58.866 310.415,51.177 C308.592,47.123 303.826,45.309 299.768,47.134 z" fill="#000000"/>
69
- </g>
70
- <g>
71
- <path d="M487.947,436.311 C487.947,464.759 464.87,487.821 436.403,487.821 C407.936,487.821 384.859,464.759 384.859,436.311 C384.859,407.863 407.936,384.801 436.403,384.801 C464.87,384.801 487.947,407.863 487.947,436.311 z" fill="#00C3FF"/>
72
- <path d="M453.584,470.651 C425.117,470.651 402.04,447.589 402.04,419.141 C402.04,409.322 404.839,400.177 409.611,392.368 C394.787,401.414 384.858,417.682 384.858,436.311 C384.858,464.76 407.935,487.821 436.402,487.821 C455.042,487.821 471.323,477.899 480.375,463.085 C472.561,467.853 463.411,470.651 453.584,470.651 z" fill="#00AAF0"/>
73
- <path d="M462.174,444.896 C457.426,444.896 453.584,441.057 453.584,436.311 C453.584,426.846 445.874,419.141 436.402,419.141 C431.654,419.141 427.812,415.302 427.812,410.556 C427.812,405.811 431.654,401.972 436.402,401.972 C455.353,401.972 470.764,417.373 470.764,436.311 C470.765,441.057 466.922,444.896 462.174,444.896 z" fill="#7DD7FF"/>
74
- <path d="M480.145,407.887 C476.088,409.708 474.275,414.473 476.098,418.527 C478.616,424.128 479.892,430.112 479.892,436.311 C479.892,460.276 460.382,479.772 436.402,479.772 C412.422,479.772 392.913,460.276 392.913,436.311 C392.913,412.347 412.423,392.85 436.403,392.85 C442.748,392.85 448.862,394.183 454.575,396.812 C458.615,398.667 463.398,396.906 465.259,392.869 C467.119,388.831 465.353,384.051 461.313,382.191 C453.473,378.583 445.092,376.754 436.404,376.754 C403.542,376.754 376.807,403.471 376.807,436.311 C376.807,469.152 403.54,495.869 436.403,495.869 C469.266,495.869 496,469.152 496,436.311 C496,427.823 494.248,419.62 490.792,411.931 C488.97,407.875 484.203,406.064 480.145,407.887 z" fill="#000000"/>
75
- </g>
76
- <g>
77
- <path d="M260.12,162.842 L381.057,345.641" fill-opacity="0" stroke="#000000" stroke-width="25" stroke-linecap="round"/>
78
- <path d="M260.453,162.842 L381.057,162.842 L381.057,345.641 L260.453,345.641 L260.453,162.842 z" fill-opacity="0" stroke="#000000" stroke-width="1" display="none"/>
79
- <path d="M139.515,162.842 L260.12,162.842 L260.12,345.641 L139.515,345.641 L139.515,162.842 z" fill-opacity="0" stroke="#000000" stroke-width="1" display="none"/>
80
- <path d="M260.12,162.842 L138.84,345.64" fill-opacity="0" stroke="#000000" stroke-width="25" stroke-linecap="round"/>
81
- </g>
82
- <g>
83
- <path d="M260.12,346.577 L381.057,163.779" fill-opacity="0" stroke="#000000" stroke-width="25" stroke-linecap="round"/>
84
- <path d="M260.453,346.577 L381.057,346.577 L381.057,163.779 L260.453,163.779 L260.453,346.577 z" fill-opacity="0" stroke="#000000" stroke-width="1" display="none"/>
85
- <path d="M139.515,346.577 L260.12,346.577 L260.12,163.779 L139.515,163.779 L139.515,346.577 z" fill-opacity="0" stroke="#000000" stroke-width="1" display="none"/>
86
- <path d="M260.12,346.577 L138.84,163.779" fill-opacity="0" stroke="#000000" stroke-width="25" stroke-linecap="round"/>
87
- </g>
88
- <path d="M74.961,162.842 L74.961,345.641" fill-opacity="0" stroke="#000000" stroke-width="25" stroke-linecap="round"/>
89
- <path d="M435.562,162.842 L435.562,345.64" fill-opacity="0" stroke="#000000" stroke-width="25" stroke-linecap="round"/>
90
- </g>
91
- </g>
92
- </svg>
egse/csl/icons/stop.svg DELETED
@@ -1 +0,0 @@
1
- <svg height="512" viewBox="0 0 64 64" width="512" xmlns="http://www.w3.org/2000/svg"><g id="Stop"><path d="m59.707 20.1128-15.82-15.82a.9993.9993 0 0 0 -.707-.2928h-22.36a1 1 0 0 0 -.707.293l-15.82 15.82a1 1 0 0 0 -.293.707v22.36a1 1 0 0 0 .293.707l15.82 15.82a1 1 0 0 0 .707.293h22.36a.9993.9993 0 0 0 .707-.293l15.82-15.82a1 1 0 0 0 .293-.707v-22.36a1 1 0 0 0 -.293-.7072z" fill="#e53935"/><g fill="#fafafa"><path d="m42.3516 58h-20.7032a1 1 0 0 1 -.707-.293l-14.6484-14.6484a1 1 0 0 1 -.293-.707v-20.7032a1 1 0 0 1 .293-.707l14.6484-14.6484a1 1 0 0 1 .707-.293h20.7032a.9993.9993 0 0 1 .707.293l14.6484 14.6484a1 1 0 0 1 .293.707v20.7032a1 1 0 0 1 -.293.707l-14.6484 14.6484a.9993.9993 0 0 1 -.707.293zm-20.2891-2h19.875l14.0625-14.0625v-19.875l-14.0625-14.0625h-19.875l-14.0625 14.0625v19.875z"/><path d="m15 39a4.0045 4.0045 0 0 1 -4-4 1 1 0 0 1 2 0 2 2 0 1 0 2-2 4 4 0 1 1 4-4 1 1 0 0 1 -2 0 2 2 0 1 0 -2 2 4 4 0 0 1 0 8z"/><path d="m30 25h-8a1 1 0 0 0 0 2h3v11a1 1 0 0 0 2 0v-11h3a1 1 0 0 0 0-2z"/><path d="m37 39a4.0042 4.0042 0 0 1 -4-4v-6a4 4 0 0 1 8 0v6a4.0042 4.0042 0 0 1 -4 4zm0-12a2.0023 2.0023 0 0 0 -2 2v6a2 2 0 0 0 4 0v-6a2.0023 2.0023 0 0 0 -2-2z"/><path d="m45 39a1 1 0 0 1 -1-1v-12a1 1 0 0 1 1-1h4a4 4 0 0 1 0 8h-3v5a1 1 0 0 1 -1 1zm1-8h3a2 2 0 0 0 0-4h-3z"/></g></g></svg>
@@ -1,102 +0,0 @@
1
- """
2
- Content of the UI for the mechanical position at CSL.
3
-
4
- This module defines the initialisation part with the following buttons:
5
-
6
- * Set the Hexapod ID
7
- * Home the Hexapod
8
-
9
- """
10
- from pathlib import Path
11
-
12
- from gui_executor.exec import StatusType
13
- from gui_executor.exec import exec_task
14
- from gui_executor.exec import exec_recurring_task
15
- from gui_executor.utils import read_id
16
- from gui_executor.utils import write_id
17
-
18
- from egse.csl import HexapodID
19
- from egse.csl import ID_FILE
20
- from egse.csl import get_endpoint_hexapod
21
- from egse.hexapod import HexapodError
22
- from egse.hexapod.symetrie.puna import PunaController
23
-
24
- UI_MODULE_DISPLAY_NAME = "1 - Initialisation"
25
-
26
- HERE = Path(__file__).parent.resolve()
27
-
28
-
29
- @exec_recurring_task(status_type=StatusType.NORMAL)
30
- def show_hexapod_status():
31
-
32
- hexapod = None
33
- hexapod_name, hexapod_id, hostname, port = get_endpoint_hexapod()
34
- try:
35
- from egse.hexapod.symetrie import ControllerFactory
36
- factory = ControllerFactory()
37
- hexapod = factory.create(hexapod_name, device_id=hexapod_id)
38
- hexapod.connect()
39
- in_position = hexapod.is_in_position()
40
- homing_done = hexapod.is_homing_done()
41
-
42
- return f"{'' if homing_done else 'NOT '}HOMED — {'IN POSITION' if in_position else 'MOVING...'}"
43
-
44
- except (ConnectionError, HexapodError) as exc:
45
- print(exc)
46
- return "Connection Error"
47
- finally:
48
- if hexapod is not None:
49
- hexapod.disconnect()
50
-
51
-
52
- @exec_recurring_task(status_type=StatusType.PERMANENT)
53
- def show_hexapod_id():
54
-
55
- return f"Hexapod ID = {read_id(ID_FILE)}"
56
-
57
-
58
- @exec_task(display_name="Set Hexapod ID")
59
- def set_id(hexapod_id: HexapodID):
60
- """Set the Hexapod Identifier for the Hexapod that is connected to this position."""
61
- write_id(hexapod_id, ID_FILE)
62
-
63
-
64
- @exec_task(display_name="Check connection", immediate_run=True,
65
- icons=(HERE/"icons/hexapod-connected.svg", HERE/"icons/hexapod-connected-selected.svg"))
66
- def check_connection():
67
- """Check the connection to the hexapod."""
68
-
69
- hexapod = None
70
- hexapod_name, hexapod_id, hostname, port = get_endpoint_hexapod()
71
- try:
72
- from egse.hexapod.symetrie import ControllerFactory
73
- factory = ControllerFactory()
74
- hexapod = factory.create(hexapod_name, device_id=hexapod_id)
75
- hexapod.connect()
76
- print(f"[green]Successfully connected to Hexapod with ID = {read_id(ID_FILE)}.[/]")
77
- except ConnectionError as exc:
78
- print("[red]Couldn't connect to the Hexapod Controller. "
79
- "Check if the Controller is switched on and no error is reported on the front panel of the controller.[/]")
80
- finally:
81
- if hexapod is not None:
82
- hexapod.disconnect()
83
-
84
-
85
- @exec_task(display_name="Homing", icons=(HERE/"icons/hexapod-homing.svg", HERE/"icons/hexapod-homing-selected.svg"))
86
- def goto_home_position():
87
- """ Move the hexapod to the home position."""
88
-
89
- hexapod = None
90
- hexapod_name, hexapod_id, hostname, port = get_endpoint_hexapod()
91
- try:
92
- from egse.hexapod.symetrie import ControllerFactory
93
- factory = ControllerFactory()
94
- hexapod = factory.create(hexapod_name, device_id=hexapod_id)
95
- hexapod.connect()
96
- hexapod.homing()
97
- except ConnectionError as exc:
98
- print("[red]Couldn't connect to the Hexapod Controller. "
99
- "Check if the Controller is switched on and no error is reported on the front panel of the controller.[/]")
100
- finally:
101
- if hexapod is not None:
102
- hexapod.disconnect()
@@ -1,18 +0,0 @@
1
- # This is an example settings file for the Mechanical Positions GUI.
2
- #
3
- # Copy the file into the home folder and adapt the settings to your needs.
4
-
5
- Hexapod:
6
-
7
- H_1A:
8
- HOSTNAME: 1.0.0.1
9
- PORT: 11
10
- H_1B:
11
- HOSTNAME: 1.0.0.2
12
- PORT: 22
13
- H_2A:
14
- HOSTNAME: 1.0.0.3
15
- PORT: 33
16
- H_2B:
17
- HOSTNAME: 1.0.0.4
18
- PORT: 44