Color Triangle Composite
- Author: O.Conrad (c) 2008
- Menu: Visualization | Grid
Description
Similar to 'RGB Composite', but the three colors representing intensity of each data set can be chosen by user.
Parameters
Name | Type | Identifier | Description | Constraints | |
---|---|---|---|---|---|
Input | A | grid, input | A_GRID | - | - |
B | grid, input | B_GRID | - | - | |
C | grid, input | C_GRID | - | - | |
Output | Composite | grid, output | GRID | - | - |
Options | Grid System | grid system | PARAMETERS_GRID_SYSTEM | - | - |
Color | color | A_COLOR | - | Default: 255 | |
Value Preparation | choice | A_METHOD | - | Available Choices: [0] 0 - 1 [1] Rescale to 0 - 1 [2] User defined rescale [3] Percentiles [4] Percentage of standard deviation Default: 4 | |
Rescale Range | value range | A_RANGE | - | - | |
Percentiles | value range | A_PERCTL | - | - | |
Percentage of Standard Deviation | floating point number | A_PERCENT | - | Minimum: 0.000000 Default: 150.000000 | |
Color | color | B_COLOR | - | Default: 65280 | |
Value Preparation | choice | B_METHOD | - | Available Choices: [0] 0 - 1 [1] Rescale to 0 - 1 [2] User defined rescale [3] Percentiles [4] Percentage of standard deviation Default: 4 | |
Rescale Range | value range | B_RANGE | - | - | |
Percentiles | value range | B_PERCTL | - | - | |
Percentage of standard deviation | floating point number | B_PERCENT | - | Minimum: 0.000000 Default: 150.000000 | |
Color | color | C_COLOR | - | Default: 16711680 | |
Value Preparation | choice | C_METHOD | - | Available Choices: [0] 0 - 1 [1] Rescale to 0 - 1 [2] User defined rescale [3] Percentiles [4] Percentage of standard deviation Default: 4 | |
Rescale Range | value range | C_RANGE | - | - | |
Percentiles | value range | C_PERCTL | - | - | |
Percentage of Standard Deviation | floating point number | C_PERCENT | - | Minimum: 0.000000 Default: 150.000000 |
Command Line
Usage: saga_cmd grid_visualisation 5 [-A_GRID] [-A_COLOR ] [-A_METHOD ] [-A_RANGE_MIN ] [-A_RANGE_MAX ] [-A_PERCTL_MIN ] [-A_PERCTL_MAX ] [-A_PERCENT ] [-B_GRID ] [-B_COLOR ] [-B_METHOD ] [-B_RANGE_MIN ] [-B_RANGE_MAX ] [-B_PERCTL_MIN ] [-B_PERCTL_MAX ] [-B_PERCENT ] [-C_GRID ] [-C_COLOR ] [-C_METHOD ] [-C_RANGE_MIN ] [-C_RANGE_MAX ] [-C_PERCTL_MIN ] [-C_PERCTL_MAX ] [-C_PERCENT ] [-GRID ] -A_GRID: A grid, input -A_COLOR: Color color Default: 255 -A_METHOD: Value Preparation choice Available Choices: [0] 0 - 1 [1] Rescale to 0 - 1 [2] User defined rescale [3] Percentiles [4] Percentage of standard deviation Default: 4 -A_RANGE_MIN: Rescale Range value range -A_RANGE_MAX: Rescale Range value range -A_PERCTL_MIN: Percentiles value range -A_PERCTL_MAX: Percentiles value range -A_PERCENT: Percentage of Standard Deviation floating point number Minimum: 0.000000 Default: 150.000000 -B_GRID: B grid, input -B_COLOR: Color color Default: 65280 -B_METHOD: Value Preparation choice Available Choices: [0] 0 - 1 [1] Rescale to 0 - 1 [2] User defined rescale [3] Percentiles [4] Percentage of standard deviation Default: 4 -B_RANGE_MIN: Rescale Range value range -B_RANGE_MAX: Rescale Range value range -B_PERCTL_MIN: Percentiles value range -B_PERCTL_MAX: Percentiles value range -B_PERCENT: Percentage of standard deviation floating point number Minimum: 0.000000 Default: 150.000000 -C_GRID: C grid, input -C_COLOR: Color color Default: 16711680 -C_METHOD: Value Preparation choice Available Choices: [0] 0 - 1 [1] Rescale to 0 - 1 [2] User defined rescale [3] Percentiles [4] Percentage of standard deviation Default: 4 -C_RANGE_MIN: Rescale Range value range -C_RANGE_MAX: Rescale Range value range -C_PERCTL_MIN: Percentiles value range -C_PERCTL_MAX: Percentiles value range -C_PERCENT: Percentage of Standard Deviation floating point number Minimum: 0.000000 Default: 150.000000 -GRID: Composite grid, output