readEKRaw: Reads a Simrad raw file.

View source: R/readEKRaw.R

readEKRawR Documentation

Reads a Simrad raw file.

Description

Reads a Simrad raw file.

Usage

readEKRaw(
  f,
  t = 1,
  endian = "little",
  timeOffset = 0,
  drop.out = FALSE,
  msg = TRUE,
  splitByPings = FALSE,
  complex.out = FALSE,
  skipRaw = FALSE,
  ...
)

Arguments

f

The path to the raw file.

t

A vector of the time steps to read.

endian

The endian of the file.

timeOffset

The time offset of the datagram.

drop.out

Logical: If TRUE drop dimensions of the data.

msg

Logical: If TRUE print a time bar during reading.

splitByPings

Logical: If TRUE split the acousic data by pings, which can avoid many NAs at the ends of the beams when the range shifts inside a file.

complex.out

Logical: If TRUE output the real and imaginary part usd to extract power (for fishery sonars).

skipRaw

Logical: If TRUE skip reading the RAW data (power). This reduces processing time to about 20 percent, useful if the acoustic data are not needed.

...

Used for robustness.


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