readEKRaw_ReadDgHeader: Reads the a datagram header stored in a Simrad raw file.

View source: R/readEKRaw.R

readEKRaw_ReadDgHeaderR Documentation

Reads the a datagram header stored in a Simrad raw file.

Description

Reads the a datagram header stored in a Simrad raw file.

Usage

readEKRaw_ReadDgHeader(
  fid,
  timeOffset = 0,
  endian = "little",
  xBase = -11644473600
)

Arguments

fid

is the path to the raw file.

timeOffset

is the time offset of the datagram.

endian

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

xBase

is the base of Windows FILETIME: xBase=unclass(as.POSIXct('1601-1-1', tz="UTC"))[1].


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