Skip to content

CaliAli align sessions

Syntax

function CaliAli_align_sessions(varargin)

Description

This function processes input files, performs inter-session alignment, calculates projections, and saves the transformed data.

Function Inputs:
Parameter Name Type Description
CaliAli_options Structure Contains configuration options and transformation data.
Function Outputs:
Parameter Name Type Description
CaliAli_options Structure Updated structure.
video_aligned.mat .mat file .mat file with the aligned video and other alignment outputs
Example usage:
CaliAli_options = CaliAli_demo_parameters();
CaliAli_align_sessions(CaliAli_options);