Home > ISET > vcamera > sensor > sensorDeleteFilter.m

sensorDeleteFilter

PURPOSE ^

Delete a color filter.

SYNOPSIS ^

function isa = sensorDeleteFilter(isa,whichFilter)

DESCRIPTION ^

 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.

CROSS-REFERENCE INFORMATION ^

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