|
User Documentation |
|||||||||
prev file | next file | ||||||||||
SUMMARY: fields | routine DETAILS: routine | ||||||||||
./guide list.pro
list |
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.
; 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']
Parameters | |
start |
If set, the beginning of range to list |
finish |
If set, the end of range to list |
Keywords | |
keep |
If set, the list comes from the keep file and !g.line is irrelevant. |
_EXTRA |
. |