Wavefront optics toolbox: Difference between revisions

From Psych 221 Image Systems Engineering
Jump to navigation Jump to search
imported>Psych2012
Initial edit
 
imported>Psych2012
No edit summary
Line 31: Line 31:
== Subheading ==  
== Subheading ==  
text text text
text text text
<br>


=== Subsubheading ===  
=== Subsubheading ===  
Line 42: Line 44:


text text text
text text text
<br>


== Zernike polynomials ==
== Zernike polynomials ==
text text text
text text text
<br>


== Stiles-Crawford effect ==
== Stiles-Crawford effect ==
text text text
text text text
<br>


== Human eye aberrations and correction using eyeglasses ==
== Human eye aberrations and correction using eyeglasses ==
text text text
text text text
<br>


= Conclusions and future directions =
= Conclusions and future directions =
text text text
text text text
<br>


= References =
= References =
ref ref ref
ref ref ref
<br>


= Appendix I - Code and Data =
= Appendix I - Code and Data =
<br>


== Code ==
== Code ==
[[File:t_Zernike.m]]
[[File:t_Zernike.m]]
<br>


== Data ==
== Data ==
Wavefront measurements of human eyes are part of the SVN repository.
Wavefront measurements of human eyes are part of the SVN repository.
[https://platypus.psych.upenn.edu/repos/toolboxes/WavefrontOpticsToolbox/trunk Wavefront optics toolbox]
[https://platypus.psych.upenn.edu/repos/toolboxes/WavefrontOpticsToolbox/trunk Wavefront optics toolbox]
<br>


= Appendix II - Work partition =
= Appendix II - Work partition =


Matthew Lew - Heavily edited wvfComputePupilFunction.m to remove unnecessary nested loops; removed <code>sizeOfFieldPixels</code> field of wvf struct so that all parameters are defined in terms of physical dimensions, not pixels; constructed sections of tutorial dealing with SCE and vision correction with eyeglasses
Matthew Lew - Heavily edited <code>wvfComputePupilFunction.m</code> to remove unnecessary nested loops; removed <code>sizeOfFieldPixels</code> field of the <code>wvf</code> struct so that all parameters are defined in terms of physical dimensions, not pixels; constructed sections of tutorial dealing with SCE and vision correction with eyeglasses


Kevin Phuong - Constructed core of t_Zernike.m to demonstrate Zernike polynomials and their effect on PSFs; updated various functions of the toolbox to use wvfGet and wvfSet.
Kevin Phuong - Constructed core of t_Zernike.m to demonstrate Zernike polynomials and their effect on PSFs; updated various functions of the toolbox to use <code>wvfGet()</code> and <code>wvfSet</code>.
 
<br>

Revision as of 00:35, 19 March 2012

Back to Psych221-Projects-2012

Our project scope has been to work with the WavefrontOpticsToolbox, located in a SVN repository at https://platypus.psych.upenn.edu/repos/toolboxes/WavefrontOpticsToolbox/trunk.


Background

text text text


Subheading

text text text


Toolbox code clean-up

text text text

File:ExampleEmbedImg.jpg
Example embedded image


Subheading

text text text


Subsubheading

text text text

OIFk=n=13𝐱n𝐱¯n)|𝐱1T𝐱2|+|𝐱1T𝐱3|+|𝐱2T𝐱3|


Tutorial

text text text


Zernike polynomials

text text text


Stiles-Crawford effect

text text text


Human eye aberrations and correction using eyeglasses

text text text


Conclusions and future directions

text text text


References

ref ref ref


Appendix I - Code and Data


Code

File:T Zernike.m


Data

Wavefront measurements of human eyes are part of the SVN repository. Wavefront optics toolbox


Appendix II - Work partition

Matthew Lew - Heavily edited wvfComputePupilFunction.m to remove unnecessary nested loops; removed sizeOfFieldPixels field of the wvf struct so that all parameters are defined in terms of physical dimensions, not pixels; constructed sections of tutorial dealing with SCE and vision correction with eyeglasses

Kevin Phuong - Constructed core of t_Zernike.m to demonstrate Zernike polynomials and their effect on PSFs; updated various functions of the toolbox to use wvfGet() and wvfSet.