projects/themis/common/
thm_ffffbk_composite.pro
Routines
top source thm_ffffbk_composite
result = thm_ffffbk_composite(fffvar, fbkvar, scale=scale, min_gap=min_gap, _extra=_extra)
NAME: thm_ffffbk_composite PURPOSE: Creates a composite FFF and FBK tplot variable for overview plots CALLING SEQUENCE: var = thm_ffffbk_composite(fffvar, fbkvar, scale = scale, $ min_gap = min_gap) INPUT: fffvar = the name of the FFF variable fbkvar = the name of the FBS variable OUTPUT: var = the name of the composite variable, will be fbkvar+'_mix' KEYWORDS: scale = scale factor to multiply the FFF data, the default is 1.0 min_gap = the minimum gap size for FFF data, FBK data will not be inserted into gaps smaller than this. The default is 300.0 seconds HISTORY: 11-Aug-2010, jmm, jimm@ssl.berkeley.edu Version: $LastChangedBy: jimm $ $LastChangedDate: 2010-08-12 15:04:38 -0700 (Thu, 12 Aug 2010) $ $LastChangedRevision: 7757 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/projects/themis/common/thm_ffffbk_composite.pro $
Parameters
- fffvar
- fbkvar
Keywords
- scale
- min_gap
- _extra
File attributes
Modification date: | Thu Feb 13 16:42:33 2014 |
Lines: | 80 |