From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- math/iminterp/doc/asisave.hlp | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 math/iminterp/doc/asisave.hlp (limited to 'math/iminterp/doc/asisave.hlp') diff --git a/math/iminterp/doc/asisave.hlp b/math/iminterp/doc/asisave.hlp new file mode 100644 index 00000000..7c8ff37a --- /dev/null +++ b/math/iminterp/doc/asisave.hlp @@ -0,0 +1,39 @@ +.help asisave Dec98 "Image Interpolator Package" +.ih +NAME +asisave -- save interpolant +.ih +SYNOPSIS +asisave (asi, interpolant) + +.nf + pointer asi #I interpolant descriptor + real interpolant[] #O array containing the interpolant +.fi +.ih +ARGUMENTS +.ls asi +Pointer to the interpolant descriptor structure. +.le +.ls interpolant +Array where the interpolant is stored. The size of interpolant can be +determined by a call to asigeti. +.le + +.nf + len_interpolant = asigeti (asi, II_ASINSAVE) +.fi +.ih +DESCRIPTION +The interpolant type, number of coefficients and the position of +the first data point in the coefficient array, along with various +parameters such as the sinc interpolant width, sinc look-up table +resolution, and drizzle pixel fraction, are stored in the first +7 elements of the interpolant array. The remaining elements contain +the coefficients calculated by ASIFIT. +.ih +NOTES +.ih +SEE ALSO +asirestore +.endhelp -- cgit