projects/themis/spacecraft/particles/slices/
thm_part_slice2d_intrange.pro
Routines
top source thm_part_slice2d_intrange
result = thm_part_slice2d_intrange(ds, trange, n=n)
Procedure: thm_part_slice2d_intrange Purpose: Helper function for thm_part_slice2d. Retrieves the indices of all samples in the specified time range from a particle distribution pointer. Input: ds: (pointer) Single particle distribution pointer. trange: (double) Two element array specifying the slice's time range. Output: return value: indices of all sample within trange. n: number of samples Notes: Uses the center of each sample's time window. $LastChangedBy: aaflores $ $LastChangedDate: 2013-10-30 17:31:16 -0700 (Wed, 30 Oct 2013) $ $LastChangedRevision: 13454 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/projects/themis/spacecraft/particles/slices/thm_part_slice2d_intrange.pro $
Parameters
- ds
- trange
Keywords
- n
File attributes
Modification date: | Thu Feb 13 16:42:44 2014 |
Lines: | 6 |