Set MUSIC Parameters for a SeaSondeRCS Object
Source:R/SeaSondeRCS_MUSIC.R
seasonder_setSeaSondeRCS_MUSIC_parameters.Rd
This function updates the MUSIC algorithm parameters stored in a SeaSondeRCS object's
MUSIC data attribute. The parameters are updated in the MUSIC options under the
MUSIC_parameters
field. Currently, no explicit validation of the provided parameters is performed.
Usage
seasonder_setSeaSondeRCS_MUSIC_parameters(
seasonder_cs_object,
MUSIC_parameters = seasonder_defaultMUSIC_parameters()
)
Arguments
- seasonder_cs_object
A
SeaSondeRCS
object containing cross-spectral data and metadata.- MUSIC_parameters
A numeric vector of parameters for the MUSIC algorithm. Defaults to the result of
seasonder_defaultMUSIC_parameters()
.