seasonder_setSeaSondeRCS_FOR_SS_Smoothed {SeaSondeR}R Documentation

Set Smoothed Self-Spectra for First Order Region (FOR)

Description

This function assigns a smoothed self-spectra (SS) matrix to the First Order Region (FOR) data within a SeaSondeRCS object. This smoothed matrix is used in FOR processing to improve the detection of the first-order region.

Usage

seasonder_setSeaSondeRCS_FOR_SS_Smoothed(seasonder_cs_object, FOR_SS_Smoothed)

Arguments

seasonder_cs_object

A SeaSondeRCS object to which the smoothed FOR self-spectra will be assigned.

FOR_SS_Smoothed

A matrix containing the smoothed self-spectra data.

Details

The function assigns the provided smoothed self-spectra matrix to the FOR_data attribute of the SeaSondeRCS object. This matrix is typically generated using seasonder_SmoothSS and applied to antenna 3.

Validation Considerations:

Value

The updated SeaSondeRCS object with the smoothed self-spectra stored in the FOR_data attribute.

See Also


[Package SeaSondeR version 0.2.8 Index]