seasonder_getSeaSondeRCS_reference_noise_normalized_limits_estimation_interval {SeaSondeR}R Documentation

Retrieve the Reference Noise Normalized Limits Estimation Interval

Description

This function extracts the reference noise normalized limits estimation interval from a SeaSondeRCS object's attributes. These limits are stored under the attribute name "reference_noise_normalized_limits_estimation_interval".

Usage

seasonder_getSeaSondeRCS_reference_noise_normalized_limits_estimation_interval(
  seasonder_cs_object
)

Arguments

seasonder_cs_object

A SeaSondeRCS object.

Details

This interval is typically used during the noise level estimation process for the SeaSondeRCS object.

Value

The reference noise normalized limits estimation interval as stored in the object.

Examples

# Create a minimal SeaSondeRCS object
cs_obj <- structure(list(data = list(a = 1, b = 2)), class = "SeaSondeRCS")
interval <- seasonder_getSeaSondeRCS_reference_noise_normalized_limits_estimation_interval(cs_obj)
print(interval)

[Package SeaSondeR version 0.2.8 Index]