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/msigeti.hlp | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'math/iminterp/doc/msigeti.hlp')
-rw-r--r-- | math/iminterp/doc/msigeti.hlp | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/math/iminterp/doc/msigeti.hlp b/math/iminterp/doc/msigeti.hlp new file mode 100644 index 00000000..5ab46156 --- /dev/null +++ b/math/iminterp/doc/msigeti.hlp @@ -0,0 +1,35 @@ +.help msigeti Dec98 msigeti.hlp +.ih +NAME +msigeti -- fetch an msi integer parameter +.ih +SYNOPSIS +include <math/iminterp.h> + +ivalue = msigeti (msi, param) + +.nf + pointer msi #I interpolant descriptor + int param #I parameter +.fi +.ih +ARGUMENTS +.ls msi +Pointer to the sequential interpolant descriptor structure. +.le +.ls param +The parameter to be fetched. The choices are: II_MSITYPE, the interpolant +type, II_MSINSAVE, the length of the saved coefficient array, and +II_MSINSINC, the half-width of the sinc interpolant. +.le +.ih +DESCRIPTION +MSIGETI is used to determine the size of the coefficient array that +must be allocated to save the sequential interpolant description structure, +and to fetch selected sequential interpolant parameters. +.ih +NOTES +.ih +SEE ALSO +msiinit, msisinit, msigetr +.endhelp |