Produced by IDL 6.1
User Documentation

./plotter
chantox.pro

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

chantox

function chantox(chans, [type=integer], [dc=data container])

Convert the given channels numbers to the x values appropriate for the currently displayed data container and x-axis settings.

Returns
The converted channel numbers in the x-axis units currently displayed.
Version
$Id: chantox.pro,v 1.7 2005/04/29 06:02:19 bgarwood Exp $
Common blocks
gbtplot_common

Parameters
chans
in, required
array
The channel numbers to convert.

Keywords
type
in, optional
integer
The axis array type (0=channels, 1=frequency, 2=velocity). If not supplied, it will use the current x-axis type.
dc
in, optional
data container
The data container to use. If not supplied, the most recently plotted (via show) data container is used.


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