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/iminterp/doc/iminterp.men | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'math/iminterp/doc/iminterp.men')
-rw-r--r-- | math/iminterp/doc/iminterp.men | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/math/iminterp/doc/iminterp.men b/math/iminterp/doc/iminterp.men new file mode 100644 index 00000000..9daf5883 --- /dev/null +++ b/math/iminterp/doc/iminterp.men @@ -0,0 +1,32 @@ + arbpix - Replace bad pixels in an array + arider - Calculate derivatives for a few points in a 1-D array + arieval - Evaluate the interpolant at a few points in a 1-D array + asider - Evaluate derivatives at x + asieval - Evaluate the interpolant at x + asifit - Fit the 1-D interpolant + asifree - Free space allocated by asiinit or asisinit + asigeti - Fetch an integer parameter + asigrl - Calculate the integral under an array + asiinit - Initialize 1-D interpolant using default parameters + asirestore - Restore interpolant parameters and coefficients + asisave - Save interpolant parameters and coefficients + asisinit - Initialize 1-D interpolant using user parameters + asitype - Decode string into interpolant type and parameters + asivector - Evaluate interpolant at an array of x + + mrider - Calculate derivatives for a few points in a 2-D array + mrieval - Evaluate the interpolant at a few points in a 2-D array + msider - Evaluate derivatives at x and y + msieval - Evaluate the interpolant at x and y + msifit - Fit the 2-D interpolant + msifree - Free space allocated by msiinit or msisinit + msigeti - Fetch an integer parameter + msigetr - Fetch a real parameter + msigrl - Calculate the integral inside a polygon + msiinit - Initialize the 2-D interpolant using default parameters + msirestore - Restore interpolant parameters and coefficients + msisave - Save 2-D interpolant parameters and coefficients + msisinit - Initialize the 2-D interpolant using user parameters + msisqgrl - Calculate the integral inside a rectangle + msitype - Decode string into interpolant type and parameters + msivector - Evaluate interpolant at an array of x and y |