[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

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


save Source code in cafe_save.pro

save

Name
           save
Purpose
           Saves environment into file.
Category
           cafe
SYNTAX:
           save, filename[,filetype][,/clobber]
Input Parameters
           filename - (optional) String containing the file to save environment
                      into. If file should not be saved into the
                      current working directory a path must be added.
                      Default is "cafe.sav" (IDL save file)
           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, save, all (for list of supported file types)
                      and
                      > help,save,<type> (for specific file type)
OPTIONS:
          clobber   - Do not ask when overwriting existing files.
SETUP:
           All options may be set with the "set" command. The
           command prefix is "save".
Side Effects
           Saves all data into file.
Example
               > save,daily.sav
               -> saves environment data into IDL save file
               "daily.sav", using file type "sav".
Revision History
           $Id: cafe_save.pro,v 1.14 2003/11/05 15:10:44 goehler Exp $

Last modified by pro2html on 2005 January 04 at 16:19 UTC

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

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