Skip to contents

This function initializes the data structure for storing interpolated cross-spectral data to be used in the MUSIC algorithm.

Usage

seasonder_MUSICInitInterpolatedData(seasonder_cs_object)

Arguments

seasonder_cs_object

A SeaSondeR cross-spectral object containing metadata about the number of Doppler cells and range cells.

Value

A list containing the initialized interpolated data structure with placeholders for cross-spectral components.

Details

The function retrieves the number of Doppler cells and range cells from the provided cross-spectral object and uses this information to initialize the interpolated data structure. The resulting structure is compatible with the dimensions of the cross-spectral data used in SeaSondeR.

The data structure is initialized using seasonder_initCSDataStructure, ensuring it contains placeholders for components such as SSA1, SSA2, SSA3, CS12, CS13, CS23, and QC.

See also

seasonder_initCSDataStructure for details on the cross-spectral data structure.