Skip to content

Get stored projections

Syntax

function T = get_stored_projections(CaliAli_options)

Description

Retrieve and combine stored projections from session files.

Inputs:

Parameter Name Type Description
CaliAli_options Structure Contains configuration options, including session file paths.

Outputs:

Parameter Name Type Description
T Table Contains the combined projections from all session files.

Example usage:

T = get_stored_projections(CaliAli_options);