Produced by IDL 7.1.1
User Documentation

./guide
listflags.pro

Last modification date:
Wed Sep 28 13:27:09 2016

listflags

procedure listflags[, idstring], [/summary], [/keep]

List flags associated with the current input spectral line data file or with the keep (output) data file. Use the idstring parameter to limit the listing to a specific idstring.

Continuum flagging is not supported.

Examples
   ; list all flags, formatted nicely, possibly truncated
   listflags, /summary
   ; only list "RFI" tagged flags
   listflags, "RFI"
  
Version
$Id$

Parameters
idstring
in, optional
string (def. all)
The string to match. All flags that match this string will be listed.

Keywords
summary
in, optional
boolean
Produces a somewhat more readable output at the cost of possibly not showing all of the information. Truncated information is indicated with "." in the truncated field. The default is to show all of the information - which may have long lines and which will not necessarily be nicely aligned by column.
keep
in, optional
boolean
List the flags in the keep (output) file?


Produced by IDLdoc 1.6 on Wed Sep 28 13:27:35 2016