general/tools/tplot/
tsample.pro
Routines
top source tsample
result = tsample(var, t, times=times, values=values, noshow=noshow, index=index, average=average, nan=nan, dy=dy, stdev=stdev, silent=silent, total=total, count=count)
FUNCTION: dat = tsample([var,trange],[times=t]) PURPOSE: Returns a vector (or array) of tplot data values. USAGE: dat = tsample() ;Use cursor to select a subset of data. dat = tsample('Np',[t0,t1]) ;extract all 'Np' data in the given time range KEYWORDS: AVERAGE: if set the time average of the variable is returned STDEV: named value to return the standard deviation (only works if AVERAGE is set) TIMES: time values returned through this (named) variable keyword. VALUES: values returned through this named variable keyword. DY : dy values returned through this named variable keyword.
Parameters
- var
- t
Keywords
- times
- values
- noshow
- index
- average
- nan
- dy
- stdev
- silent
- total
- count
File attributes
Modification date: | Sat Dec 6 11:10:08 2014 |
Lines: | 45 |