SAGA 9.9.1 | Tool Library Documentation

User Defined Filter


Description

User defined filter matrix. The filter can be chosen from loaded tables. If not specified a fixed table with 3 rows (and 3 columns) will be used.


Parameters

 NameTypeIdentifierDescriptionConstraints
InputGridgrid, inputINPUT--
Kerneltable, input, optionalFILTER--
OutputFiltered Gridgrid, outputRESULT--
OptionsGrid Systemgrid systemPARAMETERS_GRID_SYSTEM--
3x3 Kernelstatic tableFILTER_3X3-3 Fields: - 1. [8 byte floating point number] 1 - 2. [8 byte floating point number] 2 - 3. [8 byte floating point number] 3
Absolute WeightingbooleanABSOLUTEIf not checked to be absolute resulting sum will become divided by the sum of filter kernel's weights.Default: 1

Command Line


Usage: saga_cmd grid_filter 4 [-INPUT ] [-RESULT ] [-FILTER ] [-FILTER_3X3 ] [-ABSOLUTE ]
  -INPUT:        Grid
	grid, input
  -RESULT:       Filtered Grid
	grid, output
  -FILTER:       Kernel
	table, input, optional
  -FILTER_3X3:
                      3x3 Kernel
                      	static table
                      	3 Fields:
                      	- 1. [8 byte floating point number] 1
                      	- 2. [8 byte floating point number] 2
                      	- 3. [8 byte floating point number] 3
                      	
  -ABSOLUTE:     Absolute Weighting
	boolean
	Default: 1