fix(devices): remove deprecated XOMNYI-XEYE-ACQ:0 EPICS PV writes #283

Merged
holler merged 1 commits from fix/remove-deprecated-xeye-acq-epics into main 2026-07-28 13:23:29 +02:00
1 Commits
Author SHA1 Message Date
x01dc 107981f392 fix(devices): remove deprecated XOMNYI-XEYE-ACQ:0 EPICS PV writes
CI for csaxs_bec / test (pull_request) Successful in 1m52s
Read the Docs Deploy Trigger / trigger-rtd-webhook (push) Successful in 1s
CI for csaxs_bec / test (push) Successful in 1m49s
This PV belonged to the old EPICS/LabView X-ray-eye acquisition system
that both LamNI and OMNY alignment have already replaced with the
BEC-native cam_xeye (IDSCamera) device and GUI-driven workflow. The PV
no longer has a listener, so the write only produced a "cannot connect"
warning at the start of LamNI's tomo_alignment_scan() (via leye_out())
and OMNY's oeye_out() -- remove both, plus the now-dead epics_put
imports left behind in lamni_optics_mixin.py, omny_optics_mixin.py, and
flomni_optics_mixin.py, and a leftover print() in flomni's
x_ray_eye_align.py that referenced the same PV without ever writing it.
2026-07-28 12:16:41 +02:00