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/asirestore.hlp | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 math/iminterp/doc/asirestore.hlp (limited to 'math/iminterp/doc/asirestore.hlp') diff --git a/math/iminterp/doc/asirestore.hlp b/math/iminterp/doc/asirestore.hlp new file mode 100644 index 00000000..6dd70262 --- /dev/null +++ b/math/iminterp/doc/asirestore.hlp @@ -0,0 +1,36 @@ +.help asirestore Dec98 "Image Interpolator Package" +.ih +NAME +asirestore -- restore interpolant +.ih +SYNOPSIS +asirestore (asi, interpolant) + +.nf + pointer asi #O interpolant descriptor + real interpolant[] #I array containing interpolant +.fi +.ih +ARGUMENTS +.ls asi +Pointer to the interpolant descriptor structure. +.le +.ls interpolant +Array containing the interpolant. The length of interpolant can be determined +by a call to ASIGETI. +.le + +.nf + len_interpolant = asigeti (asi, II_ASINSAVE) +.fi +.ih +DESCRIPTION +ASIRESTORE allocates space for the interpolant descriptor and restores the +parameters and coefficients stored in the interpolant array to a structure +for use with ASIEVAL, ASIVECTOR, ASIDER and ASIGRL. +.ih +NOTES +.ih +SEE ALSO +asisave +.endhelp -- cgit