readEKRaw_ReadDgHeader | R Documentation |
Reads the a datagram header stored in a Simrad raw file.
readEKRaw_ReadDgHeader(
fid,
timeOffset = 0,
endian = "little",
xBase = -11644473600
)
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]. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.