mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-06-06 03:40:41 +02:00
docs: Update device list
This commit is contained in:
parent
5647fbfee4
commit
b69f229da5
@ -45,6 +45,7 @@
|
||||
| ProsilicaDetectorCam | <br> ADProsilica driver, https://github.com/areaDetector/ADProsilica<br><br> ::<br><br> from ophyd import Component as Cpt<br><br> class MyDetector(ADBase):<br> cam = Cpt(ProsilicaDetectorCam, 'cam1:')<br><br> | [ophyd_devices.devices.areadetector.cam](https://gitlab.psi.ch/bec/ophyd_devices/-/blob/main/ophyd_devices/devices/areadetector/cam.py) |
|
||||
| PvaPlugin_V35 | <br> Plugin to convert NDArray into NTNDArray accessible by PVAccess clients,<br> https://areadetector.github.io/areaDetector/ADCore/NDPluginPva.html.<br><br> ::<br> class MyDetector(ADBase):<br> pva = Cpt(PvaPlugin_V35, 'Pva1:')<br> | [ophyd_devices.devices.areadetector.plugins](https://gitlab.psi.ch/bec/ophyd_devices/-/blob/main/ophyd_devices/devices/areadetector/plugins.py) |
|
||||
| PylonDetectorCam | <br> ADPylon driver, https://github.com/areaDetector/ADPylon<br><br> ::<br><br> from ophyd import Component as Cpt<br><br> class MyDetector(ADBase):<br> cam = Cpt(PylonDetectorCam, 'cam1:')<br><br> | [ophyd_devices.devices.areadetector.cam](https://gitlab.psi.ch/bec/ophyd_devices/-/blob/main/ophyd_devices/devices/areadetector/cam.py) |
|
||||
| ROI | ROI for DXP system with proper Kind settings. | [ophyd_devices.devices.dxp](https://gitlab.psi.ch/bec/ophyd_devices/-/blob/main/ophyd_devices/devices/dxp.py) |
|
||||
| ROIPlugin_V35 | <br> Plugin to select a ROI from NDArray data,<br> https://areadetector.github.io/areaDetector/ADCore/NDPluginROI.html.<br><br> ::<br><br> class MyDetector(ADBase):<br> roi1 = Cpt(ROIPlugin_V35, 'ROI1:')<br> roi2 = Cpt(ROIPlugin_V35, 'ROI2:')<br> | [ophyd_devices.devices.areadetector.plugins](https://gitlab.psi.ch/bec/ophyd_devices/-/blob/main/ophyd_devices/devices/areadetector/plugins.py) |
|
||||
| ROIStatNPlugin_V35 | <br> Part of ROIStatPlugin<br> | [ophyd_devices.devices.areadetector.plugins](https://gitlab.psi.ch/bec/ophyd_devices/-/blob/main/ophyd_devices/devices/areadetector/plugins.py) |
|
||||
| ROIStatPlugin_V35 | <br> Plugin to calculate statistics for multiple ROIs,<br> https://areadetector.github.io/areaDetector/ADCore/NDPluginROIStat.html.<br><br> ::<br><br> class MyROIStatPlugin(ROIStatPlugin_V35):<br> roi1 = Cpt(ROIStatNPlugin_V35, '1:')<br> roi2 = Cpt(ROIStatNPlugin_V35, '2:')<br><br> class MyDetector(ADBase):<br> roistat = Cpt(MyROIStatPlugin, 'ROIStat1:')<br> | [ophyd_devices.devices.areadetector.plugins](https://gitlab.psi.ch/bec/ophyd_devices/-/blob/main/ophyd_devices/devices/areadetector/plugins.py) |
|
||||
|
Loading…
x
Reference in New Issue
Block a user