diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2020-09-29 11:13:37 -0400 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2020-09-29 11:13:37 -0400 |
commit | 01263da940b13fe3de00c7e325cbdeea2946481f (patch) | |
tree | 706ac73ee9ff14084f11231c0fcf387c957207ad | |
parent | 16615d99e014406cb308b179361c5ef1d691fbe6 (diff) | |
download | multi_mode_eit-01263da940b13fe3de00c7e325cbdeea2946481f.tar.gz multi_mode_eit-01263da940b13fe3de00c7e325cbdeea2946481f.zip |
spell check
-rw-r--r-- | compass_lin_extrema_vs_theta.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compass_lin_extrema_vs_theta.m b/compass_lin_extrema_vs_theta.m index 1c90f8c..4516dda 100644 --- a/compass_lin_extrema_vs_theta.m +++ b/compass_lin_extrema_vs_theta.m @@ -103,7 +103,7 @@ for theta=thetas; % we define light as linearly polarized along x E_field_lab_pos_freq.x = E_field_lab_pos_freq.linear; E_field_lab_pos_freq.y = 0; - % now we add small elasticity + % now we add small ellipticity E_field_lab_pos_freq.y=sin(psi_el)*E_field_lab_pos_freq.x*(1i); % order is important E_field_lab_pos_freq.x=cos(psi_el)*E_field_lab_pos_freq.x; % set phi angle between light polarization and axis x |