


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