seasonder_getSeaSondeRCS_ProcessingSteps {SeaSondeR}R Documentation

Getter for ProcessingSteps

Description

Getter for ProcessingSteps

Usage

seasonder_getSeaSondeRCS_ProcessingSteps(seasonder_cs_object)

Arguments

seasonder_cs_object

SeaSonderCS object

Value

A list containing the processing steps of the SeaSondeRCS object.

Examples

# Create a SeaSondeRCS object for examples
cs_file <- system.file("css_data/CSS_TORA_24_04_04_0700.cs", package = "SeaSondeR")
apm_file <- system.file("css_data/MeasPattern.txt", package = "SeaSondeR")
apm_obj <- seasonder_readSeaSondeRAPMFile(apm_file)
cs_obj <- seasonder_createSeaSondeRCS(cs_file, seasonder_apm_object = apm_obj)
# Retrieve processing steps
processing_steps <- seasonder_getSeaSondeRCS_ProcessingSteps(cs_obj)
print(processing_steps)

[Package SeaSondeR version 0.2.8 Index]