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/gsurfit/doc/gscoeff.hlp | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 math/gsurfit/doc/gscoeff.hlp (limited to 'math/gsurfit/doc/gscoeff.hlp') diff --git a/math/gsurfit/doc/gscoeff.hlp b/math/gsurfit/doc/gscoeff.hlp new file mode 100644 index 00000000..e4b792db --- /dev/null +++ b/math/gsurfit/doc/gscoeff.hlp @@ -0,0 +1,39 @@ +.help gscoeff Aug85 "Gsurfit Package" +.ih +NAME +gscoeff - get the number and values of the coefficients +.ih +SYNOPSIS +gscoeff (sf, coeff, ncoeff) + +.nf +pointer sf # surface descriptor +real coeff[ncoeff] # coefficient array +int ncoeff # number of coefficients +.fi +.ih +ARGUMENTS +.ls sf +Pointer to the surface descriptor. +.le +.ls coeff +Array of coefficients. +.le +.ls ncoeff +The number of coefficients. Ncoeff may be obtained by a call +to gsstati. +.le + +.nf + ncoeff = gsstati (sf, GSNCOEFF) +.fi +.ih +DESCRIPTION +GSCOEFF fetches the coefficient array and the number of coefficients from +the surface descriptor structure. +.ih +NOTES +.ih +SEE ALSO +gserrors +.endhelp -- cgit