You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Simple

Input
  • input
Coefficient set
  • interpolationType
  • extrapolationType
  • lookupTable
Output
  • output
Description

 The output will be calculated using a simple table lookup with the input value. The output value will be calculated by interpolation or extrapolation in the lookup table. The type of

interpolation can be configured in the coefficient set with the interpolation type option. The options available are:lineair and logarithmic. When the input value is outside the range

of the lookup table the behaviour of the transformation will be determined by the configured extrapolation type.

 The options available are:

  • notAllowed,
  • maxMin,
  • linear

 If the first option, notAllowed, is configured an input value outside the range will return a missing value. The second option will return the minimum value or the maximum value in the lookup table. The third option linear enables the extrapolation for the function.

  • No labels