Documentation for /home/davin/idl/socware/

Generated by IDLdoc

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

general/missions/rbsp/efw/utils/

jbt_iconsec.pro


NAME: jbt_iconsec (function) CATEGORY: PURPOSE: Given an array of indices, find consecutive sections in the array, and return the starting and ending indices of each section. The returned value has dimension [nsec, 2] CALLING SEQUENCE: result = jbt_iconsec(indarr, nsec = nsec, npt = npt) ARGUMENTS: indarr: (In, required) An index array. KEYWORDS: nsec: (Out, optional) Number of consective sections in indarr. npt: (Out, optional) Number of points in each section. EXAMPLES: SEE ALSO: HISTORY: 2011-05-20: Created by Jianbao Tao (JBT), CU/LASP. 2012-11-12: Initial release in TDAS. JBT, SSL/UCB. VERSION: $LastChangedBy: jianbao_tao $ $LastChangedDate: 2012-11-12 08:36:20 -0800 (Mon, 12 Nov 2012) $ $LastChangedRevision: 11219 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/general/missions/rbsp/efw/utils/jbt_iconsec.pro $

Routines

top source jbt_iconsec

result = jbt_iconsec(indarr, nsec=nsec, npt=npt)

Parameters

indarr

Keywords

nsec
npt

File attributes

Modification date: Thu Feb 13 16:43:25 2014
Lines: 28