diff options
-rw-r--r-- | compass_lin.m | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compass_lin.m b/compass_lin.m index bdd4201..21c2472 100644 --- a/compass_lin.m +++ b/compass_lin.m @@ -68,7 +68,8 @@ E_field_lab_pos_freq.linear = E_field_zero + (1.00000+0.00000i)*E_field_probe + phi=pi*2/8; % theta is angle between lab z axis (light propagation direction) and magnetic field axis (z') theta=0/4; -theta=65/180*pi; +theta=pi/2; +%theta=65/180*pi; %small ellipticity angle psi (0 to pi/2) % 0 will give linear polarization % pi/2 circular polarization |