Produced by IDL 6.1
User Documentation

./guide
scan_info.pro

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

scan_info

function scan_info(scan, [/keep])

Get scan information structure from the appropriate I/O object. This uses !g.line to determine which I/O object to get the information from, unless keep is set, in which case it gets it from the keep file. The fields in the returned structure are:

Returns
Scan information structure. Returns -1 on error.
Version
$Id: scan_info.pro,v 1.3 2005/04/20 16:27:41 jbraatz Exp $

Parameters
scan
in, required
integer
Scan number to get information on.

Keywords
keep
in, optional
boolean
If set, the scan information comes from the keep file.


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