Institut für Astronomie und AstrophysikAbteilung AstronomieSand 1, D-72076 Tübingen, Germany |
load_sav
Loads environment from IDL SAV file.
cafe
load
Uses IDL restore command. Refer documentation.
Overrides current environment.
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.
> load, weekly.sav -> loads environment from file "weekly.sav"
$Id: cafe_load_sav.pro,v 1.8 2003/06/18 07:19:00 goehler Exp $
[Home Page] [Software, Documentation] [IDL Documentation] [Quick Reference] [Feedback]