Produced by IDL 6.1
User Documentation

./guide
gshow.pro

Last modification date:
Thu Jun 2 23:56:08 2005

gshow

procedure gshow, [modelindex=integer], [/parts], [color=integer]

Show the most recently fit gaussians and annotate plot with their peak, center, width values.

Version
$Id: gshow.pro,v 1.8 2005/05/02 19:16:50 bgarwood Exp $

Keywords
modelindex
in, optional
integer
The data container index containing the model of the most recent gaussian fit. If this is omitted, a value of -1 is assumed. If this is -1 then a model is constructed from the fit parameters in !g.gauss. This is ignored if parts is set.
parts
in, optional
boolean
When set, show the individual gaussians as separate plots. This always constructs the gaussians from the parameters in !g.gauss. modelindex is ignored when this keyword is set.
color
in, optional
integer (def. !g.gshowcolor)
A color to use for the plots.


Produced by IDLdoc 1.6 on Thu Jun 2 23:56:50 2005