summaryrefslogtreecommitdiff
path: root/gyro_cavity_modematch_demo.m
diff options
context:
space:
mode:
Diffstat (limited to 'gyro_cavity_modematch_demo.m')
-rw-r--r--gyro_cavity_modematch_demo.m3
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