seasonder_readPhaseFile {SeaSondeR} | R 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)
[Package SeaSondeR version 0.2.8 Index]