home *** CD-ROM | disk | FTP | other *** search
- !==============================================================================
- !
- ! GRID.CMD Default command file for GRID.EXE. This file will be read by
- ! GRID during initialization. To change default values in GRID
- ! modify the appropriate parameters below. Strings should be
- ! enclosed in double quotes. To use default values, leave the
- ! field blank after the equal sign. For maximum efficiency do
- ! not change the row order in this file.
- !
- ! (C)Copyright Golden Software 1989
- ! Golden, Colorado 80401
- !
- !==============================================================================
-
- co1= !Color 1 (Background)
- co2= !Color 2 (Reverse video)
- co3= !Color 3 (High intensity)
- snow__= !Eliminate snow (N,Y)
- bios__= !Use BIOS for screen output (N,Y)
- path= !Path for data and grid files,
- !leave blank for current directory.
-
- gm= !Grid Method (InvDist,Kriging,MinCurv)
- grmpowers= !IDS power
- gmmaxerrors= !Max error for min. curvature
- gmmaxiters= !Max. iterations for min. curvature
- sm= !Search method (Nearest,Quadrant,Octant,All)
- maxret= !Number of nearest points for search
- maxrad= !Maximum search radius in data units
- groname= !Output filename [.GRD]
- groutfmt= !Output file format (Binary,Ascii)
- gridupflag= !Duplicate data handling (Ignore,Delete,Average)
- !Grdnglx overrides grddistx (if both present)
- !Grdngly overrides grddisty (if both present)
- grdnglx= !Grid Lines in X direction - Turn off grddistx!
- grdngly= !Grid Lines in Y direction - Turn off grddisty!
- grddistx= !X Grid spacing in units - Turn off grdnglx!
- grddisty= !Y Grid spacing in units - Turn off grdngly!
- grdyeqx= !1 Y unit = grdyeqx X units
- gxmin= !Minimum X of grid in data units
- gxmax= !Maximum X of grid in data units
- gymin= !Minimum Y of grid in data units
- gymax= !Maximum Y of grid in data units
- gldisc= !Discard data points (Y,N)
- grxcol= !X data column
- grycol= !Y data column
- grzcol= !Z data column
-
- gfunequ= !Function equation
- gfunxmin= !Function minimum X
- gfunxmax= !Function maximum X
- gfunxinc= !Function X increment in data units
- gfunymin= !Function minimum Y
- gfunymax= !Function maximum Y
- gfunyinc= !Function Y increment in data units
- gfunog= !Function output grid name [.GRD]
- gfunab= !Function output type (Binary,Ascii)
-
- gmsinp= !Smooth input file name [.GRD]
- gmsout= !Smooth output file name [.GRD]
- gmsr1= !Smooth input subset rows
- gmsr2=
- gmsc1= !Smooth input subset cols
- gmsc2=
- gmsbaout= !Smooth output format (Binary,Ascii)
- gmsnx= !Spline smooth expansion factors
- gmsny= ! Use either gmsnx OR gmsnnx but not both.
- gmsnnx= !Spline smooth new grid size
- gmsnny= ! Use either gmsny OR gmsnny but not both.
- gmsmtype= !Smooth method (Average,Weighted)
- gmsmpow= !Weighted smooth power
- gmsmcen= !Matrix smooth center weight
- gmsmnx= !Smooth matrix size
- gmsmny=
-
- gmbinp= !Blank input file name [.GRD]
- gmbr1= !Blank input grid subset rows
- gmbr2=
- gmbc1= !Blank input grid subset cols
- gmbc2=
- gmbout= !Blanked output grid name [.GRD]
- gmboutfmt= !Blanked output format (Binary,Ascii)
- gmbblk= !Blank boundary file name [.BLN]
-
- gmminp1= !Math input grid 1 name [.GRD]
- gmminp2= !Math input grid 2 name [.GRD]
- gmmout= !Math output grid name [.GRD]
- gmmequ= !Math equation
- gmm1r1= !Math grid 1 subset rows
- gmm1r2=
- gmm1c1= !Math grid 1 subset cols
- gmm1c2=
- gmm2r1= !Math grid 2 subset rows
- gmm2r2=
- gmm2c1= !Math grid 2 subset cols
- gmm2c2=
- gmmoba= !Output file format (Binary,Ascii)
-
- xformequ= !Worksheet transformation equation
- gwkssf= !Worksheet save file name [.DAT]
- griname= !Worksheet input text file name [.DAT]
- grinfmt= !Input file type (Dat,Wks)
- maxcol= !Maximum columns allocated for worksheet
-
- action= !Action to perform (Randomgrid,Splinesmooth,
- !Matrixsmooth,Gridmath,Function,Blank)