[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

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


TRIPP_FIT_SINUS Source code in tripp_fit_sinus.pro

TRIPP_FIT_SINUS

Name
                            TRIPP_FIT_SINUS
Purpose
                            provide sinus function as needed for
                            input by TRIPP_CURVEFIT
Category
                            auxilary fitting routine
Calling Sequence
                            tripp_fit_sinus,x,a,f,pder
Input Parameters
       X    =  Variable passed into CURVEFIT.  It is the job of tripp_fit_sinus
               to interpret this variable.
       A    =  Vector of NTERMS function parameters.
Optional Input Parameters

Keyword Parameters

Output Parameters
       F    =  Vector of NPOINT values of function, y[i] = funct(x), output.
       PDER =  Array, (NPOINT, NTERMS), of partial derivatives of funct.
               PDER[I,J] = Derivative of function at ith point with
               respect to jth parameter.  Optional output parameter.
               PDER should not be calculated if the parameter is not
               supplied in call. If the /NODERIVATIVE keyword is set in the
               call to CURVEFIT then the user routine will never need to
               calculate PDER.
Optional Output

Common Blocks

Side Effects

Restrictions

Procedure

Example

Revision History
       Version 1.0, 1999/07,Stefan Dreizler
       Version 1.1, 2001/02,Stefan Dreizler, corrected sign error
                    2006/11,Sonja Schuh, some optimization: define pder
                            outside of loop now, merged two loops into one,
                            deleted dfda helper arrays and ifs in loop

Last modified by pro2html on 2007 March 16 at 04:11 UTC

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

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