Script execution
This commit is contained in:
@@ -208,7 +208,8 @@ def after_readout(rec):
|
||||
append_diag_datasets()
|
||||
|
||||
def adjust_sensors():
|
||||
if SENSORS is not None:
|
||||
global SENSORS
|
||||
if (SENSORS is not None) and isinstance(SENSORS,list):
|
||||
# Move integration to end
|
||||
for dev in [Integration, AngleDistribution]:
|
||||
if dev in SENSORS:
|
||||
|
||||
Reference in New Issue
Block a user