Home > ISET > vcamera > sensor > sensorCreateIdeal.m

sensorCreateIdeal

PURPOSE ^

Create an ideal image sensor array (DSNU and PRNU zero).

SYNOPSIS ^

function isa = sensorCreateIdeal(pixelSizeInMeters,sensorType)

DESCRIPTION ^

Create an ideal image sensor array (DSNU and PRNU zero). 

  isa = sensorCreateIdeal(pixelSizeInMeters,sensorType)

   Create an ideal image sensor array (DSNU and PRNU zero).  The array
   contains ideal monochrome pixels (no read noise, dark voltage, 100%
   fill-factor).  Such an array an be used, for example, to calculate the
   photon noise under some conditions.

   The sensorType can be monochrome or rgb.

 Example
     pixSize = 3*1e-6;
     isa = sensorCreateIdeal(pixSize);       % 3 micron, ideal monochrome
     isa = sensorCreateIdeal(pixSize,'rgb'); % 3 micron, ideal rgb pixel

 Copyright ImagEval Consultants, LLC, 2005

CROSS-REFERENCE INFORMATION ^

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