blob: fc49514d4927e75f3ab0a257ccb4c9d3bc34f44f (
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 msisqgrl Dec98 "Image Interpolation Package"
.ih
NAME
msisqgrl -- integrate the interpolant over a rectangular region
.ih
SYNOPSIS
y = msisqgrl (msi, x1, x2, y1, y2)
.nf
pointer msi #I interpolant descriptor
real x1 #I lower x limit, 1 <= x1 <= nxpix
real x2 #I upper x limit, 1 <= x2 <= nxpix
real y1 #I lower y limit, 1 <= y1 <= nypix
real y2 #I upper y limit, 1 <= y2 <= nypix
.fi
.ih
ARGUMENTS
.ls msi
Pointer to the sequential interpolant descriptor structure.
.le
.ls x1, x2
The x limits of integration
.le
.ls y1, y2
The y limits of integration.
.le
.ih
DESCRIPTION
MSISQGRL integrates the interpolant exactly for rectangular domains
of integration, including partial pixel regions.
.ih
NOTES
Checking for out of bound integration regimes is the responsibility of
the user. MSIFIT must be called before using MSISQGRL.
.ih
SEE ALSO
msigrl
.endhelp
|