diff --git a/examples/asc_test/master.py b/examples/asc_test/master.py
index f7f91f062eae87103648c76c453b2aec97bacb8a..4ab0f6ea64fa89719f8ce301490f1faf06cc9331 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 16f843b7027c2bb349cc7f4f0037a197362c2974..63cafa0cfecdf020da1e8b1ff7d45feb26430964 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 8565e1c140973449bef16c4f8030f484b9a2c0ca..8dff3e39981f06ba70b30e1b9955230d369ef8ca 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 5fa29ef83cfe95cc76992dfe7375372853092644..b904e855f6c2f99a0d745c084a6a337f082d1342 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 0c3c6ed5a4d872d714db6c72fe4ccfe479a0e822..1529a87fcd52dab1eba25b23a484f23816e936fe 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 25c566cd441e3400031fdff398f0f179f1c0b597..ca9679d6e42cbd522d9a597615df38d63a58a1a4 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])