1shgrid_params(3NCARG) NCAR GRAPHICS shgrid_params(3NCARG)
2
3
4
6 shgrid_params - This document briefly describes all the internal
7 parameters of Shgrid.
8
10 Each entry below includes the name of a parameter, its Fortran type
11 (use the obvious equivalents for C), its default value, and a short
12 description of the parameter.
13
14 ´NCL´ - Integer - (N/3)**(1/3)
15 Granularity of 3-D cell grid
16
17 ´NFL´ - Integer - 32
18 Number of input data values within the sphere of influence.
19
20 ´NLS´ - Integer - 17
21 Nouber of data values used in the least squares fit.
22
24 shgrid, shseti, shgeti, shsetnp, c_shgrid, c_shseti, c_shseti,
25 c_shgetnp.
26
27 Complete documentation for Shgrid is available at URL
28 http://ngwww.ucar.edu/ngdoc/ng/ngmath/shgrid/shhome.html
29
31 Copyright (C) 2000
32 University Corporation for Atmospheric Research
33
34 This documentation is free software; you can redistribute it and/or
35 modify it under the terms of the GNU General Public License as
36 published by the Free Software Foundation; either version 2 of the
37 License, or (at your option) any later version.
38
39 This software is distributed in the hope that it will be useful, but
40 WITHOUT ANY WARRANTY; without even the implied warranty of
41 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
42 General Public License for more details.
43
44 You should have received a copy of the GNU General Public License along
45 with this software; if not, write to the Free Software Foundation,
46 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
47
48
49
50
51UNIX September 1999 shgrid_params(3NCARG)