Produced by IDL 7.1.1
User Documentation

./guide
line.pro

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

line

procedure line

Switch to line mode.

The value of !g.line is set to 1. That value is used by several procedures and functions to decide how they should behave (e.g. get).

Examples
   cont                 ; continuum mode
   filein,'mydcr.fits'  ; open a continuum data FITS file from the DCR
   getrec, 10           ; plot some data
   line                 ; back to line mode
                        ; any previously opened data (via filein or
                        ; dirin) in line mode remains open (and the
                        ; continuum data opened here is also still
                        ; open).
 
Version
$Id$


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