| Quantization Operator |
|
| Name: | QuantizationOp |
| Full name: | org.esa.snap.core.gpf.common.rtv.QuantizationOp |
| Purpose: | Converts the pixels with values belonging to an interval to a fixed, integer value |
| Version: | 1.0 |
QuantizationOp converts all pixels with values within given intervals to fixed, integer values.
| Name | Description |
|---|---|
sourceProduct |
The source product. |
| Name | Data Type | Default | Description | Constraints |
|---|---|---|---|---|
bandName |
String |
|
The name of the band to convert. | |
intervalsMap |
Map<Integer, Range> |
|
The set of intervals to use for conversion. If the pixel is within one of the ranges, it is replaced with the associated integer value for that range. Values which are outside all ranges are replaced with 0. |