./toolbox
File coord_interp.pro
- Last modification date:
- Tue Nov 2 14:54:18 2004
Find the value of the coordinate at the given location, watching for
large discontinuities due to a coordinate wrap (e.g. time at 24/0 or
degrees at 360/0).
- Version
-
$Id: coord_interp.pro,v 1.1 2004/11/02 19:54:18 bgarwood Exp $
| Parameters |
coords
in, required
2-element array
|
The values to use
in the interpolation. Only the first two values are used.
|
loc
in, required
|
The location to find the interpolated
value at. Should be between 0 and 1.
|
wrapsat
in, required
|
The value that coords wraps back to
zero at.
|
Produced by IDLdoc 1.5 on Wed Dec 8 13:08:15 2004