diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2010-06-16 19:36:25 +0000 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2010-06-16 19:36:25 +0000 |
commit | 3a44a78bbaade8362574d4a07bde9b7dd059cf98 (patch) | |
tree | a050fda6f4aeb1bc4954ff48ff6aeacbe972abd1 /psr | |
parent | 45f970c010cd2981f86eb4b7ce3cd25f9947e96f (diff) | |
download | multi_mode_eit-3a44a78bbaade8362574d4a07bde9b7dd059cf98.tar.gz multi_mode_eit-3a44a78bbaade8362574d4a07bde9b7dd059cf98.zip |
ellipticity properly added
Diffstat (limited to 'psr')
-rw-r--r-- | psr/psr.m | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -98,10 +98,11 @@ psi_el=-2/180*pi; % only sign of modulation frequency is important now % we define actual frequency later on [E_field_lab_pos_freq.x, E_field_lab_pos_freq.y] = rotXpolarization(phi, E_field_lab_pos_freq.linear); + % we add required ellipticity + E_field_lab_pos_freq.x*=exp(I*psi_el); E_field_lab_pos_freq.z=E_field_zero; E_field_pos_freq=xyz_lin2atomic_axis_polarization(theta, E_field_lab_pos_freq); - E_field_pos_freq.left*=exp(I*psi_el); fprintf (stderr, "tuning laser in forloop to set conditions vs detuning\n"); |