projects/maven/swea/
timefit.pro
Routines
top source timefit
timefit, time, var=var, pad=pad, min=min, hour=hour, day=day
PROCEDURE: timefit PURPOSE: Given an input time array or tplot variable name, sets the tplot time window to span the range of times in the array or tplot variable. USAGE: timefit, time, var=var INPUTS: time: Time array in any format accepted by time_double(). If all the times are identical and if keyword PAD is not set, then a one hour interval centered on that time is set. KEYWORDS: VAR: TPLOT variable name or index from which to get time array. PAD: Amount of time to pad on either end of the time span. Default units are seconds. MIN: PAD units are minutes. HOUR: PAD units are hours. DAY: PAD units are days. $LastChangedBy: dmitchell $ $LastChangedDate: 2014-10-31 14:15:03 -0700 (Fri, 31 Oct 2014) $ $LastChangedRevision: 16106 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/projects/maven/swea/timefit.pro $ CREATED BY: David L. Mitchell 07-06-14
Parameters
- time
Keywords
- var
- pad
- min
- hour
- day
File attributes
Modification date: | Fri Nov 21 06:43:11 2014 |
Lines: | 28 |