Produced by IDL 7.1.1
User Documentation

./guide
gparamvalues.pro

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

gparamvalues

procedure gparamvalues, gauss_index, values

Procedure to put values into the !g.gauss.params container.

Examples
   ngauss, 2    ; set up for 2 gaussians
   gparamvalues, 0, [1020.0, 1.24, 12.4]
 
Version
$Id$

Parameters
gauss_index
in, required
long
Which gaussian (0 to ngauss-1) to set the parameters of.
values
in, required
double array
Array of values to assign to the indicated gaussian (must have 3 elements). Order is height, center, and full width at half maximum. The units are always channels.


Produced by IDLdoc 1.6 on Wed Sep 28 13:27:35 2016