Wavefront optics toolbox: Difference between revisions
imported>Psych2012 |
imported>Psych2012 |
||
| Line 89: | Line 89: | ||
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 | 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 <code>wvfGet()</code> and <code>wvfSet</code>. | 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> | <br> | ||
Revision as of 00:36, 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.
- Would be cool to have intro pics
-
Example pic 1
-
Example pic 2
Background
text text text
Subheading
text text text
Toolbox code clean-up
text text text
Subheading
text text text
Subsubheading
text text text
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
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().