SMS:Grid Smoothing: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
mNo edit summary
(No difference)

Revision as of 21:02, 2 June 2009

The Cartesian Grid Smoothing Options Dialog is opened by right clicking on a Cartesian Grid item in the Project Explorer. The following options can be specified:

  • Filter size - This determines how many neighbors are included when smoothing the grid. Options are 3x3 and 5x5.
  • Number of iterations - This specifies how many passes should be made with the smoothing algorithm.
  • Max. elevation change - This value specifies the maximum allowable elevation change per iteration for each cell.
  • Filter ratio - ???
  • Filter Range - The start and end index values specify the extents of the smoothing. Defaults to the grid extents.
    • Column start - The column index on which to start the smoothing process.
    • Column end - The column index on which to end the smoothing process.
    • Row start - The row index on which to start the smoothing process.
    • Row end - The row index on which to end the smoothing process.


Related Topics