Merge Operator

Merge Operator Description

Overview

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

Description

The merge operator allows copying raster data from other products to a specified product. The first product provided is considered the 'master product', into which the raster data coming from the other products is copied. Existing nodes are kept.

It is mandatory that the products share the same scene, that is, their width and height need to match with those of the master product as well as their geographic position.

Sources

Name Description
masterProduct The master product, which receives nodes from subsequently provided products.
sourceProducts The products to be merged into the master product.

Parameters

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.