Skip to content

Commit

Permalink
update Unstab.py and Zernike.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FredvanGoor committed Mar 13, 2017
1 parent fa8d80b commit b9a45b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Examples/Laser/Unstab.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
plt.title(k)
plt.axis('off')
plt.imshow(I)
F2=LP.Convert(F2);
F2=Convert(F2);
i=range(N)
j=i
X, Y=np.meshgrid(i,j)
Expand Down
2 changes: 1 addition & 1 deletion Examples/Zernike/Zernike.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

plt.figure(figsize=(15,8))
for Noll in range (1,22):
(nz,mz)=LP.noll_to_zern(Noll)
(nz,mz)=noll_to_zern(Noll)
S=ZernikeName(Noll)
F=Begin(size,wavelength,N)
F=Zernike(nz,mz,size/2,A,F)
Expand Down
4 changes: 2 additions & 2 deletions docs/makehtml.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
call make clean
call make html
make clean
make html

0 comments on commit b9a45b3

Please sign in to comment.