diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2010-06-09 20:57:38 +0000 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2010-06-09 20:57:38 +0000 |
commit | ae3f51976a745241396e98aef58933637485d787 (patch) | |
tree | 20309b3e6542858515fb74fb5bb07c688d0f7a3e /compass_lin.m | |
parent | 50603bb22095291dc0efea81c517cb686b3dda6b (diff) | |
download | multi_mode_eit-ae3f51976a745241396e98aef58933637485d787.tar.gz multi_mode_eit-ae3f51976a745241396e98aef58933637485d787.zip |
small theta change
Diffstat (limited to 'compass_lin.m')
-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 |