| Merge Operator |
|
| Name: | Merge |
| Full name: | org.esa.beam.gpf.operators.standard.MergeOp |
| Purpose: | Allows copying raster data from any number of source products to a specified 'master' product. |
| Version: | 1.0 |
| Name | Description |
|---|---|
masterProduct |
The master product, which receives nodes from subsequently provided products. |
sourceProducts |
The products to be merged into the master product. |
| Name | Data Type | Default | Description | Constraints |
|---|---|---|---|---|
includes |
NodeDescriptor[] |
|
Defines nodes to be included in the master product. If no includes are provided, all nodes are copied. | |
excludes |
NodeDescriptor[] |
|
Defines nodes to be excluded from the target product (not supported in version 1.0). | |
geographicError |
float |
1.0E-5f |
Defines the maximum lat/lon error in degree between the products. |