Home > ISET > utility > file > ieSaveColorFilter.m

ieSaveColorFilter

PURPOSE ^

Write color filter data from an image sensor

SYNOPSIS ^

function fullFileName = ieSaveColorFilter(isa)

DESCRIPTION ^

 Write color filter data from an image sensor 

   fullFileName = ieSaveColorFilter(isa)

   Color filter information is attached to the image sensor in several
   fields.  This routine extracts the relevant information
   (transmissivity, wavelength, names) and saves them in a standard file
   format.  The color filters can be read by the corresponding routine,
   ieReadColorFilter.

   Color filter information describes the fraction of light, at each
   wavelength, transmitted through the filter.  This fraction is the same
   whether we measure the light in units of photons or energy.  Filters
   differ from responsivity curves in this way.  Specifying responsivity
   of a detector, we must include whether we measured the incident light
   with respect to photons or energy.

 See also ieReadColorFilter

 Example:
     isa = sensorCreate;
     ieSaveColorFilter(isa);

 Copyright ImagEval Consultants, LLC, 2003.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Thu 20-Nov-2008 22:09:04 by m2html © 2003