From 06381a4a4b8c7f84fa13bc5d5c72a8bd41356f73 Mon Sep 17 00:00:00 2001 From: gac-x11ma Date: Thu, 14 Dec 2017 01:01:10 +0100 Subject: [PATCH] Script execution --- script/field_sweepID2_Jaianth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/field_sweepID2_Jaianth.py b/script/field_sweepID2_Jaianth.py index da2a5ab..8d072f9 100644 --- a/script/field_sweepID2_Jaianth.py +++ b/script/field_sweepID2_Jaianth.py @@ -107,7 +107,7 @@ for B in setpoints: #scan.append ([B, E], [readback1, readback2], [detector1, detector2, detector4, detector6, detector7, tey_norm]) scan.append ([B, E], [readback2], [detector1, detector2, detector4, tey_norm]) filename=open("data1.txt","a") - filename.write("%f %e %e %e %e \n" %(B,E,detector1,detector2,tey_norm] + filename.write("%f %e %e %e %e \n" %(B,E,detector1,detector2,tey_norm)) scan.end() filename.close()