Get stored projections
Syntax
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);