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, optional) – Whether to clip values falling outside of the minimum and maximum levels. Default is self.clip.