From e9a020fc4ea16e82302117df4132ee6515ba670f Mon Sep 17 00:00:00 2001 From: x03daop Date: Tue, 3 Nov 2015 16:46:18 +0100 Subject: [PATCH] Script execution --- script/local.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/script/local.py b/script/local.py index eb4ad231..64b3042b 100644 --- a/script/local.py +++ b/script/local.py @@ -219,4 +219,7 @@ def adjust_sensors(): for dev in ["Integration", "AngleDistribution", "Scienta.dataMatrix"]: if dev in SENSORS: SENSORS=SENSORS+[SENSORS.pop(SENSORS.index(dev))] - \ No newline at end of file + +#Device aliases for data files +controller.dataManager.setAlias(Scienta.dataMatrix, "ScientaImage") +controller.dataManager.setAlias(Scienta.spectrum, "ScientaSpectrum") \ No newline at end of file