Usage: gpt Resample [options] Description: Resampling of a multi-size source product to a single-size target product. Source Options: -SsourceProduct= The source product which is to be resampled. This is a mandatory source. Parameter Options: -Pdownsampling= The method used for aggregation (downsampling to a coarser resolution). Value must be one of 'First', 'Min', 'Max', 'Mean', 'Median'. Default value is 'First'. -PflagDownsampling= The method used for aggregation (downsampling to a coarser resolution) of flags. Value must be one of 'First', 'FlagAnd', 'FlagOr', 'FlagMedianAnd', 'FlagMedianOr'. Default value is 'First'. -PreferenceBand= The name of the reference band. All other bands will be re-sampled to match its size and resolution. Either this or targetResolutionor targetWidth and targetHeight must be set. -PresampleOnPyramidLevels= This setting will increase performance when viewing the image, but accurate resamplings are only retrieved when zooming in on a pixel. Default value is 'true'. -PtargetHeight= The height that all bands of the target product shall have. If this is set, targetWidth must be set, too. Either this and targetWidth or referenceBand or targetResolution must be set. -PtargetResolution= The resolution that all bands of the target product shall have. The same value will be applied to scale image widths and heights. Either this or referenceBand or targetwidth and targetHeight must be set. -PtargetWidth= The width that all bands of the target product shall have. If this is set, targetHeight must be set, too. Either this and targetHeight or referenceBand or targetResolution must be set. -Pupsampling= The method used for interpolation (upsampling to a finer resolution). Value must be one of 'Nearest', 'Bilinear', 'Bicubic'. Default value is 'Nearest'. Graph XML Format: 1.0 Resample ${sourceProduct} string integer integer integer string string string boolean