Produced by IDL 6.1
User Documentation

./toolbox
unshiftfreq.pro

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

unshiftfreq

function unshiftfreq(freq, voffset, [veldef=string])

Undo the effects of shiftfreq using the same voffset (do not use its negative here). See the comments in shiftfreq. This is intended to only be used on a quantity that is the result from shiftfreq.

Returns
the unshifted frequencies in Hz.
Version
$Id: unshiftfreq.pro,v 1.2 2005/04/08 20:36:06 bgarwood Exp $

Parameters
freq
in, required
double
The frequencies, in Hz, to unshift.
voffset
in, required
double
The velocity offset (m/s) to remove. This should be the same value used in a previous call to shiftfreq.

Keywords
veldef
in, optional
string (def. 'RADIO')
The velocity definition from one of RADIO, OPTICAL or TRUE.


Produced by IDLdoc 1.6 on Thu Jun 2 23:56:57 2005