|
User Documentation |
|||||||||
prev file | next file | ||||||||||
SUMMARY: fields | routine DETAILS: routine | ||||||||||
./guide gauss.pro
gauss |
procedure gauss[, fit][, fitrms], [index=long], [modelindex=long], [ok=variable], [/quiet] |
Fits data in data container specified by index and fits multiple gaussians to regions in this data, according to the values set in !g.gauss
; get some continuum data cont filein,'peaks.fits' get,index=1 ; setup the gauss fit gregion,[60,80] ngauss,[1] gmaxiter,500 gparamvalues, 0, [400000.,70.,100.] ; find and show the fit gauss gshow
Parameters | |
fit |
results of fit. identical to !g.gauss.fit |
fitrms |
errors of fit. identical to !g.gauss.fitrms |