writeEKRaw: Writes a Simrad raw file.

View source: R/writeEKRaw.R

writeEKRawR Documentation

Writes a Simrad raw file.

Description

Writes a Simrad raw file.

Declare a Simrad datagram.

Usage

writeEKRaw(data, con, header = NULL, t = 1, endian = "little", msg = TRUE)

declareDatagram(
  dgName = c("RAW0", "RAW1", "ConfigHeader", "TransceiverConfig"),
  emptyCharacter = FALSE
)

Arguments

data

is a list of the data to write to the Simrad raw file.

con

is the path to the raw file.

header

is a list of the header to write to the Simrad raw file.

t

is a vector of the time steps to write. NA

endian

is the endian of the file, defaulted to .Platform$endian (changed from "big" by Arne Johannes Holmin 2012-07-31).

msg

is TRUE to print a time bar during reading.


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