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/gsurfit/doc/gscopy.hlp | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'math/gsurfit/doc/gscopy.hlp')
-rw-r--r-- | math/gsurfit/doc/gscopy.hlp | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/math/gsurfit/doc/gscopy.hlp b/math/gsurfit/doc/gscopy.hlp new file mode 100644 index 00000000..46a0935f --- /dev/null +++ b/math/gsurfit/doc/gscopy.hlp @@ -0,0 +1,32 @@ +.help gscopy Aug85 "Gsurfit Package" +.ih +NAME +gscopy -- copy a surface fit +.ih +SYNOPSIS +gscopy (sf1, sf2) + +.nf +pointer sf1 # old surface descriptor +pointer sf2 # new surface descriptor +.fi +.ih +ARGUMENTS +.ls sf1 +Pointer to the old surface descriptor structure. +.le +.ls sf2 +Pointer to the new surface descriptor structure. +.le +.ih +DESCRIPTION +The surface fit and parameters are copied for later use by +GSEVAL or GSVECTOR. +.ih +NOTES +The matrices and vectors used by the numerical fitting routines are not +stored. +.ih +SEE ALSO +gsadd, gssub +.endhelp |