diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /math/curfit/doc/cvsave.hlp | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'math/curfit/doc/cvsave.hlp')
-rw-r--r-- | math/curfit/doc/cvsave.hlp | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/math/curfit/doc/cvsave.hlp b/math/curfit/doc/cvsave.hlp new file mode 100644 index 00000000..144beaff --- /dev/null +++ b/math/curfit/doc/cvsave.hlp @@ -0,0 +1,35 @@ +.help cvsave Aug84 "Curfit Package" +.ih +NAME +cvsave -- save parameters of fit +.ih +SYNOPSIS +call cvsave (cv, fit) + +.nf +pointer cv # curve descriptor +real fit[] # array containing the fit parameters +.fi +.ih +ARGUMENTS +.ls cv +The pointer to the curve descriptor structure. +.le +.ls fit +Array containing the fit parameters. +Fit must contain at least 7 + order elements, where order is the order of the +fit as set in CVINIT. +.le +.ih +DESCRIPTION +CVSAVE saves the curve parameters in the real array fit. +The first four elements of fit contain the curve_type, order, xmin and xmax. +The coefficients are stored in the remaining array elements. +.ih +NOTES +CVSAVE does not preserve the matrices and vectors used by the fitting +routines. +.ih +SEE ALSO +cvrestore +.endhelp |