Documentation for /home/davin/idl/socware/

Generated by IDLdoc

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

external/CDAWlib/

makei.pro


NAME: MAKEI PURPOSE: Make a long array with given start and end values and step size. CATEGORY: CALLING SEQUENCE: in = makei(lo, hi, step) INPUTS: lo, hi = array start and end values. in step = distance beteen values. in KEYWORD PARAMETERS: OUTPUTS: in = resulting index array. out COMMON BLOCKS: NOTES: Note: good for subsampling an array. MODIFICATION HISTORY: Ray Sterner, 14 Dec, 1984. Johns Hopkins University Applied Physics Laboratory. RES 15 Sep, 1989 --- converted to SUN. Copyright (C) 1984, Johns Hopkins University/Applied Physics Laboratory This software may be used, copied, or redistributed as long as it is not sold and this copyright notice is reproduced on each copy made. This routine is provided as is without any express or implied warranties whatsoever. Other limitations apply as described in the file disclaimer.txt.

Routines

top source MAKEI

result = MAKEI(LO0, HI0, ST, help=help)

Parameters

LO0
HI0
ST

Keywords

help

File attributes

Modification date: Thu Feb 13 16:41:56 2014
Lines: 20