Produced by IDL 6.1
User Documentation

./guide
list.pro

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

list

procedure list[, start][, finish], [/keep], _EXTRA=_EXTRA

Lists some rows of the input file (or optionally the keep file) based on the selection parameters given by the user. ; The _EXTRA parameters are passed directly to lower level selection functions. See the line search index or continuum search index for the full set of parameters that are available.

Examples
    ; list first 11 records in the input file
    list,0,10

    ; list source and polarization for first 11 entries
    list,0,10,columns=['source','polarization']

    ; list index, source and tsys for all data in ifnum=1
    list,ifnum=1,columns=['index', 'source', 'polarization']
 
Version
$Id: list.pro,v 1.8 2005/05/24 20:35:09 jbraatz Exp $

Parameters
start
in, optional
long
If set, the beginning of range to list
finish
in, optional
long
If set, the end of range to list

Keywords
keep
in, optional
boolean
If set, the list comes from the keep file and !g.line is irrelevant.
_EXTRA
.


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