| Convert-Datatype Operator |
|
| Name: | Convert-Datatype |
| Full name: | org.esa.snap.raster.gpf.ConvertDataTypeOp |
| Purpose: | Convert product data type |
| Version: | 1.0 |
| Name | Description |
|---|---|
sourceProduct |
| Name | Data Type | Default | Description | Constraints |
|---|---|---|---|---|
sourceBands |
String[] |
|
The list of source bands. | |
targetDataType |
String |
uint8 |
value set: [int8, int16, int32, uint8, uint16, uint32, float32, float64] | |
targetScalingStr |
String |
Linear (between 95% clipped histogram) |
value set: [Truncate, Linear (slope and intercept), Linear (between 95% clipped histogram), Linear (peak clipped histogram), Logarithmic] | |
targetNoDataValue |
Double |
0 |