Skip to content

Sessions translate

function [P, CaliAli_options] = sessions_translate(P, CaliAli_options)

Description

sessions_translate: Align session data by applying translation corrections.

Function Inputs:
Parameter Name Type Description
P Cell array Cell array containing the session projections.
CaliAli_options Structure Structure containing configuration options for alignment.
Function Outputs:
Parameter Name Type Description
P Cell array Updated cell array with translated projections.
CaliAli_options Structure Updated structure with applied translation shifts.
Example usage:
[P, CaliAli_options] = sessions_translate(P, CaliAli_options);