[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

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


load_sav Source code in cafe_load_sav.pro

load_sav

Name
           load_sav
Purpose
           Loads environment from IDL SAV file.
Category
           cafe
SUBCATEGORY:
           load
DATA FORMAT:
           Uses IDL restore command. Refer documentation.
Side Effects
           Overrides current environment.
REMARK:
           Problems will arise if the environment was saved with
           a different version from the environment in which a
           structure element was defined which now is lost. The
           other case that new elements were added will be
           handled with the restore command.
           The load procedure tries to handle these cases by
           performing structure assignment with
           /RELAXED_STRUCTURE_ASSIGNMENT.
           Loading environments saved with a different IDL version
           does i.g. not work.
Example
           > load, weekly.sav
               -> loads environment from file "weekly.sav"
Revision History
           $Id: cafe_load_sav.pro,v 1.8 2003/06/18 07:19:00 goehler Exp $

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

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

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