From aac21778abcbefb5c7a8789a5d379fb9560b33d7 Mon Sep 17 00:00:00 2001
From: Andreas Freise <adf@star.bham.ac.uk>
Date: Fri, 10 Jan 2014 23:39:24 +0000
Subject: [PATCH] cleaning up first master files once more.

---
 examples/asc_test/master.py       | 4 +---
 examples/asc_test/master2.py      | 3 +--
 examples/asc_test/master3.py      | 4 ++--
 examples/asc_test/master3_plot.py | 5 ++---
 examples/asc_test/master4.py      | 5 ++---
 examples/asc_test/master4_plot.py | 5 ++---
 6 files changed, 10 insertions(+), 16 deletions(-)

diff --git a/examples/asc_test/master.py b/examples/asc_test/master.py
index f7f91f0..4ab0f6e 100644
--- a/examples/asc_test/master.py
+++ b/examples/asc_test/master.py
@@ -7,12 +7,11 @@ import scipy.optimize
 
 
 def main():
-
     print """
     --------------------------------------------------------------
     Example file for using PyKat to automate Finesse simulations
     Finesse: http://www.gwoptics.org/finesse
-    PyKat:   https://pypi.python.org/pypi/PyKat/
+    PyKat:   http://www.gwoptics.org/pykat
     
     The file runs through the various pykat files which are used
     to generate the Finesse results reported in the document:
@@ -95,7 +94,6 @@ def pd_signal(tmpkat):
     code1="yaxis abs"
     kat.parseKatCode(code1)
     kat.noxaxis = True
-    
     out = kat.run(printout=0,printerr=0)
     return (out.y[0], out.y[1])
     
diff --git a/examples/asc_test/master2.py b/examples/asc_test/master2.py
index 16f843b..63cafa0 100644
--- a/examples/asc_test/master2.py
+++ b/examples/asc_test/master2.py
@@ -10,12 +10,11 @@ import sys
 
 
 def main():
-
     print """
     --------------------------------------------------------------
     Example file for using PyKat to automate Finesse simulations
     Finesse: http://www.gwoptics.org/finesse
-    PyKat:   https://pypi.python.org/pypi/PyKat/
+    PyKat:   http://www.gwoptics.org/pykat
     
     The file runs through the various pykat files which are used
     to generate the Finesse results reported in the document:
diff --git a/examples/asc_test/master3.py b/examples/asc_test/master3.py
index 8565e1c..8dff3e3 100644
--- a/examples/asc_test/master3.py
+++ b/examples/asc_test/master3.py
@@ -12,7 +12,7 @@ def main():
     --------------------------------------------------------------
     Example file for using PyKat to automate Finesse simulations
     Finesse: http://www.gwoptics.org/finesse
-    PyKat:   https://pypi.python.org/pypi/PyKat/
+    PyKat:   http://www.gwoptics.org/pykat
     
     The file runs through the various pykat files which are used
     to generate the Finesse results reported in the document:
@@ -72,7 +72,7 @@ def asc_large(tmpkat):
     kat.parseKatCode(code_lock)
     kat.parseKatCode('yaxis abs')
     kat.parseKatCode('xaxis ITM ybeta lin 0 1u 100')
-    maxtems = [1, 3, 7, 20]
+    maxtems = [1, 3, 5]
     #kat.verbose=1
     xscale = 1e6
     yscale = 1e6
diff --git a/examples/asc_test/master3_plot.py b/examples/asc_test/master3_plot.py
index 5fa29ef..b904e85 100644
--- a/examples/asc_test/master3_plot.py
+++ b/examples/asc_test/master3_plot.py
@@ -16,12 +16,11 @@ def printPDF(self):
         pdfp.close()
 
 def main():
-
     print """
     --------------------------------------------------------------
     Example file for using PyKat to automate Finesse simulations
     Finesse: http://www.gwoptics.org/finesse
-    PyKat:   https://pypi.python.org/pypi/PyKat/
+    PyKat:   http://www.gwoptics.org/pykat
     
     The file runs through the various pykat files which are used
     to generate the Finesse results reported in the document:
@@ -83,7 +82,7 @@ def asc_large():
     pl.scatter(x,y,s=80,facecolors='none', edgecolors='k', label='OSCAR')
     y=yscale*osc1[:,2]
     pl.scatter(x,y,s=80,facecolors='none', edgecolors='k')
-    pl.xlabel("ITM ybeta [urad]")
+    pl.xlabel("ITM vertical misalignment [urad]")
     pl.ylabel("Alignment signal [uW]")
     pl.annotate('WFS1',xy=[0.42,70])
     pl.annotate('WFS2',xy=[0.62,5])
diff --git a/examples/asc_test/master4.py b/examples/asc_test/master4.py
index 0c3c6ed..1529a87 100644
--- a/examples/asc_test/master4.py
+++ b/examples/asc_test/master4.py
@@ -8,12 +8,11 @@ import shutil
 
 
 def main():
-
     print """
     --------------------------------------------------------------
     Example file for using PyKat to automate Finesse simulations
     Finesse: http://www.gwoptics.org/finesse
-    PyKat:   https://pypi.python.org/pypi/PyKat/
+    PyKat:   http://www.gwoptics.org/pykat
     
     The file runs through the various pykat files which are used
     to generate the Finesse results reported in the document:
@@ -72,7 +71,7 @@ def asc_large(tmpkat):
     kat.parseKatCode(code_lock)
     kat.parseKatCode('yaxis abs')
     kat.parseKatCode('xaxis ETM ybeta lin 0 1u 100')
-    maxtems = [1, 3, 7, 20]
+    maxtems = [1, 3, 5, 7]
     #kat.verbose=1
     xscale = 1e6
     yscale = 1e6
diff --git a/examples/asc_test/master4_plot.py b/examples/asc_test/master4_plot.py
index 25c566c..ca9679d 100644
--- a/examples/asc_test/master4_plot.py
+++ b/examples/asc_test/master4_plot.py
@@ -16,12 +16,11 @@ def printPDF(self):
         pdfp.close()
 
 def main():
-
     print """
     --------------------------------------------------------------
     Example file for using PyKat to automate Finesse simulations
     Finesse: http://www.gwoptics.org/finesse
-    PyKat:   https://pypi.python.org/pypi/PyKat/
+    PyKat:   http://www.gwoptics.org/pykat
     
     The file runs through the various pykat files which are used
     to generate the Finesse results reported in the document:
@@ -83,7 +82,7 @@ def asc_large():
     pl.scatter(x,y,s=80,facecolors='none', edgecolors='k', label='OSCAR')
     y=-1.0*yscale*osc1[:,2]
     pl.scatter(x,y,s=80,facecolors='none', edgecolors='k')
-    pl.xlabel("ETM ybeta [urad]")
+    pl.xlabel("ETM vertical misalignment [urad]")
     pl.ylabel("Alignment signal [uW]")
     pl.annotate('WFS1',xy=[0.42,10])
     pl.annotate('WFS2',xy=[0.62,-70])
-- 
GitLab