seasonder_setSeaSondeRCS_MUSIC_interpolated_data | R Documentation |
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()
.
seasonder_setSeaSondeRCS_MUSIC_interpolated_data(
seasonder_cs_object,
interpolated_data
)
seasonder_cs_object |
A |
interpolated_data |
A data structure (typically a list or tibble) representing the interpolated cross-spectral data.
If |
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.
The updated SeaSondeRCS
object with the interpolated_data
field set in its MUSIC data attribute.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.