diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /math/curfit/doc/cvcoeff.hlp | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'math/curfit/doc/cvcoeff.hlp')
-rw-r--r-- | math/curfit/doc/cvcoeff.hlp | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/math/curfit/doc/cvcoeff.hlp b/math/curfit/doc/cvcoeff.hlp new file mode 100644 index 00000000..6467cd60 --- /dev/null +++ b/math/curfit/doc/cvcoeff.hlp @@ -0,0 +1,36 @@ +.help cvcoeff Jun84 "Curfit Package" +.ih +NAME +cvcoeff -- get the number and values of the coefficients +.ih +SYNOPSIS +cvcoeff (cv, coeff, ncoeff) + +.nf +pointer cv # curve descriptor +real coeff[] # the coefficient array +int ncoeff # the number of coefficients +.fi +.ih +ARGUMENTS +.ls pointer +Pointer to the curve descriptor. +.le +.ls coeff +Array of coefficients. +.le +.ls ncoeff +The number of coefficients. +.le +.ih +DESCRIPTION +CVCOEFF fetches the coefficient array and the number of coefficients from the +curve descriptor structure. +.ih +NOTES +The variable ncoeff is only equal to the order specified in CVINIT if the +curve_type is LEGENDRE or CHEBYSHEV. If curve_type is SPLINE3 then +ncoeff = order + 3. If curve_type is SPLINE1 then ncoeff = order + 1. +.ih +SEE ALSO +.endhelp |