Home > ISET > vcamera > opticalImage > oiAdjustIlluminance.m

oiAdjustIlluminance

PURPOSE ^

Scale optical image mean illuminance to meanL

SYNOPSIS ^

function oi = oiAdjustIlluminance(oi,newLevel,stat)

DESCRIPTION ^

Scale optical image mean illuminance to meanL

  oi = oiAdjustIlluminance(oi,newLevel,[stat='mean'])

Purpose:
   Adjust the (mean or max) photon level in the optical structure so that
   the  mean illuminance level is newLevel, rather than the current level.  
   The fields oi.data.illuminance and oi.data.newLevel are updated as well.

 Example:
   OI = oiAdjustIlluminance(OI,10);
   OI = oiAdjustIlluminance(OI,100,'max');

 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