diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2014-05-20 12:08:35 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2014-05-20 12:08:35 -0400 |
commit | ff2264fa389996d1d45358cb391304780dfe1c92 (patch) | |
tree | bae55d746782116cc0ef48bb4e4db3e2c5a31319 /demo_diffraction_on_a_disk.m | |
parent | 54b4b5e11a79cba228a6b8b5d30c9a7cb90e2195 (diff) | |
download | beam_reshape-master.tar.gz beam_reshape-master.zip |
Diffstat (limited to 'demo_diffraction_on_a_disk.m')
-rw-r--r-- | demo_diffraction_on_a_disk.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demo_diffraction_on_a_disk.m b/demo_diffraction_on_a_disk.m index 5cb2424..278d56a 100644 --- a/demo_diffraction_on_a_disk.m +++ b/demo_diffraction_on_a_disk.m @@ -29,7 +29,7 @@ img_source= z_before_mask .* mask; Nx_t=101; Ny_t=101; img_t=zeros(Ny_t,Nx_t); -tgt_size_x = 12.5e-3; +tgt_size_x = 0.2*12.5e-3; tgt_size_y = tgt_size_x; xpos_t=linspace( -tgt_size_x, tgt_size_x, Nx_t); ypos_t=linspace( -tgt_size_y, tgt_size_y, Ny_t); |