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