Module 01: My first module
(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 | Input | Grid (input) | INPUT | This must be your input data of type grid. | - |
Output | Output | Grid (output) | OUTPUT | This will contain your output data of type grid. | - |
Options | Factor | Floating point | FACTOR | Type in a value that shall be used for the chosen mathematical operation. | Default: 1.000000 |
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 0 -INPUT <str> [-OUTPUT <str>] [-FACTOR <str>] [-METHOD <str>]
-INPUT:<str> Input
Grid (input)
-OUTPUT:<str> Output
Grid (output)
-FACTOR:<str> Factor
Floating point
Default: 1.000000
-METHOD:<str> Method
Choice
Available Choices:
[0] Addition
[1] Subtraction
[2] Multiplication
[3] Division
Default: 0