Institut für Astronomie und AstrophysikAbteilung AstronomieSand 1, D-72076 Tübingen, Germany |
export_sav
Write out data to IDL save file.
cafe
data
Save x/y/error data into IDL save file. Parameter should be given or the variable names X/Y/ERROR are used.
X - The variable name of the X data. Default: "X". Y - The variable name of the Y data. Default: "Y". ERR - The variable name of the error data (if existing). Default: "ERROR"
Writes all subgroup data to IDL save file.
> export, test.sav[time,rate,error]:4, -> writes all data (all subgroups) of group 4 into IDL save file test.sav with variable names time (x), rate(y) and error (err).
$Id: cafe_export_sav.pro,v 1.3 2005/02/16 13:32:08 goehler Exp $
[Home Page] [Software, Documentation] [IDL Documentation] [Quick Reference] [Feedback]