seasonder_readPhaseFile: Read Phase Correction File

View source: R/SeaSondeRAPM.R

seasonder_readPhaseFileR Documentation

Read Phase Correction File

Description

This function reads a phase correction file and extracts phase correction values.

Usage

seasonder_readPhaseFile(file_path)

Arguments

file_path

The path to the phase correction file.

Value

A numeric vector with two elements: phase corrections for the two channels.

Examples

# Read phase corrections from sample file
phase_file <- system.file("css_data/Phases.txt", package = "SeaSondeR")
phase_corrections <- seasonder_readPhaseFile(phase_file)

SeaSondeR documentation built on June 8, 2025, 10:50 a.m.