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
Member

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.

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.
holler added 1 commit 2026-07-28 12:17:01 +02:00
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
107981f392
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.
holler merged commit 107981f392 into main 2026-07-28 13:23:29 +02:00
holler deleted branch fix/remove-deprecated-xeye-acq-epics 2026-07-28 13:23:29 +02:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bec/csaxs_bec#283