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/asigetr.hlp | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'math/iminterp/doc/asigetr.hlp')
-rw-r--r-- | math/iminterp/doc/asigetr.hlp | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/math/iminterp/doc/asigetr.hlp b/math/iminterp/doc/asigetr.hlp new file mode 100644 index 00000000..8a31deef --- /dev/null +++ b/math/iminterp/doc/asigetr.hlp @@ -0,0 +1,36 @@ +.help asigetr Dec98 asigetr.hlp +.ih +NAME +asigetr -- fetch an asi integer parameter +.ih +SYNOPSIS +include <math/iminterp.h> + +value = asigetr (asi, param) + +.nf + pointer asi #I interpolant descriptor + int param #I parameter +.fi +.ih +ARGUMENTS +.ls asi +Pointer to the sequential interpolant descriptor structure. +.le +.ls param +The parameter to be fetched. The choices are: II_ASIBADVAL the undefined +pixel value for the drizzle interpolant. The parameter definitions are +contained in the package header file math/iminterp.h. +.le +.ih +DESCRIPTION +ASIGETR is used to set the value of undefined drizzle interpolant pixels. +Undefined pixels are those for which the interpolation coordinates do not +overlap the input coordinates, but are still, within the boundaries of the input +image, a situation which may occur when the pixel fraction is < 1.0. +.ih +NOTES +.ih +SEE ALSO +asiinit, asisinit, asigeti +.endhelp |