[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

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


model_parabel Source code in cafe_model_parabel.pro

model_parabel

Name
           model_parabel
Purpose
           Define parabolic fit model y = a*x^2 + b*x + c.
Category
           CAFE
SUBCATEGORY:
           fitmodel
Input Parameters
           x        - Input x value array. Should be double
                      precision.
           parameter- Parameter to compute model. Must contain 3
                       values.
Calling Sequence
           parabel:a - quadratic coefficient
           parabel:b - linear coefficient
           parabel:c - constant coefficient
Output Parameters
           y = a*x^2 + b*x + c
Side Effects
           None.
Revision History
             $Id: cafe_model_parabel.pro,v 1.9 2003/11/04 14:27:36 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