|
User Documentation |
||||||||
| prev file | next file | |||||||||
| SUMMARY: fields | routine DETAILS: routine | |||||||||
./guide File fileout.pro
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.
getrec,1
show
fileout,'savedfile.fits'
keep
| Parameters | |
|
file_name |
The file name to use. If the file does not exist, it will be created after the first use of keep |