


lyngby_ui_preproc_normalize - UI for setting up preprocessing parameters
function lyngby_ui_preproc_normalize(command,parameter1)
This is the function that controls the user interface for the
setup of the preprocessing parameters. The function is
automatically called from lyngby_ui_main when the user presses
the Preprocessing button.
The actual computations for the preprocessing is handle by
lyngby_normalize.
The mean for each voxel over its entire time-series can be
removed. The voxel time-series can also be scale to unit
variance. The final two choices remove the mean in each run
and removes the mean in each image.
Normalization of the design variables is controlled by the
lyngby_ui_externals functions.
See also LYNGBY, LYNGBY_NORMALIZE, LYNGBY_PREP_GLOBAL,
LYNGBY_UI_MAIN, LYNGBY_UI_EXTERNALS.
$Id: lyngby_ui_preproc_normalize.m,v 1.3 2003/05/23 16:54:32 fnielsen Exp $