Skip to content

Commit

Permalink
Update Example_1_full.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nchimitt authored Jul 27, 2021
1 parent 8327730 commit d923d08
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -20,7 +20,7 @@ def rgb2gray(rgb):
return np.dot(rgb[...,:3], [0.2989, 0.5870, 0.1140])


img = rgb2gray(plt.imread('chart.png'))
img = rgb2gray(plt.imread('./data/chart.png'))
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)
Expand Down

0 comments on commit d923d08

Please sign in to comment.