Set Interpolated MUSIC Data in a SeaSondeRCS Object
Source:R/SeaSondeRCS_MUSIC.R
seasonder_setSeaSondeRCS_MUSIC_interpolated_data.Rd
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()
.
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 usesseasonder_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.