diff --git a/script/local.py b/script/local.py index e3db5c4a..0a922e0b 100644 --- a/script/local.py +++ b/script/local.py @@ -232,6 +232,10 @@ def before_readout(): if dev in SENSORS: sample_scienta = True break + for dev in [Scienta.spectrum,EnergyDistribution, AngleDistribution, Scienta.dataMatrix]: + if dev in SENSORS: + sample_scienta = True + break if sample_scienta: trig_scienta()