writeEKRaw_WriteHeader: Writes the header to a Simrad raw file.

View source: R/writeEKRaw_WriteHeader.R

writeEKRaw_WriteHeaderR Documentation

Writes the header to a Simrad raw file.

Description

Writes the header to a Simrad raw file.

Usage

writeEKRaw_WriteHeader(fid, config, dgLen, dgType, dgTime, endian = "little")

Arguments

fid

is the path to the raw file.

config

is a list of the transceiver configuration.

dgLen

is the length of the datagram in bytes.

dgType

is the datagram type.

dgTime

is the time stamp of the datagram.

endian

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


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