Normalize

Normalizes the values in a data channel to a range.

Normalize Parameters rollout

Min
Sets a minimum value for output data.
Max
Sets a maximum value for output data
Range Override
Enables range override, which sets the min and max values used to compute the normalized data.

For example, consider a temperature range from -32 to 212 degrees Fahrenheit. In the data channel, the value of -32 would be mapped to 0 and the value of 212 would be mapped to 1. When converted into Celsius however, the range of values become 0-100, with 0 mapped to 0 and 100 mapped to 1. To apply the conversion, the Range Override would therefore be Min 0, Max 100.

Min
Sets the value overriding the original minimum. 
Max
Sets the value overriding the original maximum.