


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.
