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