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/cvrestore.hlp | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'math/curfit/doc/cvrestore.hlp')
-rw-r--r-- | math/curfit/doc/cvrestore.hlp | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/math/curfit/doc/cvrestore.hlp b/math/curfit/doc/cvrestore.hlp new file mode 100644 index 00000000..84d352ee --- /dev/null +++ b/math/curfit/doc/cvrestore.hlp @@ -0,0 +1,32 @@ +.help cvrestore Aug84 "Curfit Package" +.ih +NAME +cvrestore -- restore fit parameters +.ih +SYNOPSIS +cvrestore (cv, fit) + +.nf +pointer cv # pointer to curve descriptor +real fit[] # array containing curve parameters +.fi +.ih +ARGUMENTS +.ls cv +Pointer to curve descriptor structure. Returned by CVRESTORE. +.le +.ls fit +Array containing the curve parameters. Must have at least 7 + order +elements, where order is the parameter set in CVINIT. +.le +.ih +DESCRIPTION +CVRESTORE returns oldcv the pointer to the curve descriptor and +stores the curve parameters in fit in the structure ready for +use by cveval or cvvector. +.ih +NOTES +.ih +SEE ALSO +cvsave +.endhelp |