[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

Sand 1, D-72076 Tübingen, Germany
[Uni logo]


model_gauss Source code in cafe_model_gauss.pro

model_gauss

Name
           model_gauss
Purpose
           Define Gaussian fit model y =  1/sqrt(2*pi)/sigma * exp(- 1/2*((x-x0)/sigma)^2)
Category
           CAFE
SUBCATEGORY:
           fitmodel
Input Parameters
           x         - Input x value array. Should be double precision.
           parameter - Parameter to compute model. Must contain 2
                       values.
Calling Sequence
           gauss:x0    - Center of the Gaussian curve (mean value)
           gauss:sigma - Width of the Gaussian curve.
Output Parameters
           y = 1/sqrt(2*pi*sigma)*exp(-(1/2*(x-x0)/sigma)^2)
Side Effects
           None
Revision History
           $Id: cafe_model_gauss.pro,v 1.11 2004/06/23 15:29:10 goehler Exp $

Last modified by pro2html on 2005 January 04 at 16:10 UTC

[Home Page] [Software, Documentation] [IDL Documentation] [Quick Reference] [Feedback]

Jörn Wilms (wilms@astro.uni-tuebingen.de)
Updated automatically