Skip to content

Commit

Permalink
import update
Browse files Browse the repository at this point in the history
filename change
  • Loading branch information
nchimitt4 committed Oct 13, 2021
1 parent 5d9d2a1 commit 6949cc5
Show file tree
Hide file tree
Showing 11 changed files with 171 additions and 3 deletions.
15 changes: 15 additions & 0 deletions .idea/TurbulenceSim_v1.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

129 changes: 129 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Turbulence_Sim_v1_python/Example_1_full.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def rgb2gray(rgb):
N = 225 # size of the image -- assumed to be square (pixels)
D = 0.2 # length of aperture diameter (meters)
L = 7000 # length of propagation (meters)
r0 = 0.05 # the Fried parameter r0. The value of D/r0 is critically important! (See associated paper)
r0 = 0.2 # the Fried parameter r0. The value of D/r0 is critically important! (See associated paper)
wvl = 0.525e-6 # the mean wavelength -- typically somewhere suitably in the middle of the spectrum will be sufficient
obj_size = 2.06*1 # the size of the object in the object plane (meters). Can be different the Nyquist sampling, scaling
# will be done automatically.
Expand Down
4 changes: 2 additions & 2 deletions Turbulence_Sim_v1_python/TurbSim_v1_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
from scipy.interpolate import RectBivariateSpline
from scipy.special import jv
import scipy.integrate as integrate
from integrals_spatial_corr import save_In, In_m, I0, I2
from Integrals_Spatial_Corr import save_In, In_m, I0, I2
from math import gamma
from motion_compensate import motion_compensate
from Motion_Compensate import motion_compensate


def p_obj(N, D, L, r0, wvl, obj_size):
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 6949cc5

Please sign in to comment.