Produced by IDL 6.1
User Documentation

./guide
File fileout.pro

Last modification date:
Wed Dec 8 11:57:32 2004


fileout

procedure fileout, file_name

This procedure sets the output file name. The name is stored in the !g.lineoutio field. The output file name must use the ".fits" suffix. It is not currently possible to save continuum data and so the value of !g.line is not used here.

Examples
    getrec,1
    show
    fileout,'savedfile.fits'
    keep
 
Version
$Id: fileout.pro,v 1.4 2004/12/02 17:34:17 bgarwood Exp $

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


Produced by IDLdoc 1.5 on Wed Dec 8 13:08:14 2004