Home > ISET > 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 Thu 20-Nov-2008 22:09:04 by m2html © 2003