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/nlfit/doc/nlpget.hlp | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'math/nlfit/doc/nlpget.hlp')
-rw-r--r-- | math/nlfit/doc/nlpget.hlp | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/math/nlfit/doc/nlpget.hlp b/math/nlfit/doc/nlpget.hlp new file mode 100644 index 00000000..07f2ef5e --- /dev/null +++ b/math/nlfit/doc/nlpget.hlp @@ -0,0 +1,38 @@ +.help nlpget Feb91 "Nlfit Package" + +.ih +NAME +nlpget -- get the number and values of the fitted parameters +.ih +SYNOPSIS +nlpget[rd] (nl, params, nparams) + +.nf +pointer nl # curve descriptor +real/double params[nparams] # the parameters array +int nparams # the number of parameters +.fi +.ih +ARGUMENTS +.ls nl +Pointer to the curve descriptor. +.le +.ls params +Array of fitted parameters. +.le +.ls nparameters +The total number of parameters. +.le +.ih +DESCRIPTION +NLPGET fetches the parameters array and the number of parameters from the +curve descriptor structure. All the parameters, both those that were +fit and those that were held constant are output. +.ih +NOTES +The array size required to hold the output parameters can be determined +by a call to nlstati. +.ih +SEE ALSO +nlstat +.endhelp |