Closedown

This commit is contained in:
gac-x03da
2022-08-08 14:19:55 +02:00
parent 801be87ff9
commit 4cbf6c714e
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
#Mon Aug 08 14:17:31 CEST 2022
#Mon Aug 08 14:19:42 CEST 2022
LastRunDate=220808
FileSequentialNumber=13552
DaySequentialNumber=6
FileSequentialNumber=13553
DaySequentialNumber=7
+2 -2
View File
@@ -13,7 +13,7 @@ ENDSCAN (BOOLEAN)
#set_preference(Preference.PLOT_TYPES,{'ImageIntegrator':1})
adjust_sensors()
#set_adc_averaging()
set_adc_averaging()
set_preference(Preference.PLOT_TYPES, {'Scienta spectrum':1})
set_exec_pars(compression=True)
@@ -40,7 +40,7 @@ try:
print "scan time: ", fly_time
cscan(MOTOR, SENSORS, RANGE[0], RANGE[1], STEPS, LATENCY, fly_time, RELATIVE, before_read=before_readout, after_read = after_readout, check_positions = False)
else:
lscan(MOTOR, SENSORS, RANGE[0], RANGE[1], STEPS, LATENCY, RELATIVE, )
lscan(MOTOR, SENSORS, RANGE[0], RANGE[1], STEPS, LATENCY, RELATIVE, before_read=before_readout, after_read = after_readout)
finally:
if ENDSCAN:
after_scan()