general/tplot/
tplot_restore.pro
Routines
top source tplot_restore
tplot_restore, filenames=filenames, all=all, append=append, sort=sort, get_tvars=get_tvars, verbose=verbose, restored_varnames=restored_varnames
PROCEDURE: tplot_restore ,filenames=filenames, all=all, sort=sort PURPOSE: Restores tplot data, limits, name handles, options, and settings. INPUT: KEYWORDS: filenames: file name or array of filenames to restore. If no file name is chosen and the all keyword is not set, tplot_restore will look for and restore a file called saved.tplot. all: restore all *.tplot files in current directory append: append saved data to existing tplot variables sort: sort data by time after loading in get_tvars: load tplot_vars structure (the structure containing tplot options and settings even if such a structure already exists in the current session. The default is to only load these if no such structure currently exists in the session. restored_varnames=the tplot variable names for the restored data SEE ALSO: "TPLOT_SAVE","STORE_DATA", "GET_DATA", "TPLOT" CREATED BY: Peter Schroeder LAST MODIFICATION: Added restore_varnames, 19-jun-2007, jmm Changed the obsolete IDL routine str_sep to strsplit. Also added additional output text. 21-may-2008, cg Removed additional output text - Use dprint,debug=3 to restore text. Nov 2008
Keywords
- filenames
- all
- append
- sort
- get_tvars
- verbose
- restored_varnames
File attributes
Modification date: | Thu Feb 13 16:43:16 2014 |
Lines: | 74 |