Grid Difference
- Author: O.Conrad (c) 2009
 
- Menu: Grid | Calculus
 
Description
Grid Difference
Parameters
|   | Name | Type | Identifier | Description | Constraints | 
| Input | Minuend | grid, input | A | The grid being subtracted from. | - | 
| Subtrahend | grid, input, optional | B | The grid or values being subtracted. | - | 
| Output | Difference | grid, output | C | The minuend less the subtrahend. | - | 
| Options | Grid System | grid system | PARAMETERS_GRID_SYSTEM | - | - | 
| Default | floating point number | B_DEFAULT | default value if no grid has been selected | Default: 0.000000 | 
Command Line
Usage: saga_cmd grid_calculus 3 [-A ] [-B ] [-B_DEFAULT ] [-C ]
  -A:              Minuend
	grid, input
  -B:              Subtrahend
	grid, input, optional
  -B_DEFAULT:   Default
	floating point number
	Default: 0.000000
  -C:              Difference
	grid, output