Skip to contents

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.

Value

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

Details

This interval is typically used during the noise level estimation process for the SeaSondeRCS 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)
#> NULL