Produced by IDL 7.1.1
User Documentation

./guide
showiftab.pro

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

showiftab

procedure showiftab, scan, [/keep]

Summarize the valid ifnum, fdnum, plnum combinations for a scan.

Examples
A scan where all combinations of 2 IFs, 8 feeds, and 4 polarization is present.

 GBTIDL -> showiftab,35
  
      Scan : 35
      ifnum fdnum plnum
        0:1   0:7   0:4

 
In this scan, feed 0 has just plnum 2 for both IFs, feed 1 has just plnum 1 for the same IFs, and feeds 2 through 7 have plnum 0 and 1 for the second if.
 GBTIDL -> showiftab,33
  
      Scan : 33
      ifnum fdnum plnum
        0:1     0     2
        0:1     1     1
          1   2:7   0:1
 
Uses
scan_info
Version
$Id$

Parameters
scan
in, required
integer
Scan number of interest.

Keywords
keep
in, optional
boolean
If set, the summary uses information from the keep[ file.


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