general/missions/rbsp/efw/
rbsp_efw_clean_vsvy.pro
NAME: rbsp_efw_clean_vsvy (procedure) PURPOSE: Clean the axial components (V5 and V6) of EFW vsvy data type. CATEGORIES: CALLING SEQUENCE: rbsp_efw_clean_vsvy, tvar, newname = newname, $ notch = notch, phase_tolerance = phase_tol, $ ind_spike = ind_spike, threshold = thres, $ sc = sc, tper = tper, tphase = tphase ARGUMENTS: tvar: (In, required) Tplot name of esvy data. KEYWORDS: newname: (In, optional) Tplot name for cleaned data. Default is something like 'rbspa_esvy_clean'. notch: (In, optional) Number of data points to be notched. Default = 21. phase_tolerance: (In, optional) Spin phase tolerance for locating spikes in the axial component. Default = 5 (degree) ind_spike: (Out, optional) A named variable to return the found spikes to. threhold: (In, optional) Threshold for finding extrema when locating spikes. Default = 0.1. sc: (In, optional) Spacecraft name. Default = strmid(tvar, 4, 1) tper: (In, optional) Tplot name of spin period data. Default is something like 'rbspa_spinper'. tphase: (In, optional) Tplot name of spin phase data. Default is something like 'rbspa_spinphase'. COMMON BLOCKS: EXAMPLES: SEE ALSO: HISTORY: 2012-11-11: Created by Jianbao Tao (JBT), SSL, UC Berkley. 2012-11-12: Initial release in TDAS. JBT, SSL/UCB. VERSION: $LastChangedBy: jianbao_tao $ $LastChangedDate: 2012-11-12 14:34:49 -0800 (Mon, 12 Nov 2012) $ $LastChangedRevision: 11226 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/general/missions/rbsp/efw/rbsp_efw_clean_vsvy.pro $
Routines
File attributes
Modification date: | Thu Feb 13 16:43:27 2014 |
Lines: | 57 |