CADETProcess.comparison.DifferenceBase.slice_and_transform

CADETProcess.comparison.DifferenceBase.slice_and_transform#

DifferenceBase.slice_and_transform(solution)[source]#

Slice the solution and applies the transform callable (if defined).

Parameters:
solutionSolution

The solution to slice and transform.

Returns:
Solution

The sliced and transformed solution.