Home > ISET > vcamera > scene > scenePointArray.m

scenePointArray

PURPOSE ^

Make a point array stimulus for evaluating the optics

SYNOPSIS ^

function scene = scenePointArray(scene,sz,pointSpacing,spectralType)

DESCRIPTION ^

 Make a point array stimulus for evaluating the optics

     scene = scenePointArray(scene,[sz=128],[pointSpacing=16],[spectralType='d65'])

 The point array scene clarifies the PSF at a variety of locations in the optical
 image.  It also gives a sense of the geometrical distortions.

 SZ defines the row and column size of the image.           (default: 128)
 pointSpacing defines the distance between points in pixels (default: 16)
 The spectrum is D65 by default.  
   Alternative spectral types are 'ee' (equal energy) and 'ep' (equal photons)

Example:
   scene = sceneCreate;
   scene = scenePointArray(scene);
   scene = scenePointArray(scene,64,8,'d65');
   
 Copyright ImagEval Consultants, LLC, 2003.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Sun 14-Jan-2007 10:24:23 by m2html © 2003