readEKRaw_ScanDgHeaders: Read all datagram headers of a Simrad raw file.

View source: R/readEKRaw.R

readEKRaw_ScanDgHeadersR Documentation

Read all datagram headers of a Simrad raw file.

Description

Provides the facility to modify parts of EK80/WBAT .raw files so that these files can be read by the Large Scale Survey System (LSSS) software.

Usage

readEKRaw_ScanDgHeaders(
  raw,
  endian = "little",
  msg = TRUE,
  rawsplit.out = FALSE
)

Arguments

raw

The path to directory of raw files or a vector of the paths to the raw files.

endian

The endianness of the file, defaulted to "little".

msg

Logical: if TRUE print a time bar during file reading.

rawsplit.out

Logical: should the raw vector be split by datagrams and returned.

Value

A data frame of datagram info.


arnejohannesholmin/SimradRaw documentation built on April 14, 2024, 7:43 p.m.