readEKRaw_extractPings: Modify parts of EK80/WBAT .raw files

View source: R/readEKRaw.R

readEKRaw_extractPingsR Documentation

Modify parts of EK80/WBAT .raw files

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_extractPings(
  filename,
  newDir,
  t = "all",
  addMRU = TRUE,
  fixBeamType = TRUE,
  fixSlope = TRUE,
  addTransducerSerialNumber = "114",
  endian = "little",
  msg = TRUE
)

Arguments

filename

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

newDir

The directory in which to put the modified files.

t

The time steps to extract the data for (use the default t="all" to keep all time steps)

addMRU

logical; if TRUE the funciton inserts a dummy MRU0 datagram prior to RAW3 datagrams.

fixBeamType

logical; if TRUE the BeamType is fixed to 1.

fixSlope

logical; if TRUE the slope is set to a default.

addTransducerSerialNumber

A string giving the transducer serial number.

endian

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

msg

logical: if TRUE print a time bar during file conversion.

Value

A vector of file names of the modified files.


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