Home > ISET > vcamera > sensor > pixel > pixelVperLuxSec.m

pixelVperLuxSec

PURPOSE ^

Compute pixel photometric sensitivity (volts per lux-sec)

SYNOPSIS ^

function [voltsPerLuxSec,luxsec,meanVolts] = pixelVperLuxSec(ISA)

DESCRIPTION ^

 Compute pixel photometric sensitivity (volts per lux-sec) 

    [voltsPerLuxSec,luxsec,meanVolts] = pixelVperLuxSec([ISA])

 The photometric sensitivity is computed for each of the color sensors
 using a D65 input. The value can change

 This routine is used to convert the pixelSNR graph from SNR vs. Volts to
 SNR vx. Lux-Sec.

 N.B. The value of photometrics sensitivity (V/lux-sec) depends on the
 spectral power distribution of the input.  If we use an equal energy
 input, rather than a D65, the value changes.  

 See also pixelSR, pixelSNRluxsec

 Example:
   [vpLS,ls,meanV] = pixelVperLuxSec;
   [vpLS,ls,meanV] = pixelVperLuxSec(ISA);

 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