This function assigns MUSIC analysis results to a SeaSondeRCS object. The MUSIC data is stored
within the object's MUSIC_data
attribute under the field MUSIC
. Currently, no explicit
validation is performed on the provided MUSIC data.
Usage
seasonder_setSeaSondeRCS_MUSIC(seasonder_cs_object, MUSIC)
Arguments
- seasonder_cs_object
A SeaSondeRCS
object containing cross-spectral data and metadata.
- MUSIC
A data structure containing the MUSIC algorithm results. This is typically a list or tibble
produced during the MUSIC processing workflow.
Value
The updated SeaSondeRCS
object with the specified MUSIC data stored in its attributes.
Details
This low-level setter function updates the SeaSondeRCS object's MUSIC data by assigning the provided
MUSIC results to the MUSIC
field within the MUSIC_data
attribute. It is intended for use
during the MUSIC processing workflow.