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/gsgcoeff.hlp | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 math/gsurfit/doc/gsgcoeff.hlp (limited to 'math/gsurfit/doc/gsgcoeff.hlp') diff --git a/math/gsurfit/doc/gsgcoeff.hlp b/math/gsurfit/doc/gsgcoeff.hlp new file mode 100644 index 00000000..78fdc707 --- /dev/null +++ b/math/gsurfit/doc/gsgcoeff.hlp @@ -0,0 +1,31 @@ +.help gsgcoeff Aug85 "Gsurfit Package" +.ih +NAME +gsgcoeff -- Procedure to fetch a coefficient +.ih +SYNOPSIS +rval = gsgcoeff (sf, xorder, yorder) + +.nf + pointer sf # surface descriptor + int xorder # x order of desired coefficient + int yorder # y order of desired coefficient +.fi +.ih +ARGUMENTS +.ls sf +Pointer to the surface descriptor. +.le +.ls xorder, yorder +The x and y order of the desired coefficient. +.le +.ih +DESCRIPTION +GSGCOEFF fetches the coefficient of x ** (xorder - 1) * y ** (yorder - 1). +INDEF is returned if xorder and yorder are out of range. +.ih +NOTES +.ih +SEE ALSO +gsscoeff +.endhelp -- cgit