Skip to content

Detrend batch and calculate projections

detrend_batch_and_calculate_projections

Syntax

function CaliAli_options = detrend_batch_and_calculate_projections(CaliAli_options)

Description

detrend_batch_and_calculate_projections: Perform detrending and projection calculations for batch processing.

This function processes a batch of input files by applying detrending, calculating projections, and saving the transformed data. It updates the CaliAli_options structure with the computed results.

Function Inputs:
Parameter Name Type Description
CaliAli_options Structure Structure containing configuration options for the alignment process. The details of this structure can be found in CaliAli_demo_parameters().
Function Outputs:
Parameter Name Type Description
CaliAli_options Structure Updated structure with calculated projections and other results.
Example usage:
CaliAli_options = detrend_batch_and_calculate_projections(CaliAli_options);