mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2026-08-11 00:20:40 +02:00
w
This commit is contained in:
@@ -150,8 +150,8 @@ NDPLUGIN_STATS_CONFIG: LITERAL_ROI_PROCESSING_CONFIG = {
|
||||
class ADROIProcessing(ROIProcessing):
|
||||
"""ROI processing signal for AD detector setups at PSI."""
|
||||
|
||||
roi1 = Cpt(ROIPlugin, prefix="ROI1:", kind="normal")
|
||||
stats1 = Cpt(StatsPlugin, prefix="STATS1:", kind="normal")
|
||||
roi1 = Cpt(ROIPlugin, "ROI1:", kind="normal")
|
||||
stats1 = Cpt(StatsPlugin, "STATS1:", kind="normal")
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
super().__init__(*args, **kwargs)
|
||||
|
||||
Reference in New Issue
Block a user