Script execution
This commit is contained in:
@@ -46,15 +46,15 @@ def stopPlot():
|
||||
###############################################################################
|
||||
|
||||
|
||||
E1 = 560
|
||||
E2 = 610
|
||||
E1 = 760
|
||||
E2 = 720
|
||||
TIME = 2.0 #min
|
||||
DELAY = 5.0 #s
|
||||
#PREFIX = 'Data'
|
||||
RUNTYPE = "+/-"
|
||||
ROUNDS = 1
|
||||
OFFSETp = -6.0
|
||||
OFFSETm = -6.5
|
||||
OFFSETp = -12.5
|
||||
OFFSETm = -12.5
|
||||
PLOT_TYPE = 1
|
||||
|
||||
|
||||
@@ -62,7 +62,7 @@ print "\nStarting energy scan - Parameters: ",
|
||||
print E1,E2,TIME,DELAY,RUNTYPE
|
||||
|
||||
file_prefix = time.strftime("%y%m%d")
|
||||
input_path = "/sls/X11MA/Data1/public/X11MA/temp_milos/"+file_prefix+"/"
|
||||
input_path = "/sls/X11MA/data/X11MA/beamtime_oct2017/"+file_prefix+"/"
|
||||
output_path = input_path #+file_prefix+"/" #"/sls/X11MA/Data1/public/e10989/"+file_prefix+"/"
|
||||
pol_str = None
|
||||
mag_str = None
|
||||
|
||||
Reference in New Issue
Block a user