seasonder_setSeaSondeRCS_MUSIC_interpolated_data {SeaSondeR} | R Documentation |
Set Interpolated MUSIC Data in a SeaSondeRCS Object
Description
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 |
interpolated_data |
A data structure (typically a list or tibble) representing the interpolated cross-spectral data.
If |
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.
Value
The updated SeaSondeRCS
object with the interpolated_data
field set in its MUSIC data attribute.