Normalize Grid

This function creates a grid that contains the normalized values of the input grid, that is the values of the input grid scaled between 0 and 1. The input grid may be either integer or floating point. In the case of an integer grid, the only the cell values (appearing in the 'Value' field) can be normalized.

The equation to perform the normalization is:

output grid = (input grid - grid of minimum input value) / grid of maximum input value

To normalize a grid:

Next Section Contents Home