MatchingData.transform_template#

MatchingData.transform_template(method='phase_randomization', reverse=False, **kwargs)[source]#

Transform data using the specified method.

Parameters:
methodstr, optional

Transformation method, default “phase_randomization”. - “phase_randomization”: Scrambles phase while preserving amplitude spectrum - “standardize”: Standardize to zero mean and unit variance - “laplace”: Applies Laplacian edge detection filter

**kwargsdict

Method-specific arguments (e.g., mode=”wrap” for laplace).

Returns:
BackendArray

Transformed data.

Notes

The returned template is in the original not reversed orientation.