home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 11 / 11.iso / m / m411 / 1.ddi / SURFER.ZIP / GRID.CMD < prev    next >
Encoding:
Text File  |  1989-05-03  |  5.6 KB  |  107 lines

  1. !==============================================================================
  2. !
  3. ! GRID.CMD  Default command file for GRID.EXE. This file will be read by
  4. !           GRID during initialization. To change default values in GRID
  5. !           modify the appropriate parameters below. Strings should be
  6. !           enclosed in double quotes. To use default values, leave the
  7. !           field blank after the equal sign. For maximum efficiency do
  8. !           not change the row order in this file.
  9. !
  10. !           (C)Copyright Golden Software 1989
  11. !           Golden, Colorado 80401
  12. !
  13. !==============================================================================
  14.  
  15. co1=                            !Color 1        (Background)
  16. co2=                            !Color 2        (Reverse video)
  17. co3=                            !Color 3        (High intensity)
  18. snow__=                         !Eliminate snow (N,Y)
  19. bios__=                         !Use BIOS for screen output (N,Y)
  20. path=                           !Path for data and grid files,
  21.                                 !leave blank for current directory.
  22.  
  23. gm=                             !Grid Method (InvDist,Kriging,MinCurv)
  24. grmpowers=                      !IDS power
  25. gmmaxerrors=                    !Max error for min. curvature
  26. gmmaxiters=                     !Max. iterations for min. curvature
  27. sm=                             !Search method (Nearest,Quadrant,Octant,All)
  28. maxret=                         !Number of nearest points for search
  29. maxrad=                         !Maximum search radius in data units
  30. groname=                        !Output filename [.GRD]
  31. groutfmt=                       !Output file format (Binary,Ascii)
  32. gridupflag=                     !Duplicate data handling (Ignore,Delete,Average)
  33.                                 !Grdnglx overrides grddistx (if both present)
  34.                                 !Grdngly overrides grddisty (if both present)
  35. grdnglx=                        !Grid Lines in X direction - Turn off grddistx!
  36. grdngly=                        !Grid Lines in Y direction - Turn off grddisty!
  37. grddistx=                       !X Grid spacing in units - Turn off grdnglx!
  38. grddisty=                       !Y Grid spacing in units - Turn off grdngly!
  39. grdyeqx=                        !1 Y unit = grdyeqx X units
  40. gxmin=                          !Minimum X of grid in data units
  41. gxmax=                          !Maximum X of grid in data units
  42. gymin=                          !Minimum Y of grid in data units
  43. gymax=                          !Maximum Y of grid in data units
  44. gldisc=                         !Discard data points (Y,N)
  45. grxcol=                         !X data column
  46. grycol=                         !Y data column
  47. grzcol=                         !Z data column
  48.  
  49. gfunequ=                        !Function equation
  50. gfunxmin=                       !Function minimum X
  51. gfunxmax=                       !Function maximum X
  52. gfunxinc=                       !Function X increment in data units
  53. gfunymin=                       !Function minimum Y
  54. gfunymax=                       !Function maximum Y
  55. gfunyinc=                       !Function Y increment in data units
  56. gfunog=                         !Function output grid name [.GRD]
  57. gfunab=                         !Function output type (Binary,Ascii)
  58.  
  59. gmsinp=                         !Smooth input file name [.GRD]
  60. gmsout=                         !Smooth output file name [.GRD]
  61. gmsr1=                          !Smooth input subset rows
  62. gmsr2=
  63. gmsc1=                          !Smooth input subset cols
  64. gmsc2=
  65. gmsbaout=                       !Smooth output format (Binary,Ascii)
  66. gmsnx=                          !Spline smooth expansion factors
  67. gmsny=                          ! Use either gmsnx OR gmsnnx but not both.
  68. gmsnnx=                         !Spline smooth new grid size
  69. gmsnny=                         ! Use either gmsny OR gmsnny but not both.
  70. gmsmtype=                       !Smooth method (Average,Weighted)
  71. gmsmpow=                        !Weighted smooth power
  72. gmsmcen=                        !Matrix smooth center weight
  73. gmsmnx=                         !Smooth matrix size
  74. gmsmny=
  75.  
  76. gmbinp=                         !Blank input file name [.GRD]
  77. gmbr1=                          !Blank input grid subset rows
  78. gmbr2=
  79. gmbc1=                          !Blank input grid subset cols
  80. gmbc2=
  81. gmbout=                         !Blanked output grid name [.GRD]
  82. gmboutfmt=                      !Blanked output format (Binary,Ascii)
  83. gmbblk=                         !Blank boundary file name [.BLN]
  84.  
  85. gmminp1=                        !Math input grid 1 name [.GRD]
  86. gmminp2=                        !Math input grid 2 name [.GRD]
  87. gmmout=                         !Math output grid name [.GRD]
  88. gmmequ=                         !Math equation
  89. gmm1r1=                         !Math grid 1 subset rows
  90. gmm1r2=
  91. gmm1c1=                         !Math grid 1 subset cols
  92. gmm1c2=
  93. gmm2r1=                         !Math grid 2 subset rows
  94. gmm2r2=
  95. gmm2c1=                         !Math grid 2 subset cols
  96. gmm2c2=
  97. gmmoba=                         !Output file format (Binary,Ascii)
  98.  
  99. xformequ=                       !Worksheet transformation equation
  100. gwkssf=                         !Worksheet save file name [.DAT]
  101. griname=                        !Worksheet input text file name [.DAT]
  102. grinfmt=                        !Input file type (Dat,Wks)
  103. maxcol=                         !Maximum columns allocated for worksheet
  104.  
  105. action=                         !Action to perform (Randomgrid,Splinesmooth,
  106.                                 !Matrixsmooth,Gridmath,Function,Blank)
  107.