Tool NameHistogram Matching
Tool ID21
Library IDgrid_calculus
Version1.0
Author(s)O.Conrad (c) 2019

Description

This tool alters the values of a grid so that its value distribution (its histogram), matches that of a reference grid. The first method simply uses arithmetic mean and standard deviation for adjustment, which usually is sufficient for normal distributed values. The second method performs a more precise adjustment based on the grids' histograms.

Parameters

NameTypeIdentifierDescriptionConstraints
Input
Gridgrid, inputGRID
Reference Gridgrid, inputREFERENCE
Output
Adjusted Gridgrid, output, optionalMATCHED
Options
MethodchoiceMETHODAvailable Choices:
[0] standard deviation
[1] histogram
Default: 1
Histogramm Classesinteger numberNCLASSESNumber of histogram classes for internal use.Minimum: 100
Default: 10
Maximum Sample Sizeinteger numberMAXSAMPLESIf set to zero all data will be used to build the histograms.Minimum: 0
Default: 1000000