diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2014-01-08 08:52:44 -0500 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2014-01-08 08:52:44 -0500 |
commit | 5a3dc94ff0ad8300f0133f2b725c10e4f4bc562f (patch) | |
tree | 6ec168ca3ee9516783b3c72b319e20121a80084c | |
parent | cfc4f9b8e3474315a39c185e25c6cf92c9f34e62 (diff) | |
download | mode_match-5a3dc94ff0ad8300f0133f2b725c10e4f4bc562f.tar.gz mode_match-5a3dc94ff0ad8300f0133f2b725c10e4f4bc562f.zip |
added actual lab lens set
-rw-r--r-- | gyro_cavity_modematch_demo.m | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gyro_cavity_modematch_demo.m b/gyro_cavity_modematch_demo.m index 789a623..8716c40 100644 --- a/gyro_cavity_modematch_demo.m +++ b/gyro_cavity_modematch_demo.m @@ -1,7 +1,8 @@ %Permute all possible lens combinations out of set of lenses % keep this list short - computation time goes as factorial of lens set size %lens_set = [.125, 0.20, 0.75 ]; %Given lenses of unique focal lengths -lens_set = [0.025, 0.035, 0.05, .075, 0.10, .125, 0.150, 0.20, 0.25, 0.300, 0.50, 0.75, -.05, -0.10 ]; %Given lenses of unique focal lengths +%lens_set = [0.025, 0.035, 0.05, .075, 0.10, .125, 0.150, 0.20, 0.25, 0.300, 0.50, 0.75, -.05, -0.10 ]; % Thorlabs lenses set +lens_set = [0.025, 0.05, .075, 0.10, .125, 0.20, 0.25, 0.300, 0.50, 0.75, 1.00 ]; % Available in the lab lens_permutations = pick(lens_set,3,'or'); %3 lens solutions %Pre-defined Constants |