Home > ISET > modules > raytrace > rtPSFVisualize.m

rtPSFVisualize

PURPOSE ^

Show a movie of the ray trace pointspread functions at all heights and wavelengths

SYNOPSIS ^

function rtPSFVisualize(optics,figNum,delay)

DESCRIPTION ^

Show a movie of the ray trace pointspread functions at all heights and wavelengths

   rtPSFVisualize([optics],[figNum=1],[delay = 0.2])
 
 The image height increase along the x-axis.  The data are displayed for
 one wavelength first, and then the next wavelength. The horizontal axis 
 indicates the image height in microns.

 Example:
   oi = vcGetObject('oi'); optics = oiGet(oi,'optics');
   rtPSFVisualize(optics,1)

 This example loads, visualizes, rotates, and visualizes again.

   vcImportObject('OPTICS'); rtPSFVisualize([],1);
   optics = vcGetObject('optics'); optics = rtPSFEdit(optics,0,1,2);

 Copyright ImagEval, LLC, 2005

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Thu 20-Nov-2008 22:09:04 by m2html © 2003