Produced by IDL 6.1
User Documentation

./guide
files.pro

Last modification date:
Thu Jun 2 23:56:08 2005

files

procedure files, [/full]

Prints the files that are connected to the three I/O objects: that is the files for Read Only spectral line and continuum, and the files for Read/Write spectral line.

NOTE: This relies on the information at !g.line_filein_name, !g.cont_filein_name and !g.line_filout_name to be correct.

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

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

Version
$Id: files.pro,v 1.2 2005/05/24 21:05:23 bgarwood Exp $

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 Thu Jun 2 23:56:47 2005