Produced by IDL 7.1.1
User Documentation

./guide
files.pro

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

files

procedure files, [/full]

Prints the file names being used for I/O.

NOTE: This relies on the information at !g.line_filein_name, !g.cont_filein_name and !g.line_filout_name to be correct. gstatus can also be used to show the files currently in use (along with other GBTIDL information).

Examples
 filein, '/home/line.fits'
 cont
 filein, '/home/continuum.fits'
 files, /full ; print full path names
 
  spectral line  in : /home/fsfold.fits
  spectral line out : /home/GBTIDL_KEEP.fits
 
      continuum  in : /home/continuum.fits
 

Note that GBTIDL_KEEP.fits, is the default output file and it is opened automatically on startup.

Version
$Id$

Keywords
full
in, optional
boolean
When set, expand the file names to their full paths using the IDL file_expand_path function.


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