Produced by IDL 7.1.1
User Documentation

./guide
gmaxiter.pro

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

gmaxiter

procedure gmaxiter, maxiter

Sets the maximum iterations for fitting guassians: !g.gauss.maxiter

Examples
 ; get some continuum data
 cont
 filein,'peaks.fits'
 get,index=1
 ; setup the gauss fit
 gregion,[60,80]
 ngauss,[1]
 gmaxiter,500
 gparamvalues, 0, 0, [400000.,70.,100.]
 ; find and show the fit
 gauss
 gshow
 
Version
$Id$

Parameters
maxiter
in, required
long
maximum iterations for fitting gaussians


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