locan.data.transform.spatial_transformation#

Transform localization data.

This module takes localization data and applies transformation procedures on coordinates or other properties.

Functions

overlay(locdatas[, centers, orientations])

Translate locdatas to their common center and rotate according to their orientation.

standardize(locdata[, loc_properties, ...])

Transform locdata properties by centering to the mean and property-wise scaling to unit standard deviation (variance).

transform_affine(locdata[, matrix, offset, ...])

Transform points or coordinates in locdata by an affine transformation.