writeEKRaw_WriteDgHeader: Writes the sample data to a Simrad raw0 file.

View source: R/writeEKRaw_WriteDgHeader.R

writeEKRaw_WriteDgHeaderR Documentation

Writes the sample data to a Simrad raw0 file.

Description

Writes the sample data to a Simrad raw0 file.

Usage

writeEKRaw_WriteDgHeader(fid, dgType, dgTime, endian = "little", tz = "UTC")

Arguments

fid

is the path to the raw file.

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).

tz

is the the time zone. Overrides 'xBase' in mtim2FILETIME() if not given as tz="UTC". See as.POSIXlt().


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