Tool Color Triangle Composite
Similar to 'RGB Composite', but the three colors representing intensity of each data set can be chosen by user.
- Author: O.Conrad (c) 2008
- Menu: Visualization|Grid
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 | 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 | 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 | C_PERCENT | - | Minimum: 0.000000 Default: 150.000000 |
Command-line
Usage: saga_cmd grid_visualisation 5 [-A_GRID <str>] [-A_COLOR <str>] [-A_METHOD <str>] [-A_RANGE_MIN <double>] [-A_RANGE_MAX <double>] [-A_PERCTL_MIN <double>] [-A_PERCTL_MAX <double>] [-A_PERCENT <double>] [-B_GRID <str>] [-B_COLOR <str>] [-B_METHOD <str>] [-B_RANGE_MIN <double>] [-B_RANGE_MAX <double>] [-B_PERCTL_MIN <double>] [-B_PERCTL_MAX <double>] [-B_PERCENT <double>] [-C_GRID <str>] [-C_COLOR <str>] [-C_METHOD <str>] [-C_RANGE_MIN <double>] [-C_RANGE_MAX <double>] [-C_PERCTL_MIN <double>] [-C_PERCTL_MAX <double>] [-C_PERCENT <double>] [-GRID <str>] -A_GRID:<str> A Grid, input -A_COLOR:<str> Color Color Default: 255 -A_METHOD:<str> 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:<double> Rescale Range Value range -A_RANGE_MAX:<double> Rescale Range Value range -A_PERCTL_MIN:<double> Percentiles Value range -A_PERCTL_MAX:<double> Percentiles Value range -A_PERCENT:<double> Percentage of Standard Deviation Floating point Minimum: 0.000000 Default: 150.000000 -B_GRID:<str> B Grid, input -B_COLOR:<str> Color Color Default: 65280 -B_METHOD:<str> 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:<double> Rescale Range Value range -B_RANGE_MAX:<double> Rescale Range Value range -B_PERCTL_MIN:<double> Percentiles Value range -B_PERCTL_MAX:<double> Percentiles Value range -B_PERCENT:<double> Percentage of standard deviation Floating point Minimum: 0.000000 Default: 150.000000 -C_GRID:<str> C Grid, input -C_COLOR:<str> Color Color Default: 16711680 -C_METHOD:<str> 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:<double> Rescale Range Value range -C_RANGE_MAX:<double> Rescale Range Value range -C_PERCTL_MIN:<double> Percentiles Value range -C_PERCTL_MAX:<double> Percentiles Value range -C_PERCENT:<double> Percentage of Standard Deviation Floating point Minimum: 0.000000 Default: 150.000000 -GRID:<str> Composite Grid, output