Produced by IDL 6.1
User Documentation

./guide
getscan.pro

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

getscan

procedure getscan, scan

Gets the data associated with a given scan number in the input data set. If the value of !g.line is true, then the data comes from !g.lineio and the result is stored in !g.s[0], otherwise the data comes from !g.contio and is stored in !g.c[0].

Examples
  getscan,1
  show
 
Version
$Id: getscan.pro,v 1.1 2005/05/26 18:06:52 paghots Exp $

Parameters
scan
in, required
integer
The scan number of the record to be retrieved


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