From d7f53d49798e729d876796151b1ed4e2a38487fe Mon Sep 17 00:00:00 2001 From: Andreas Freise <adf@star.bham.ac.uk> Date: Fri, 24 Jan 2014 21:57:14 +0000 Subject: [PATCH] adding arxiv link to note to all headers. --- examples/asc_test/asc_base.kat | 3 ++- examples/asc_test/master.py | 3 ++- examples/asc_test/master2.py | 3 ++- examples/asc_test/master3.py | 3 ++- examples/asc_test/master4.py | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/examples/asc_test/asc_base.kat b/examples/asc_test/asc_base.kat index ab51b5d..acfbbb0 100644 --- a/examples/asc_test/asc_base.kat +++ b/examples/asc_test/asc_base.kat @@ -5,7 +5,8 @@ # This file is part of a collection for an alignment signal # validation as reported in the LIGO document: # `Comparing Finesse simulations, analytical solutions and OSCAR -# simulations of Fabry-Perot alignment signals', LIGO-T1300345 +# simulations of Fabry-Perot alignment signals', LIGO-T1300345, +# freely available online: http://arxiv.org/abs/1401.5727 # # This file is a Finesse input file meant to be read by # master.py, which is part of PyKat, see diff --git a/examples/asc_test/master.py b/examples/asc_test/master.py index 00b115c..1f61f14 100644 --- a/examples/asc_test/master.py +++ b/examples/asc_test/master.py @@ -16,7 +16,8 @@ def main(): The file runs through the various Finesse simulations to generate the Finesse results reported in the document: `Comparing Finesse simulations, analytical solutions and OSCAR - simulations of Fabry-Perot alignment signals', LIGO-T1300345 + simulations of Fabry-Perot alignment signals', LIGO-T1300345, + freely available online: http://arxiv.org/abs/1401.5727 This file is part of a collection; it outputs the results shown the document's sections 3 and 4 and saves temporary diff --git a/examples/asc_test/master2.py b/examples/asc_test/master2.py index 8f5bccb..036a839 100644 --- a/examples/asc_test/master2.py +++ b/examples/asc_test/master2.py @@ -19,7 +19,8 @@ def main(): The file runs through the various Finesse simulations to generate the Finesse results reported in the document: `Comparing Finesse simulations, analytical solutions and OSCAR - simulations of Fabry-Perot alignment signals', LIGO-T1300345 + simulations of Fabry-Perot alignment signals', LIGO-T1300345, + freely available online: http://arxiv.org/abs/1401.5727 This file is part of a collection; it outputs the results shown the document's sections 5 and 6 and saves temporary diff --git a/examples/asc_test/master3.py b/examples/asc_test/master3.py index b8e42ab..fac597e 100644 --- a/examples/asc_test/master3.py +++ b/examples/asc_test/master3.py @@ -17,7 +17,8 @@ def main(): The file runs through the various Finesse simulations to generate the Finesse results reported in the document: `Comparing Finesse simulations, analytical solutions and OSCAR - simulations of Fabry-Perot alignment signals', LIGO-T1300345 + simulations of Fabry-Perot alignment signals', LIGO-T1300345, + freely available online: http://arxiv.org/abs/1401.5727 Run this file after master2.py to create data which can be plotted using master3_plot.py. Results are saved after diff --git a/examples/asc_test/master4.py b/examples/asc_test/master4.py index 0acc1b1..5debc2b 100644 --- a/examples/asc_test/master4.py +++ b/examples/asc_test/master4.py @@ -28,7 +28,8 @@ def main(): The file runs through the various Finesse simulations to generate the Finesse results reported in the document: `Comparing Finesse simulations, analytical solutions and OSCAR - simulations of Fabry-Perot alignment signals', LIGO-T1300345 + simulations of Fabry-Perot alignment signals', LIGO-T1300345, + freely available online: http://arxiv.org/abs/1401.5727 Run this file after master2.py to create data which can be plotted using master4_plot.py. Results are saved after -- GitLab