


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.