[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

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


model_legendre Source code in cafe_model_legendre.pro

model_legendre

Name
           model_legendre
Purpose
           Define model consisting of legendre polynoms
Category
           CAFE
SUBCATEGORY:
           fitmodel
Input Parameters
           x         - Input x value array. Should be double precision.
           parameter - Parameter to compute model. Defines
                       contribution of each legendre polynom. Must contain 6
                       values.
Calling Sequence
           legendre:0..legendre:4 - contribution of legendre polynom 0..4.
Output Parameters
           y =  l0*P0(x) + l1*P1(x) + l2*P2(x) + l3*P3(x) + l3*P3(x)+
                l4*P4(x) + l4*P5(x)
            P0..P5 are the legendre polynoms.
Side Effects
           None
Revision History
           $Id: cafe_model_legendre.pro,v 1.1 2004/08/04 09:34:11 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