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/gsurfit/doc/gsscoeff.hlp | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'math/gsurfit/doc/gsscoeff.hlp')
-rw-r--r-- | math/gsurfit/doc/gsscoeff.hlp | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/math/gsurfit/doc/gsscoeff.hlp b/math/gsurfit/doc/gsscoeff.hlp new file mode 100644 index 00000000..5f5e4a6a --- /dev/null +++ b/math/gsurfit/doc/gsscoeff.hlp @@ -0,0 +1,35 @@ +.help gsscoeff Aug85 "Gsurfit Package" +.ih +NAME +gsscoeff -- Procedure to set a coefficient +.ih +SYNOPSIS +gsscoeff (sf, xorder, yorder, coeff) + +.nf + pointer sf # surface descriptor + int xorder # x order of desired coefficient + int yorder # y order of desired coefficient + real coeff # coefficient value +.fi +.ih +ARGUMENTS +.ls sf +Pointer to the surface descriptor. +.le +.ls xorder, yorder +The x and y order of the desired coefficient. +.le +.ls coeff +The value of the coefficient to be set. +.le +.ih +DESCRIPTION +GSSCOEFF sets the coefficient of x ** (xorder - 1) * y ** (yorder - 1). +GSSCOEFF returns if xorder and yorder are out of range. +.ih +NOTES +.ih +SEE ALSO +gsgcoeff +.endhelp |