seasonder_readSeaSondeCSFileHeaderV4: Read SeaSonde File Header (Version 4)

View source: R/SeaSondeRCS.R

seasonder_readSeaSondeCSFileHeaderV4R Documentation

Read SeaSonde File Header (Version 4)

Description

Reads the header of a SeaSonde file (Version 4) based on the provided specifications. Transforms the CenterFreq field and returns the results.

Usage

seasonder_readSeaSondeCSFileHeaderV4(
  specs,
  connection,
  endian = "big",
  prev_data = NULL
)

Arguments

specs

A list containing specifications for reading the file.

connection

Connection object to the file.

endian

Character string specifying the endianness. Default is "big".

prev_data

previous header data

Value

A list with the read and transformed results.

See Also

seasonder_check_specs seasonder_readSeaSondeCSFileBlock


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