general/tplot/
get_data.pro
Routines
top source get_data
get_data, name, time, data, values, data_str=data_str, limits_str=limits_str, alimits_str=alimits_str, dlimits_str=dlimits_str, ptr_str=ptr_str, index=index, dtype=dtype, trange=trange
PROCEDURE: get_data , name, time, data, values PURPOSE: Retrieves the data and or limit structure associated with a name handle. This procedure is used by the "TPLOT" routines. INPUT: name scalar string or index of TPLOT variable time named variable to return time values. data named variable to return data (y) values. values named variable to return additional (v) values. KEYWORDS: DATA: named variable to hold the data structure. LIMITS: named variable to hold the limits structure. DLIMITS: named variable to hold the default limits structure. ALIMITS: named variable to hold the combined limits and default limits structures. DTYPE: named variable to hold the data type value. These values are: 0: undefined data type 1: normal data in x,y format 2: structure-type data in time,y1,y2,etc. format 3: an array of tplot variable names PTR: named variable to hold pointers to data structure. INDEX: named variable to hold the name index. This value will be 0 if the request was unsuccessful. TRANGE: named variable to hold the time range (output variable only, does not affect data returned). SEE ALSO: "STORE_DATA", "TPLOT_NAMES", "TPLOT" CREATED BY: Davin Larson MODIFICATION BY: Peter Schroeder LAST MODIFICATION: @(#)get_data.pro 1.28 02/04/17
Parameters
- name
- time
- data
- values
Keywords
- data_str
- limits_str
- alimits_str
- dlimits_str
- ptr_str
- index
- dtype
- trange
File attributes
Modification date: | Mon Dec 8 12:47:22 2014 |
Lines: | 49 |