Closedown

This commit is contained in:
gac-x09lb
2022-12-03 18:56:07 +01:00
parent a7f7cae20f
commit efdbfe9940
2 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -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]