


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);