[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

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


model_gauss2 Source code in cafe_model_gauss2.pro

model_gauss2

Name
           model_gauss2
Purpose
           Define 2-Dim Gaussian fit model y =  1/sqrt(sigma*2*pi)
                                                * exp(
                                                - 0.5*((x_1-x0)/sigma_x)^2
                                                - 0.5*((x_2-y0)/sigma_y)^2)
Category
           CAFE
SUBCATEGORY:
           fitmodel
Input Parameters
           x         - 2-Dim Input x value array. Should be double precision.
           parameter - Parameter to compute model. Must contain 2
                       values.
Calling Sequence
           gauss:x0      - X1-Component of the center of the Gaussian
                           curve (mean value)
           gauss:y0      - X2-Component of the center of the Gaussian
                           curve (mean value)
           gauss:xsigma  - Width of the Gaussian curve in x direction.
           gauss:ysigma  - Width of the Gaussian curve in y direction.
Output Parameters
           y = 2-Dim gauss
Side Effects
           None
Revision History
           $Id: cafe_model_gauss2.pro,v 1.4 2004/12/13 17:56:49 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