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 +