From 53a200928faeb1a6916e1b5376def620accbefca Mon Sep 17 00:00:00 2001 From: ci_update_bot Date: Thu, 16 May 2024 17:57:58 +0000 Subject: [PATCH] docs: Update device list --- csaxs_bec/devices/device_list.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/csaxs_bec/devices/device_list.md b/csaxs_bec/devices/device_list.md index 543edcf..723a0e8 100644 --- a/csaxs_bec/devices/device_list.md +++ b/csaxs_bec/devices/device_list.md @@ -3,7 +3,6 @@ ### csaxs_bec | Device | Documentation | Module | | :----- | :------------- | :------ | -| Eiger1p5MDetector | | [csaxs_bec.devices.eiger1p5m_csaxs.eiger1p5m](https://gitlab.psi.ch/bec/csaxs_bec/-/blob/main/csaxs_bec/devices/eiger1p5m_csaxs/eiger1p5m.py) | | InsertionDevice | Python wrapper for the CSAXS insertion device control

This wrapper provides a positioner interface for the ID control.
is completely custom XBPM with templates directly in the
VME repo. Thus it needs a custom ophyd template as well...

WARN: The x and y are not updated by the IOC
| [csaxs_bec.devices.epics.devices.InsertionDevice](https://gitlab.psi.ch/bec/csaxs_bec/-/blob/main/csaxs_bec/devices/epics/devices/InsertionDevice.py) | | XbpmBase | Python wrapper for X-ray Beam Position Monitors

XBPM's consist of a metal-coated diamond window that ejects
photoelectrons from the incoming X-ray beam. These electons
are collected and their current is measured. Effectively
they act as four quadrant photodiodes and are used as BPMs
at the undulator beamlines of SLS.

Note: EPICS provided signals are read only, but the user can
change the beam position offset.
| [csaxs_bec.devices.epics.devices.XbpmBase](https://gitlab.psi.ch/bec/csaxs_bec/-/blob/main/csaxs_bec/devices/epics/devices/XbpmBase.py) | | XbpmCsaxsOp | Python wrapper for custom XBPMs in the cSAXS optics hutch

This is completely custom XBPM with templates directly in the
VME repo. Thus it needs a custom ophyd template as well...

WARN: The x and y are not updated by the IOC
| [csaxs_bec.devices.epics.devices.XbpmBase](https://gitlab.psi.ch/bec/csaxs_bec/-/blob/main/csaxs_bec/devices/epics/devices/XbpmBase.py) | @@ -27,11 +26,12 @@ | GirderMotorYAW | Girder YAW pseudo motor | [csaxs_bec.devices.epics.devices.specMotors](https://gitlab.psi.ch/bec/csaxs_bec/-/blob/main/csaxs_bec/devices/epics/devices/specMotors.py) | | PmDetectorRotation | Detector rotation pseudo motor

Small wrapper to convert detector pusher position to rotation angle.
| [csaxs_bec.devices.epics.devices.specMotors](https://gitlab.psi.ch/bec/csaxs_bec/-/blob/main/csaxs_bec/devices/epics/devices/specMotors.py) | | PmMonoBender | Monochromator bender

Small wrapper to combine the four monochromator bender motors.
| [csaxs_bec.devices.epics.devices.specMotors](https://gitlab.psi.ch/bec/csaxs_bec/-/blob/main/csaxs_bec/devices/epics/devices/specMotors.py) | +| Xeye | | [csaxs_bec.devices.sls_devices.cSAXS.xeye](https://gitlab.psi.ch/bec/csaxs_bec/-/blob/main/csaxs_bec/devices/sls_devices/cSAXS/xeye.py) | +| SmaractMotor | | [csaxs_bec.devices.smaract.smaract_ophyd](https://gitlab.psi.ch/bec/csaxs_bec/-/blob/main/csaxs_bec/devices/smaract/smaract_ophyd.py) | +| Eiger1p5MDetector | | [csaxs_bec.devices.eiger1p5m_csaxs.eiger1p5m](https://gitlab.psi.ch/bec/csaxs_bec/-/blob/main/csaxs_bec/devices/eiger1p5m_csaxs/eiger1p5m.py) | | FlomniGalilMotor | | [csaxs_bec.devices.galil.fgalil_ophyd](https://gitlab.psi.ch/bec/csaxs_bec/-/blob/main/csaxs_bec/devices/galil/fgalil_ophyd.py) | | FuprGalilMotor | | [csaxs_bec.devices.galil.fupr_ophyd](https://gitlab.psi.ch/bec/csaxs_bec/-/blob/main/csaxs_bec/devices/galil/fupr_ophyd.py) | | LamniGalilMotor | | [csaxs_bec.devices.galil.lgalil_ophyd](https://gitlab.psi.ch/bec/csaxs_bec/-/blob/main/csaxs_bec/devices/galil/lgalil_ophyd.py) | | SGalilMotor | "SGalil Motors at cSAXS have a
DC motor (y axis - vertical) - implemented as C
and a step motor (x-axis horizontal) - implemented as E
that require different communication for control
| [csaxs_bec.devices.galil.sgalil_ophyd](https://gitlab.psi.ch/bec/csaxs_bec/-/blob/main/csaxs_bec/devices/galil/sgalil_ophyd.py) | | RtFlomniMotor | | [csaxs_bec.devices.rt.rt_flomni_ophyd](https://gitlab.psi.ch/bec/csaxs_bec/-/blob/main/csaxs_bec/devices/rt/rt_flomni_ophyd.py) | | RtLamniMotor | | [csaxs_bec.devices.rt.rt_lamni_ophyd](https://gitlab.psi.ch/bec/csaxs_bec/-/blob/main/csaxs_bec/devices/rt/rt_lamni_ophyd.py) | -| Xeye | | [csaxs_bec.devices.sls_devices.cSAXS.xeye](https://gitlab.psi.ch/bec/csaxs_bec/-/blob/main/csaxs_bec/devices/sls_devices/cSAXS/xeye.py) | -| SmaractMotor | | [csaxs_bec.devices.smaract.smaract_ophyd](https://gitlab.psi.ch/bec/csaxs_bec/-/blob/main/csaxs_bec/devices/smaract/smaract_ophyd.py) |