Produced by IDL 6.1
User Documentation

./guide
fileout.pro

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

fileout

procedure fileout, file_name

Specify the file to which data will be written. The filename is stored in the !g.lineoutio field. The output file name must use the ".fits" suffix. Note that it is not currently possible to save continuum data.

Examples
    getrec,1
    show
    fileout,'savedfile.fits'
    keep
 
Version
$Id: fileout.pro,v 1.6 2005/05/24 21:00:43 jbraatz Exp $

Parameters
file_name
in, required
string
The file to which data will be written. If the file does not exist, it will be created after the first use of keep


Produced by IDLdoc 1.6 on Thu Jun 2 23:56:47 2005