Documentation for /home/davin/idl/socware/

Generated by IDLdoc

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

external/CDAWlib/

find_gaps.pro


NAME: FIND_GAPS PURPOSE: To locate data gaps in an array of Epoch times by searching for delta-T's of a given size greater than the average data resolution. CALLING SEQUENCE: gaps = find_gaps(times) INPUTS: times = array of time tags KEYWORD PARAMETERS: RATIO = default gap detection is 2.5 times the average data resolution. Use this keyword to change the 2.5 OUTPUTS: gaps = array of indices where a gap has been detected. AUTHOR: Richard Burley, NASA/GSFC/Code 632.0, Feb 22, 1996 burley@nssdca.gsfc.nasa.gov (301)286-2864 MODIFICATION HISTORY: RCJ 03/30/01 Changed 'lt 3' to 'le 3' because this was preventing the plot of one single data point in some cases Copyright 1996-2013 United States Government as represented by the Administrator of the National Aeronautics and Space Administration. All Rights Reserved.

Routines

top source find_gaps

result = find_gaps(times, RATIO=RATIO)

Parameters

times

Keywords

RATIO

File attributes

Modification date: Tue Oct 21 13:53:47 2014
Lines: 12