This commit is contained in:
2026-07-20 15:48:27 +02:00
parent c182fbcacf
commit ac5d0a7f75
@@ -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)