Documentation for /home/davin/idl/socware/

Generated by IDLdoc

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

projects/themis/spacecraft/fields/

thm_collate_intervals.pro


Purpose: Takes a bunch of intervals from different data sources and collates all intervals of the same source into a single vector(may be multidimensional) keywords: r: an array of data with dimensions [time,samples,sources] s: an array of source s[i] indices should have the source index of [*,*,i] returns: an array with dimensions [time,samples,sources] but all sources will be unique(ie the size of the output sources will be <= the input sources) Notes: --Used by thm_cal_fft,thm_cal_fbk --The returned data will be sorted according to source index in ascending order

Routines

Routines from thm_collate_intervals.pro

result = thm_compose_intervals(i1, i2)
result = thm_collate_intervals(r, s1)

Routine details

top source thm_compose_intervals

result = thm_compose_intervals(i1, i2)

Parameters

i1
i2

top source thm_collate_intervals

result = thm_collate_intervals(r, s1)

Parameters

r
s1

File attributes

Modification date: Thu Feb 13 16:42:37 2014
Lines: 25