Institut für Astronomie und AstrophysikAbteilung AstronomieSand 1, D-72076 Tübingen, Germany |
export
Write out data set to ascii/fits file.
cafe
export, filename["["parameter"]"][:group][,filetype][,/clobber]
filename - string containing the file to save into the data. If file is not in current working directory a path must be added. parameter- (optional) Passes parameters to the file type processor defined either explicitely or via extension. These parameter usually define closer some descriptions. Parameters within the brackets are separated with ",". group - (optional) Define the data group to add the data to (to support joint fitting). Default is the primary group 0. Must be in range [0..29]. filetype - (optional) The file type to defining the method how to save the file. Usually derived from file extension, but this option overrides the file type of the extension. To get help about valid file types enter > help, export,all (for list of supported file types) and > help,export,<type> (for specific file type)
clobber - If file exists it will be overridden without question.
All options may be set with the "set" command. The command prefix is "export".
Saves data into file.
> export, test.dat:1 -> saves data to ascii file test.dat (type dat is ascii file) from group 1.
$Id: cafe_export.pro,v 1.8 2005/02/16 13:32:08 goehler Exp $
[Home Page] [Software, Documentation] [IDL Documentation] [Quick Reference] [Feedback]