Home > ISET > vcamera > sensor > sensorVignetting.m

sensorVignetting

PURPOSE ^

Compute etendue (vignetting) slot and place in sensor structure

SYNOPSIS ^

function ISA = sensorVignetting(ISA,pvFlag,nAngles)

DESCRIPTION ^

Compute etendue (vignetting) slot and place in sensor structure

   ISA = sensorVignetting(ISA,pvFlag)

Examples:
   foo = sensorVignetting; plotSensorEtendue(foo);
   foo = sensorVignetting([],3); plotSensorEtendue(foo);

   ISA = vcGetObject('ISA'); ISA = sensorSet(ISA,'pixelVignetting',1);
   foo = sensorVignetting(ISA); plotSensorEtendue(foo);

 Copyright ImagEval Consultants, LLC, 2006.

CROSS-REFERENCE INFORMATION ^

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