summaryrefslogtreecommitdiff
path: root/examples/trial_solution.m.example
diff options
context:
space:
mode:
Diffstat (limited to 'examples/trial_solution.m.example')
-rw-r--r--examples/trial_solution.m.example18
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/trial_solution.m.example b/examples/trial_solution.m.example
new file mode 100644
index 0000000..f4286f1
--- /dev/null
+++ b/examples/trial_solution.m.example
@@ -0,0 +1,18 @@
+##########################################
+lambda= 1.064E-6 ;
+Ltot= 1.010675025828971 ;
+r0= 1.0E+100 ;
+w0= 2.563E-5 ;
+x0= 0 ;
+lns1.abcd=abcd_lens( 0.075 ) ;
+lns1.x= 0.21358727296049 ;
+lns2.abcd=abcd_lens( 0.075 ) ;
+lns2.x= 0.40361319425309 ;
+lns3.abcd=abcd_lens( 0.203 ) ;
+lns3.x= 0.80361319425309 ;
+wf= 3.709E-5 ;
+rf= 1.0E+100 ;
+xf= Ltot;
+
+optics={lns1,lns2,lns3};
+##########################################