From 5a3dc94ff0ad8300f0133f2b725c10e4f4bc562f Mon Sep 17 00:00:00 2001 From: Eugeniy Mikhailov Date: Wed, 8 Jan 2014 08:52:44 -0500 Subject: added actual lab lens set --- gyro_cavity_modematch_demo.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3