Home > ISET > vcamera > sensor > sensorReadFilter.m

sensorReadFilter

PURPOSE ^

SYNOPSIS ^

function ISA = sensorReadFilter(filterType,ISA,fname)

DESCRIPTION ^

   isa = sensorReadFilter(filterType,isa,fname)

Author: ImagEval
Purpose:
   Read and set the sensor wavelength properties. 

   Data defining color filters, the photodector spectral quantum
   efficiency, infrared cutoff filter, and the color filter array, can all
   be read by this program.

   Resetting any of these functions changes the currently the properties
   of the image sensor array. 

   The wavelength sampling of the data matches the current specification
   in ISA.  To make the data match the properties of the optical image,
   make sure that 

 Example:
   [val,ISA] = vcGetSelectedObject('ISA');
   ISA = sensorReadFilter('infrared',ISA);
   ISA = sensorClearData(ISA);
   vcReplaceObject(ISA,val);

CROSS-REFERENCE INFORMATION ^

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