Script execution

This commit is contained in:
gac-x11ma
2017-12-14 03:03:05 +01:00
parent a55a4bfaed
commit 9d2f061b07
+1 -1
View File
@@ -41,7 +41,7 @@ os.chdir("/sls/X11MA/data/X11MA/beamtime_december/")
#forward loop
file_prefix = time.strftime("%y%m%d")
time_prefix = datatime.datetime.fromtimstamp(ts).strftime('%H:%M:%s')
time_prefix = datetime.datetime.fromtimstamp(ts).strftime('%H:%M:%s')
filename=open("data"+file_prefix++time_prefix+".txt","a")
#for i in range(0,No_of_steps):