general/missions/rbsp/efw/
rbsp_efw_deconvol_inst_resp.pro
NAME: rbsp_efw_deconvol_inst_resp (function) PURPOSE: De-convolve instrument responses for RBSP EFW data, including search-coil data that are channeled into EFW. It will return a tplot data structure. CATEGORIES: CALLING SEQUENCE: result = rbsp_efw_deconvol_inst_resp(data, probe, datatype) ARGUMENTS: data: (Input, required) A tplot data structure, i.e., a structure with the form {x:time_array, y:[nt, 3]}. probe: (Input, required) RBSP probe name. It should be 'a' or 'b'. datatype: (Input, required) Data type name. Valid names are: 'eb2', 'mscb1', 'mscb2'. KEYWORDS: None. COMMON BLOCKS: EXAMPLES: SEE ALSO: HISTORY: 2012-08-23: Created by Jianbao Tao (JBT), SSL, UC Berkley. 2013-06-21: JBT. 1. Added support to eb1. 2. Removed hard-wired sample rate. 2014-06-01: AWB Checks to be sure that block length is greater than kernel length Not doing this can cause blk_con to fail for short bursts. Version: $LastChangedBy: aaronbreneman $ $LastChangedDate: 2014-09-17 14:33:45 -0700 (Wed, 17 Sep 2014) $ $LastChangedRevision: 15817 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/general/missions/rbsp/efw/rbsp_efw_deconvol_inst_resp.pro $
Routines
Routines from rbsp_efw_deconvol_inst_resp.pro
Routine details
top source rbsp_efw_deconvol_inst_resp_eb2
result = rbsp_efw_deconvol_inst_resp_eb2(data, probe, datatype)
Parameters
- data
- probe
- datatype
top source rbsp_efw_deconvol_inst_resp_eb1
result = rbsp_efw_deconvol_inst_resp_eb1(data, probe, datatype)
Parameters
- data
- probe
- datatype
File attributes
Modification date: | Tue Oct 21 13:53:51 2014 |
Lines: | 274 |