Produced by IDL 6.1
User Documentation

./toolbox
coord_interp.pro

Last modification date:
Thu Jun 2 23:56:08 2005

coord_interp

function coord_interp(coords, loc, wrapsat)

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.6 on Thu Jun 2 23:56:55 2005