Normalizes the values in a data channel to a range.
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.