From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- math/curfit/doc/cvstatr.hlp | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 math/curfit/doc/cvstatr.hlp (limited to 'math/curfit/doc/cvstatr.hlp') diff --git a/math/curfit/doc/cvstatr.hlp b/math/curfit/doc/cvstatr.hlp new file mode 100644 index 00000000..f4d959c2 --- /dev/null +++ b/math/curfit/doc/cvstatr.hlp @@ -0,0 +1,44 @@ +.help cvstatr May85 "Curfit Package" +.ih +NAME +cvstatr -- get real parameter +.ih +SYNOPSIS +include + +rval = cvstatr (cv, parameter) + +.nf +pointer cv # curve descriptor +int parameter # parameter to be returned +.fi +.ih +ARGUMENTS +.ls cv +The pointer to the curve descriptor structure. +.le +.ls parameter +Parameter to be return. Definitions in curfit.h are: +.nf + define CVXMIN 5 # minimum ordinate + define CVORDER 6 # maximum ordinate +.fi +.le +.ih +DESCRIPTION +The values of real parameters are returned. The parameters include +the minimum and maximum ordinate values of the curve. +.ih +EXAMPLES +.nf + include + + real cvstatr() + + xmin = cvstatr (cv, CVXMIN) + xmax = cvstatr (cv, CVXMAX) +.fi +.ih +SEE ALSO +cvstati +.endhelp -- cgit