Home > ISET > vcamera > scene > sceneWBCreate.m

sceneWBCreate

PURPOSE ^

Create a directory of waveband scene images in separate files

SYNOPSIS ^

function sceneWBCreate(sceneAll,workDir)

DESCRIPTION ^

 Create a directory of waveband scene images in separate files  

    sceneWBCreate(sceneAll,workDir)

 By default, this routine produces a directory with the scene name in the
 current working directory that contains a set of  Matlab (.mat) scene
 files.  Each scene file contains photon data for a particular wavelength.
 The files are named sceneXXX.mat where XXX is the wavelength center of
 that image in nanometers. 

 Using this routine, along with the other waveband computational routines,
 the user can run a larger spatial image by processing the data from
 scene to sensor one waveband at a time. 

 Example:
   scene = sceneCreate;
   sceneWBCreate(scene);

   sceneWBCreate(scene,pwd);

 See also

 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