MAKENXYZ Name
MAKENXYZ Purpose
Make 3-d x,y and z coordinate arrays of specified dimensions.
Category
Calling Sequence
makenxyz,x1,x2,nx,y1,y2,ny,z1,z1,nz,xxx,yyy,zzz
Inputs
x1 = min x coordinate in output rectangular array. in
x2 = max x coordinate in output rectangular array. in
nx = Number of steps in x. in
y1 = min y coordinate in output rectangular array. in
y2 = max y coordinate in output rectangular array. in
ny = Number of steps in y. in
z1 = min z coordinate in output rectangular array. in
z2 = max z coordinate in output rectangular array. in
nz = Number of steps in z. in
Keyword Parameters
Outputs
xxx,yyy,zzz = resulting 3-D arrays. out
Common Blocks
Notes
Modification History
R. Sterner, 2005 Feb 22
Copyright (C) 2005, 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.