Produced by IDL 7.1.1
User Documentation

./guide
gshow.pro

Last modification date:
Wed Sep 28 13:27:09 2016

gshow

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

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

The gaussians are plotted on top of the whatever is already plotted.

Examples
    ; assumes initial guesses already set
    gauss
    gshow,/parts
 
Version
$Id$

Keywords
modelbuffer
in, optional
integer
The data container buffer 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. modelbuffer 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 Wed Sep 28 13:27:35 2016