Produced by IDL 7.1.1
User Documentation

./toolbox
coord_interp.pro

Last modification date:
Wed Sep 28 13:27:10 2016

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).

Returns
The interpolated coordinate value.
Version
$Id$

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 Wed Sep 28 13:27:37 2016