summaryrefslogtreecommitdiff
path: root/coupling_angles.m
diff options
context:
space:
mode:
Diffstat (limited to 'coupling_angles.m')
-rw-r--r--coupling_angles.m6
1 files changed, 5 insertions, 1 deletions
diff --git a/coupling_angles.m b/coupling_angles.m
index 1f5e7a8..c7f2cb9 100644
--- a/coupling_angles.m
+++ b/coupling_angles.m
@@ -20,7 +20,9 @@ n_MgF2_e = 1.38679;
% Measured
n_MgF2_p = 1.465; % p-polarization
-n_disk=n_MgF2_p
+
+coupling_description='Rutile prism, MgF_{2} disk, p-polarization';
+n_disk=n_MgF2_p;
%% critical angle for beam from prism to disk
% recall n_d*sin(theta_disk)=n_prism*sin(theta_prism) where angles are counted from normal to the face
@@ -143,6 +145,8 @@ text(0,1.1, str);
str=sprintf('n_{prism}=%.3f',n_prism);
text(0,1.2, str);
+text(0, 1.3, coupling_description);
+
% force same aspect ratio for axis
axis([-1,1,-0.5,1.5],'equal');