Home > ISET > vcamera > opticalImage > oiSpatialSupport.m

oiSpatialSupport

PURPOSE ^

Calculate the spatial positions of the optical image sample points

SYNOPSIS ^

function sSupport = oiSpatialSupport(oi,units)

DESCRIPTION ^

Calculate the spatial positions of the optical image sample points

   sSupport = oiSpatialSupport(oi,[units = 'meters'] )

 Determine the spatial support for the optical image. The positions are
 specified in x and y positions measured on the surface of the image
 sensor. The units (meters, mm, um) can be specified.

 Examples:
  sSupportmm = oiSpatialSupport(oi,'millimeters');
  sSupportum = oiSpatialSupport(oi,'microns');
  sSupportm = oiSpatialSupport(oi);

 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