SegmentedNorm.__call__

SegmentedNorm.__call__(value, clip=None)[source]

Normalize the data values to 0-1. Inverse of inverse.

Parameters
  • value (numeric) – The data to be normalized.

  • clip (bool, default: self.clip) – Whether to clip values falling outside of the minimum and maximum levels.