Skip to contents

This function assigns the interpolated cross-spectral data to the MUSIC data attribute of a SeaSondeRCS object. It stores the provided interpolated data into the interpolated_data field of the MUSIC data. If no data is provided, it defaults to the output of seasonder_MUSICInitInterpolatedData().

Usage

seasonder_setSeaSondeRCS_MUSIC_interpolated_data(
  seasonder_cs_object,
  interpolated_data
)

Arguments

seasonder_cs_object

A SeaSondeRCS object containing cross-spectral and MUSIC data.

interpolated_data

A data structure (typically a list or tibble) representing the interpolated cross-spectral data. If NULL, the function uses seasonder_MUSICInitInterpolatedData() to initialize the structure.

Value

The updated SeaSondeRCS object with the interpolated_data field set in its MUSIC data attribute.

Details

The function assigns the provided interpolated data (or initializes a new data structure) to the interpolated_data field within the MUSIC data attribute. This structure is intended for use in further MUSIC processing steps, where interpolated cross-spectral data is required for refining the estimation of Doppler bins.