MAKEXY Name
MAKEXY Purpose
Make 2-d X & Y coord. arrays, useful for functions of x,y.
Category
Calling Sequence
MAKEXY, x1, x2, dx, y1, y2, dy, xarray, yarray
Inputs
x1 = min x coordinate in output rectangular array. in
x2 = max x coordinate in output rectangular array. in
dx = step size in x. in
y1 = min y coordinate in output rectangular array. in
y2 = max y coordinate in output rectangular array. in
dy = step size in y. in
Keyword Parameters
Outputs
xarray, yarray = resulting rectangular arrays. out
Common Blocks
Notes
Modification History
R. Sterner. 15 May, 1986.
Johns Hopkins University Applied Physics Laboratory.
RES 30 Aug 89 --- converted to SUN.
R. Sterner, 27 Mar, 1992 --- switched from CONGRID to REBIN.
On VAX improved speed by about 5 times.
Copyright (C) 1986, 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.