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