blob: 7d5f67ef2978bf0cf3ff18a8844f7aac92b037ff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
.help msisave Dec98 "Image Interpolator Package"
.ih
NAME
msisave -- save interpolant
.ih
SYNOPSIS
msisave (msi, interpolant)
.nf
pointer msi #I interpolant descriptor
real interpolant[] #O array containing the interpolant
.fi
.ih
ARGUMENTS
.ls msi
Pointer to the interpolant descriptor structure.
.le
.ls interpolant
Array where the interpolant is stored. The required interpolant array length
required can be determined by a call to msigeti.
.le
.nf
len_interpolant = msigeti (msi, II_MSINSAVE)
.fi
.ih
DESCRIPTION
The interpolant type, number of coefficients in x and y, the position of
the first data point in the coefficient array, and the sinc and drizzle
interpolant parameters are stored in the first eleven elements of interpolant.
The remaining elements contain the coefficients and look-up tables
calculated by MSIFIT.
.ih
NOTES
.ih
SEE ALSO
msirestore
.endhelp
|