Automatic commit. Mon Sep 10 12:00:04 WST 2012
[matches/honours.git] / research / TCS / 2012-09-07 / focus / analysis.py
index f897b2f..ee4ae72 100755 (executable)
@@ -10,13 +10,14 @@ dirs = process.GetDataSets(".", process.Derivative)
 
 
 process.gnuplot("set title \"Vary Focus Voltage\"")
-process.gnuplot("set xlabel \"DAC (counts)\"")
+process.gnuplot("set xlabel \"Vf (Volts)\"")
 #process.gnuplot("set ylabel \"Normalised S(E)\"")
 process.gnuplot("set key outside right")
 
 max_curve = []
 
-include_range=[-7.00,-5.00]
+#include_range=[-7.00,-5.00]
+include_range=[-400,400]
 
 for p in sorted(dirs.items(), key = lambda e : float(e[0].split("=")[1])):
        value = float(p[0].split("=")[1])
@@ -24,9 +25,9 @@ for p in sorted(dirs.items(), key = lambda e : float(e[0].split("=")[1])):
                if (len(p[1]) > 0):
                        maxval = max(p[1], key = lambda e : e[1])
                        max_curve.append([float(p[0].split("=")[1]), maxval[1], maxval[0]])
-                       process.gnuplot.replot(process.Gnuplot.Data(p[1], title=str(p[0])+"", with_="lp"))
+                       #process.gnuplot.replot(process.Gnuplot.Data(p[1], title=str(p[0])+"", with_="lp"))
 
 
-#process.gnuplot.replot(process.Gnuplot.Data(max_curve, with_="lp", using="1:2", title="Max"))
-#process.gnuplot.replot(process.Gnuplot.Data(max_curve, with_="lp", using="1:3", title="Max position"))
+process.gnuplot.replot(process.Gnuplot.Data(max_curve, with_="lp", using="1:2", title="Max"))
+process.gnuplot.replot(process.Gnuplot.Data(max_curve, with_="lp", using="1:3", title="Max position"))
 sys.stdin.readline()

UCC git Repository :: git.ucc.asn.au