From 2369c750a0d2c481e1f9778d7efa044c498654e3 Mon Sep 17 00:00:00 2001 From: x10daop Date: Wed, 8 Mar 2017 10:59:36 +0100 Subject: [PATCH] Script execution --- script/local.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/script/local.py b/script/local.py index 01297ce..dd001a0 100644 --- a/script/local.py +++ b/script/local.py @@ -34,3 +34,11 @@ def setup_brag_plot(auto=True): #add_device(bragg.getExtEncoder(), True) + + + +def run_fda(file_name, arguments={}): + """ + Run FDA loop + """ + ProcessorFDA().execute(file_name,arguments) \ No newline at end of file