


Delete a color filter.
isa = sensorDeleteFilter(isa,[whichFilter])
The filterspectra, filternames and pattern
fields are adjusted in the isa structure. If whichFilter is omitted,
the user is queried for a filter name. The name can be seen on the
sensorDesignCFA plot window.
Examples:
[val,isa] = vcGetSelectedObject('ISA');
isa = sensorDeleteFilter(isa,4);
Copyright ImagEval Consultants, LLC, 2005.