Home > ISET > plots > plotSpectra.m

plotSpectra

PURPOSE ^

Plot various spectral functions in the ISA window

SYNOPSIS ^

function [udata, figNum] = plotSpectra(dataType,figNum)

DESCRIPTION ^

Plot various spectral functions in the ISA window

  [udata, figNum] = plotSpectra([dataType],[figNum])

 The spectral functions include photodetector spectral QE(pdSpectralQE),
 spectral response (spectralsr in amps/watt), color filter transmittance
 (colorfilters), combined ISA spectral QE (spectralQE), IR filter
 (irfilter).

 Examples:
  [udata,figNum] = plotSpectra('pdSpectralQE')
  plotSpectra('spectralsr',figNum);
  plotSpectra('colorfilters',figNum);
  plotSpectra('irfilter',figNum);
  plotSpectra('pdspectralsr');
  plotSpectra('spectralQE')

CROSS-REFERENCE INFORMATION ^

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