docs: Update device list

This commit is contained in:
ci_update_bot
2025-05-26 11:50:34 +00:00
parent efe738280d
commit 4625dee50b

View File

@ -5,6 +5,7 @@
| :----- | :------------- | :------ |
| Andor3DetectorCam | <br> ADAndor3 driver, https://github.com/areaDetector/ADAndor3<br><br> ::<br><br> from ophyd import Component as Cpt<br><br> class MyDetector(ADBase):<br> cam = Cpt(Andor3DetectorCam, 'cam1:')<br><br> | [ophyd_devices.devices.areadetector.cam](https://gitlab.psi.ch/bec/ophyd_devices/-/blob/main/ophyd_devices/devices/areadetector/cam.py) |
| AravisDetectorCam | <br> ADAravis driver, https://github.com/areaDetector/ADAravis<br><br> ::<br><br> from ophyd import Component as Cpt<br><br> class MyDetector(ADBase):<br> cam = Cpt(AravisDetectorCam, 'cam1:')<br><br> | [ophyd_devices.devices.areadetector.cam](https://gitlab.psi.ch/bec/ophyd_devices/-/blob/main/ophyd_devices/devices/areadetector/cam.py) |
| ASItpxCam | <br> ASI Timepix detector driver, https://github.com/paulscherrerinstitute/ADASItpx<br><br> ::<br><br> from ophyd import Component as Cpt<br><br> class MyDetector(ADBase):<br> cam = Cpt(ASItpxCam, 'cam1:')<br><br> | [ophyd_devices.devices.areadetector.cam](https://gitlab.psi.ch/bec/ophyd_devices/-/blob/main/ophyd_devices/devices/areadetector/cam.py) |
| AttributePlugin_V35 | <br> Plugin to extract NDArray attributes and publish their values over channel access,<br> https://areadetector.github.io/areaDetector/ADCore/NDPluginAttribute.html.<br><br> ::<br> class MyDetector(ADBase):<br> attr = Cpt(AttributePlugin_V35, 'Attr1:')<br> | [ophyd_devices.devices.areadetector.plugins](https://gitlab.psi.ch/bec/ophyd_devices/-/blob/main/ophyd_devices/devices/areadetector/plugins.py) |
| AttrPlotPlugin_V35 | <br> Plugin to retrieve NDAttribute values, cache them and expose them as a waveform,<br> https://areadetector.github.io/areaDetector/ADCore/NDPluginAttrPlot.html.<br><br> ::<br> class MyDetector(ADBase):<br> attrplot = Cpt(AttrPlotPlugin_V35, 'AttrPlot1:')<br> | [ophyd_devices.devices.areadetector.plugins](https://gitlab.psi.ch/bec/ophyd_devices/-/blob/main/ophyd_devices/devices/areadetector/plugins.py) |
| BadPixelPlugin | <br> Plugin to replace bad pixels in an NDArray,<br> https://areadetector.github.io/areaDetector/ADCore/NDPluginBadPixel.html.<br><br> ::<br> class MyDetector(ADBase):<br> baxpixel = Cpt(BadPixelPlugin, 'BadPix1:')<br> | [ophyd_devices.devices.areadetector.plugins](https://gitlab.psi.ch/bec/ophyd_devices/-/blob/main/ophyd_devices/devices/areadetector/plugins.py) |