[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

Sand 1, D-72076 Tübingen, Germany
[Uni logo]


export_sav Source code in cafe_export_sav.pro

export_sav

Name
           export_sav
Purpose
           Write out data to IDL save file.
Category
           cafe
SUBCATEGORY:
           data
DATA FORMAT:
           Save x/y/error data into IDL save file.
           Parameter should be given or the variable names X/Y/ERROR
           are used.
PARAMETER:
           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"
Side Effects
           Writes all subgroup data to IDL save file.
Example
               > 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).
Revision History
           $Id: cafe_export_sav.pro,v 1.3 2005/02/16 13:32:08 goehler Exp $

Last modified by pro2html on 2005 February 17 at 04:13 UTC

[Home Page] [Software, Documentation] [IDL Documentation] [Quick Reference] [Feedback]

Jörn Wilms (wilms@astro.uni-tuebingen.de)
Updated automatically