Documentation for /home/davin/idl/socware/

Generated by IDLdoc

single page | use frames     summary     class     fields     routine details     file attributes

general/missions/rbsp/efw/

rbsp_efw_clean_esvy.pro


NAME: rbsp_efw_clean_esvy (procedure) PURPOSE: Clean the axial component of EFW esvy data type. CATEGORIES: CALLING SEQUENCE: rbsp_efw_clean_esvy, 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 = 43. 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 = 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-10-12: 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_esvy.pro $

Routines

top source rbsp_efw_clean_esvy

rbsp_efw_clean_esvy, tvar, newname=newname, notch=notch, phase_tolerance=phase_tolerance, ind_spike=ind_spike, threshold=threshold, sc=sc, tper=tper, tphase=tphase

Parameters

tvar

Keywords

newname
notch
phase_tolerance
ind_spike
threshold
sc
tper
tphase

File attributes

Modification date: Thu Feb 13 16:43:27 2014
Lines: 53