Retrieve Smoothed Self-Spectra for First Order Region (FOR)
Source:R/SeaSondeRCS_FOR.R
seasonder_getSeaSondeRCS_FOR_SS_Smoothed.Rd
This function retrieves the smoothed self-spectra (SS) matrix stored in the FOR_data
attribute
of a SeaSondeRCS
object. The smoothed self-spectra are used in First Order Region (FOR) processing
to refine the detection of the first-order boundaries.
Details
The function extracts the matrix assigned by seasonder_setSeaSondeRCS_FOR_SS_Smoothed
.
If no smoothed self-spectra are found, the function returns NULL
.
The smoothed self-spectra are typically generated using seasonder_SmoothSS
and applied
to the self-spectra of antenna 3. This smoothing aids in detecting the nulls that separate first- and
second-order regions.
See also
seasonder_SmoothFORSS
for applying smoothing and storing the result.seasonder_setSeaSondeRCS_FOR_SS_Smoothed
for setting smoothed self-spectra.