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/gsurfit.men | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'math/gsurfit/doc/gsurfit.men')
-rw-r--r-- | math/gsurfit/doc/gsurfit.men | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/math/gsurfit/doc/gsurfit.men b/math/gsurfit/doc/gsurfit.men new file mode 100644 index 00000000..0b938ac8 --- /dev/null +++ b/math/gsurfit/doc/gsurfit.men @@ -0,0 +1,21 @@ + gsaccum - Accumulate point into data set + gsacpts - Accumulate points into a data set + gsadd - Add two surfaces + gscoeff - Get coefficients + gscopy - Copy one surface to another + gsder - Evaluate the derivatives of a surface + gserrors - Calculate chi-square and errors in coefficients + gseval - Evaluate surface at x and y + gsfit - Fit surface + gsfree - Free space allocated by gsinit + gsinit - Make ready to fit a surface; set up parameters of fit + gsrefit - Refit surface, same x, y and weight, different z + gsreject - Reject point from data set + gsrestore - Restore surface parameters and coefficients + gssave - Save surface parameters and coefficients + gssolve - Solve matrix for coefficients + gsstati - Get integer parameter + gsstatr - Get real parameter + gssub - Subtract one surface from another + gsvector - Evaluate surface at an array of x and y + gszero - Zero arrays for new fit |