Module 02: Pixel by pixel operations with two grids
Pixel by pixel operations with two grids.
(c) 2003 by Olaf Conrad, Goettingen
email: oconrad@gwdg.de
- Author: Copyrights (c) 2003 by Olaf Conrad
- Specification: grid
- Menu: Garden|Introducing Module Programming
Parameters
Name | Type | Identifier | Description | Constraints | |
---|---|---|---|---|---|
Input | First input grid | Grid (input) | INPUT_A | This must be your input data of type grid. | - |
Second input grid | Grid (input) | INPUT_B | This must be your input data of type grid. | - | |
Output | Output | Grid (output) | OUTPUT | This will contain your output data of type grid. | - |
Options | Method | Choice | METHOD | Choose a method | Available Choices: [0] Addition [1] Subtraction [2] Multiplication [3] Division Default: 0 |
Command-line
Usage: saga_cmd garden_learn_to_program 1 -INPUT_A <str> -INPUT_B <str> [-OUTPUT <str>] [-METHOD <str>] -INPUT_A:<str> First input grid Grid (input) -INPUT_B:<str> Second input grid Grid (input) -OUTPUT:<str> Output Grid (output) -METHOD:<str> Method Choice Available Choices: [0] Addition [1] Subtraction [2] Multiplication [3] Division Default: 0