From 95cea95f3e64c8c45543040f39be3f813cca80c4 Mon Sep 17 00:00:00 2001 From: gac-x09lb Date: Mon, 3 Oct 2022 10:00:04 +0200 Subject: [PATCH] Script execution --- script/local.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/script/local.py b/script/local.py index 7737279..f57f70d 100644 --- a/script/local.py +++ b/script/local.py @@ -3,6 +3,9 @@ ################################################################################################### +def trig_ccd(): + pass + def is_beam_ok(): return True @@ -23,3 +26,4 @@ def after_readout(rec, scan): def after_scan(): pass +