general/tplot/
store_data.pro
Routines
top source store_data
store_data, name, time, ydata, values, data=data, append=append, limits=limits, dlimits=dlimits, newname=newname, min=min, max=max, delete=delete, clear=clear, verbose=verbose, nostrsw=nostrsw, except_ptrs=except_ptrs, error=error
PROCEDURE: store_data,name,DATA=data,LIMITS=limits,DLIMITS=dlimits, NEWNAME=newname,DELETE=delete PURPOSE: Store time series structures in static memory for later retrieval by the tplot routine. Three structures can be associated with the string 'name': a data structure (DATA) that typically contains the x and y data. A default limits structure (DLIMITS) and a user limits structure (LIMITS) that will typically contain user defined limits and options (typically plot and oplot keywords). The data structure and the default limits structure will be over written each time a new data set is loaded. The limit structure is not over-written. INPUT: name: string name to be associated with the data structure and/or the limits structure. Also, can enter tplot index as name. The name should not contain spaces or the characters '*' and '?' KEYWORDS: DATA: variable that contains the data structure. LIMITS; variable that contains the limit structure. DLIMITS; variable that contains the default limits structure. NEWNAME: new tplot handle. Use to rename tplot names. DELETE: array of tplot handles or indices to delete from common block. MIN: if set, data values less than this value will be made NaN. (obsolete) MAX: if set, data values greater than this value will be made NaN. (obsolete) NOSTRSW: if set, do not transpose multidimensional data arrays in structures. The default is to transpose. ERROR: if set returns error code for store_data, values are: 0=NO ERROR 1=INVALID HANDLE ERROR 2=OTHER ERROR SEE ALSO: "GET_DATA", "TPLOT_NAMES", "TPLOT", "OPTIONS" CREATED BY: Davin Larson $LastChangedBy: davin-mac $ $LastChangedDate: 2014-04-29 12:16:31 -0700 (Tue, 29 Apr 2014) $ $LastChangedRevision: 14965 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/general/tplot/store_data.pro $
Parameters
- name
- time
- ydata
- values
Keywords
- data
- append
- limits
- dlimits
- newname
- min
- max
- delete
- clear
- verbose
- nostrsw
- except_ptrs
- error
File attributes
Modification date: | Wed Apr 30 20:46:57 2014 |
Lines: | 206 |