diff --git a/config/variables.properties b/config/variables.properties index 908e80d..28e7691 100644 --- a/config/variables.properties +++ b/config/variables.properties @@ -1,4 +1,4 @@ -#Wed Nov 30 15:50:19 CET 2022 -LastRunDate=221130 -DaySequentialNumber=10 -FileSequentialNumber=176 +#Sat Dec 03 17:10:38 CET 2022 +LastRunDate=221203 +DaySequentialNumber=5 +FileSequentialNumber=181 diff --git a/script/templates/Regine.py b/script/templates/Regine.py index f9cce73..7beb37d 100644 --- a/script/templates/Regine.py +++ b/script/templates/Regine.py @@ -35,7 +35,7 @@ if not position_plot: position_plot=plot(None, title="Motor Positions")[0] #Constants -SENSORS = [current, ccd.dataMatrix] +SENSORS = [current, ccd.dataMatrix, interf_0, interf_1] POSITIONERS = [dummy_x, dummy_y] if DRY_RUN else [sample_x, sample_y] ENABLED_PLOTS = [ccd.dataMatrix]